
Releasing features with confidence as a software developer
Table Of Contents Unit Tests CI/CD Pipelines Feature Flags Conclusion As a software...
- #webdev
- #productivity
- #cloud
- #frontend
Writing archive · 2020—2023
Practical notes on building software, helping teams move faster, and choosing tools with intent. Originally published on DEV, preserved here as a permanent local archive.
Newest first

Table Of Contents Unit Tests CI/CD Pipelines Feature Flags Conclusion As a software...

How to customize Ubuntu fro development. Make Ubuntu look like MacOs BigSur

Thoughts after using the M1 Mac from a developer perspective

Learn to use TDD in a React application - React test-driven development - TDD

Why Microfrontends are important for frontend development

How to learn Angular in 2021

Learn to configure Next.js with Typescript, Tailwind CSS, ESLint, and Jest

Learn the differences between SSG, SSR, CSR, VDOM

Learn top things to know about React.js

Learn to use configure Windows 10 for development

Learn about .Net Core & React and my thoughts on both ecosystems

Hello, fellow devs 👋, if you could change one thing about your dev career so far, or could improve on...

Let's be honest, time is the top asset in the world. ⌛ But as developers, we work for money... and......

Learn to use React with TypeScript

Learn to use React Render Props pattern

Learning Rust

Let's be honest, no big project can be completed without teamwork and without having a good team comm...

Learn why React projects are still using Redux in 2020

React, Javascript, Webdev, Webpack, React testing lib

Check out what APIs are out there for you to use on your next projects

Learn when to pick Gatsby, Next.Js or Create React App for your next project

Motivation is the secret engine that keeps us going every day. While it's hard to stay motivated all...

Hello developers, let's have a chill discussion about: main things we can do to speed up time to m...

Really curious to find out others thoughts on remote working. Is this the future for programmers?...

Without trying to start any more hype for Deno today, I'm just going to show an example of doing a HT...

We all know you should be good at algorithm solving to get good jobs. But is this the only skill we s...
Hello fellow devs, considering lots of you work remote nowadays, what guidelines do you follow to mak...

First of all, I think code reviews are a must for every team that wants to have a consistent codebase...
Are we seeing a new wave of very cool ideas and innovations? 💡 And not just ideas but actual finished...

Before digging deeper into what can create performance problems in your React application, please tak...

Looking at Svelte it really looks promising and I can see why many people will learn it and use it in...
It might sound strange for you to hear it but it doesn't matter how good you are as a developer as fa...

Clean coding principles
Correctly handling async/await in React components - Part 1 Context In those blog posts I...

Learn to correctly use async/await in React components