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
A first principles approach to learning JavaScript | Continue reading
How to build a React Native chat app with Stream.js | Continue reading
This article assumes you already know what GraphQL and Apollo client are and y... | Continue reading
How to set up WordPress with Docker | Continue reading
An IDE is often the better choice for developing large business application | Continue reading
the most discussed, controversial, and entertainment articles grouped by topics for everybody working in the software development teams | Continue reading
Using SVG masks can greatly reduce the size of an image with transparency. | Continue reading
My list of all-time great books for Java programmers covering topics from core Java to best practices, to unit testing, clean code, and Spring framework. | Continue reading
Azure Cloud Shell includes PowerShell along with Bash for managing your Azure resources. See how easy it is to use! | Continue reading
Are companies who have flat organizational structures better? Or is having a hierarchy of employees useful? Let's think about some of these issues! | Continue reading
Common ways people fail during a coding interview | Continue reading
Examination of interview questions that don't evaluate candidates well | Continue reading
A real-world example of how much effort it takes to get a microservice running on both AWS and Heroku. | Continue reading
What do you do when you need to identify a set of repos to test some big changes against, but you have a thousand to choose from? Answer: Break out some graph theory and model them out | Continue reading
First of all I want to address elephant in the room that is one question you might be having: “Why the heck another JavaScript framework ?”. Well, my answer is that I noticed a pattern in all of the frameworks I recently went through and all of them have the same problem. They ar … | Continue reading
Google Apps Script offers a lot of opportunities. First, you have almost all of Google Services right from Gmail to analytics in your disposal. Secondly, the script can be written in Javascript. In this project, I try to push the limits a bit and see what is possible. | Continue reading