How to customize Ubuntu fro development. Make Ubuntu look like MacOs BigSur
Blog
Creating a Calculator app with React and TDD
Learn to use TDD in a React application - React test-driven development - TDD
Configuring Next.js with Typescript, Tailwind CSS, ESLint, and Jest
Learn to configure Next.js with Typescript, Tailwind CSS, ESLint, and Jest
Working with .Net Core & React - what I've learned
Learn about .Net Core & React and my thoughts on both ecosystems
What if you could change one thing about your career
Hello, fellow devs 👋, if you could change one thing about your dev career so far, or could improve on...
Creating time - The dev superpower you didn't know you had
Let's be honest, time is the top asset in the world. ⌛ But as developers, we work for money... and......
How to optimize time in your team? 💡
Let's be honest, no big project can be completed without teamwork and without having a good team comm...
Popular web APIs you should know about
Check out what APIs are out there for you to use on your next projects
When to pick Gatsby, Next.Js or Create React App
Learn when to pick Gatsby, Next.Js or Create React App for your next project
TOP Motivation killers to avoid 💀
Motivation is the secret engine that keeps us going every day. While it's hard to stay motivated all...
What can developers do to speed up time to market 🚀
Hello developers, let's have a chill discussion about: main things we can do to speed up time to m...
Are you most probably going to work fully remote?
Really curious to find out others thoughts on remote working. Is this the future for programmers?...
How to make an API call using Deno
Without trying to start any more hype for Deno today, I'm just going to show an example of doing a HT...
What you need to know, beyond algos?
We all know you should be good at algorithm solving to get good jobs. But is this the only skill we s...
Remote dev checklist
Hello fellow devs, considering lots of you work remote nowadays, what guidelines do you follow to mak...
Things to look at when doing code reviews
First of all, I think code reviews are a must for every team that wants to have a consistent codebase...
Deno. Recoil. Blitz.js. Javascript fatigue is back?
Are we seeing a new wave of very cool ideas and innovations? 💡 And not just ideas but actual finished...
Understanding performance problems in React
Before digging deeper into what can create performance problems in your React application, please tak...
A nice intro to Svelte Data Fetching
Looking at Svelte it really looks promising and I can see why many people will learn it and use it in...
Tips to boost productivity as a FE developer
It might sound strange for you to hear it but it doesn't matter how good you are as a developer as fa...
Correctly handling async/await in React components - Part 2
Correctly handling async/await in React components - Part 1 Context In those blog posts I...
Correctly handling async/await in React components
Learn to correctly use async/await in React components