The Future Of Front-End Development & Building Consistent Products | Continue reading
A simple approach to cache busting in a React application | Continue reading
Advice on improving your team's code review process through better communication and setting standards. | Continue reading
A collection of free online courses to learn Git for beginners | Continue reading
Web and OSS Development on Windows doesn’t suck anymore! | Continue reading
Why meditation might help you code | Continue reading
In some moment you API would be evolving, and you need to support the features they provide. | Continue reading
Can we finally use the platform? What are the pros and cons of using Web Components? Let me share you my point of view on this topic. | Continue reading
The only line of code you need to manage your Python 3 configurations | Continue reading
I'll show you a technique that's similar to the guard clause pattern but is used in more advanced scenarios. | Continue reading
A design system is a collection of reusable graphical components which connects product teams around a common visual language | Continue reading
Ever had to quit a good software project because you couldn't be successful in your role? | Continue reading
Introduction of Python 3.7's new feature to measure import time | Continue reading
Don't disable SELinux! But then why do so many knowledge base articles, blog posts, and StackOverflow answers recommend doing just that? | Continue reading
Pull requests quality is often overlooked. A badly written pull request can not only cause friction when it comes to code reviewing but it will also increase the chance to introduce issues in production. Clean and tidy Pull Requests contribute to a faster pipeline, quicker code r … | Continue reading
Or, "How I made my own serverless Python 1.x runtime with Cloud Run" | Continue reading
Why meditation might help you code | Continue reading
Every day developers waste millions of hours switching contexts between project... | Continue reading
Why meditation might help you code | Continue reading
I have always loved to read, but my experience with technical books is more com... | Continue reading
JDK 10 has added var keyword in Java which allows you to declare a local variable without type like instead of String str you can just say var str. | Continue reading
Why meditation might help you code | Continue reading
I finally got fed up with running out of disk space on my laptop. | Continue reading
Using a checklist to detect and fix bugs early | Continue reading
Learn Ruby regular expressions from basics to advanced levels with plenty of examples and exercises | Continue reading
Implement the 20-20-20 rule for lessening eyestrain | Continue reading
Have you ever wanted to let loose and just overengineer a project? Try this challenge out. | Continue reading
Want a tech job at Google? This article is for you. | Continue reading
Declarative syntax for scenarios based on Vue.js templates | Continue reading
If you consider relocation in 2019, see this list of job offers from 30 companies across 10 countries. Whether you're a software developer, product manager or QA, here you will find some attractive tech jobs in Germany, Netherlands, Canada, and several other countries in Europe a … | Continue reading
Use the combination of OffscreenCanvas and Web Workers with my offscreen-canvas library to make your Three.js WebGL apps more performant even on low-end devices while keeping support for all browsers. | Continue reading
Creating a blockchain with less than 100 code linesPhoto by Thought... | Continue reading
Source code is not just for reading | Continue reading
TL;DR: Dear Spotify or whoever wants to get rid of the platform’s aggressive c... | Continue reading
I'm often asked how I am able to juggle so many tasks at once, and get a lot of... | Continue reading
A simple approach to test the behaviour of custom React hooks | Continue reading
What I’ve learned from my previous article is that the best way to gain new kno... | Continue reading
Learn one good way to structure your serverless functions on Azure. | Continue reading
Sure, divs are great and all, but they give no information about their purpose within the document structure. HTML5 has been around for a while now, and there are better options. | Continue reading
Some 5 years ago, I got my first intern job in a small startup. We were build... | Continue reading
Email design has not changed much, but has in fact gotten worse. As more mobile devices and email clients are introduced, there are more limitations to deal with when having to build HTML emails. | Continue reading
Did you know that Javascript allows us to customize the result of coercion when it is performed on an object defined by us? | Continue reading
When writing about the preservation of data on configuration change, there ar... | Continue reading
During my university days, when I was studying Mathematics and CS, software d... | Continue reading