A few weeks ago I was called up to do a data acquisition (DAQ) job. The moment my... | Continue reading
Some tricks to improve cache performance | Continue reading
Is this meme right and the idea of a full stack dev is really a fake idea? Or is it an opportunity to show how a healthy team can be built? | Continue reading
IntroductionMost popular tracking methods involve persistent identifi... | Continue reading
So, now you've outlined your code and written pseudocode. It's time to write the ... | Continue reading
Lessons I've picked up along the way | Continue reading
React Native Full Width Horizontal ScrollView | Continue reading
tldr: cd your-website && npx @agentofuser/ipfs-deploy | Continue reading
Microsoft announced a new Windows Terminal with new features like tabs, emoji and more, how to get it | Continue reading
Lessons I learned as a developer bootstrapping my own business | Continue reading
What I wish someone told me about speaking at tech conferences - lessons learned. | Continue reading
There are many guides on how to start your programming career. This time we'll talk about which things are best to avoid. | Continue reading
Measuring euclidian distance to compare colors 📐 | Continue reading
It’s been 20 years since I made my first website. I've been burned by the hype ti... | Continue reading
Today there is an interesting landscape when it comes to package registries. From... | Continue reading
A list of the most common misconceptions about Heroku | Continue reading
Reading unknown code is usually intimidating, however, our ability to read and debug code matters more than we can write, yet we are never taught anything about it. Let's see how we can improve our ability to read and debug code. | Continue reading
Rebasing and merging are extremely similar but what exactly are the differences? | Continue reading
A whole lot UI frameworks have been existed for a long time in the front-end world. You already have a lot of choices, is it still necessary to build your own? Of course, it depends, but as a front-end developer, I'll tell you why it's necessary to me and I'll share with you some … | Continue reading
Interested in joining a tech co-op? | Continue reading
I share some gotchas you have to watch out for when you use async and await in loops. | Continue reading
Part 1 in a series focusing on advanced patterns for devs! | Continue reading
Build chat with Python, Django, React and Stream Chat | Continue reading
We analyzed the world’s top 500 websites (source: Alexa.com) to find out how you can take over your competitors | Continue reading
Just like a popular TV series, JavaScript ecosystem reminds me of a big battlefield. Let’s find out which technologies are winning in 2019. | Continue reading
At what stage it is the time to discuss and share your startup ideas and project success? | Continue reading
I dig into what makes a good source control message and why it's important to write them well | Continue reading
Need a mentor?Need collaborators on a new project?Need conference talk propos... | Continue reading
Here I document about a custom template used for enhancing how errors are tested in the gotests library. | Continue reading
Microsoft announces .NET 5 | Continue reading
In various jobs I have held I have had to sit in and conduct interviews for a jun... | Continue reading
Agile is largely misunderstood, so what is the problem? | Continue reading
A collection of settings, extensions and shortcuts, that proved especially useful for my job as a web developer. | Continue reading
Understanding PATH precedence to fix mismatched python version with virtualenvwrapper | Continue reading
Building a full-fledged real-time GraphQL Application with Vue.js and Chart.js plus jumping onto the Game of Thrones hype train. | Continue reading
Before you rage quit or call in your DBA, check these things aren't slowing down your query | Continue reading
If you have been self-teaching programming to yourself then this list will help you what to learn to become a software developer | Continue reading
Write libraries in C# and compile them using CoreRT to be able to re-use them in other programming languages that support the standard FFI. | Continue reading
What is a TellTale URL ?URL is the most commonly tracked piece of... | Continue reading
It took six whole seconds to merge 15,000 arrays with an average size of 5 elements with .concat. What the hell is the Javascript's .concat method doing under the hood? | Continue reading
Every async environment needs a type. Lets talk about Futures and why they are needed. | Continue reading
The following isn't good advice. It's just advice. And even that's a stretch.... | Continue reading
How you can write online articles | Continue reading
An in depth guide for adding authentication to your next app using AWS Amplify | Continue reading
Every new programmer starts with vanilla JS and DOM manipulation. But in the component-driven world of modern web dev, is that the best way to start? | Continue reading