05/24/2023 Rise of Web3: How The Decentralized Digital Revolution Affects Businesses While digital systems already play a significant role in our lives, the advent of Web3 is set to further digitize and transform our daily experiences.
05/19/2023 Tunnel Vision in Software Engineering: A Double-Edged Sword Have you ever found yourself immersed so deeply in the labyrinth of code that the outside world seems to fade away? That's 'tunnel vision' at play, a phenomenon common in the realm of
05/12/2023 Angular v16: The Big Update The release of Angular v16 marks a significant milestone in the evolution of this powerful web development framework.
04/14/2023 Improving Node code with Nest.js dependency injection Nest.js gives us the tools and guides us to use common design patterns to make Node apps easier to manage and scale.
02/06/2023 HIPAA Compliance for Engineers: Key Things You Need to Know HIPAA rules must be followed when making a healthcare app to protect the privacy and security of patient data. Don't let HIPAA compliance be a barrier to your success; embrace it as a means to protect your patients' sensitive information.
01/06/2023 Shortcut your way to faster coding in Visual Studio Code If you spend most of your workday writing code in Visual Studio Code, check out how to increase your productivity and save some time by using these useful keyboard shortcuts.
12/19/2022 Standardized Engineering Project Onboarding - Does it Exist? Adding a new engineer to an existing project might be quite challenging. Discover what steps you can follow to make the engineering onboarding process as efficient as possible.
10/14/2022 Flipper Debugging for React Native How do you use Flipper, a popular tool among many Android, iOS and React Native engineers? Learn about its features and how they help the development process to discover why it should be your go-to tool for debugging apps.
09/29/2022 Mobile App Delivery With Ease When developing a mobile app, you should not fear automation. Instead, learn how to do it using the CI/CD (Continuous Integration/Continous Deployment) approach and the open-source platform fastlane.
07/29/2022 The Architectural Solution for Scaling Projects: Micro Frontends When it comes to deploying smaller pieces of code instead of giant chunks, micro frontends are the answer. Learn about their use through a practical example, where you can find out how adding features to a complex web application can be simplified.
06/29/2022 Tomorrow – A Mystical Land Where An Engineers’ Productivity is Stored Time management is of high importance in every person’s life. More so if you are an engineer, especially for engineers juggling many responsibilities at the same time. The blog reveals five essential time-management tips to help you manage your tasks successfully.
05/16/2022 Insights Into Hexagonal Architecture: The Pattern, The Logic, The Benefits Hexagonal architecture is a method of separating infrastructure code from business code. It’s recognized for its unique shape, and it brings many benefits to software development. Explore why and when going hexagonal should be an obvious choice for your project.
03/10/2022 An Engineer’s Guide to Automated Testing: React Native Apps The best way for an engineer to eliminate errors in a newly developed React Native app is by automated tests. Learn why you should consider the combination of Jest framework and React Native Testing Library to be your go-to testing tools and overview five essential testing examples.
02/12/2022 Handling Authentication in SPA With JWT and Cookies JWT token-based authentication in combination with the httpOnly cookies will make your SPA more secure. Let’s see what this approach looks like.
02/10/2022 Using GraphQL with Apollo Angular Become acquainted with GraphQL and take notes on how to use it with Apollo Angular, one of the most popular GraphQL clients for Angular.
01/19/2022 2021 Through the Eyes of A Software Engineer Find out what were the five most influential and key industry advancements of 2021 as seen through the eyes of a software engineer.
11/25/2021 Develop Responsive Animations in React Native Using Reanimated In any app, animations play an essential role in offering the user an excellent and pleasant experience. Take a closer look at developing responsive animations in React Native using the Reanimated library.
09/09/2021 8 Reasons Why Trying out Tailwind CSS is Worth Your Time Compare Tailwind CSS to CSS-in-JS, learn about how to use it, and what are eight reasons why you'll probably end up liking this framework.
03/03/2020 Should you update your website, or start from scratch? Do you feel like it's time for that redesign, but you are not sure if you should start from scratch, or should you just refresh the design? What are the rules when it
10/22/2019 So you want to use a Web Worker You may have heard you can do almost anything with JavaScript. Like, even making coffee is not out of the question. And you have heard correctly, not only is JS a really versatile
09/27/2019 Asynchronous Javascript Web developers are generally knowledgeable about a lot of things. Not only are they expected to know about at least one popular framework like React, Angular or Vue, they are also expected to
07/30/2019 What's next for Javascript? We’ve survived a couple of things in the last 10 years or so of JavaScript. We’ve survived jQuery, we’ve survived grunt, gulp and we’re surviving webpack. We’ve almost
07/30/2019 A quick look at MobX State Tree To take a look at MobX State Tree, we should first understand some basics of MobX. MobX simplifies state management in comparison to Redux. It is based on an idea that anything that