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
Sometimes we as developers can get caught up in the aesthetics of semantic HTML tags, how clean the HTML and CSS becomes. But we need to remember that semantic tags are not primarily about improving code readability. | Continue reading
Learn how to test infrastructure with Test Kitchen, Chef, and InSpec on Azure. | Continue reading
I explain the pros and cons of 3 different approaches to refactoring code from my very first project. | Continue reading
WebAssembly Package Manager is here, with WebAssembly's killer app: Nyancat coloring in your terminal! | Continue reading
Understanding Expo for React Native | Continue reading
How to publish content from a home computer | Continue reading
Follow me on Twitter, happy to take your suggestions on topics or improvement... | Continue reading
How to use open source projects to improve software development skills. | Continue reading
Github Feel Good is a chrome extension which helps you feel good about your git... | Continue reading
Free 34,000 word blogpost on everything you want to know about careers | Continue reading
Using [Git](https://git-scm.com/) may be intimidating at times. There are so many commands and details to learn. The [documentation](https://git-scm.com/docs), however, while being immense, is still greatly accessible. Once you overcome the initial feeling of being overwhelmed, t … | Continue reading
What it means to be a Site Reliability Engineer at Kenna Security. | Continue reading
Is being a mentor that important? How can you get started if it is important? | Continue reading
I read through the earliest README I could find. Written in 1975 by William J. ... | Continue reading
An example of Kafka streaming for web applications. | Continue reading
As a developer, you have the power to change the world! You can write programs ... | Continue reading
Learn Reason React by building a Pomodoro Timer with React hooks | Continue reading
Over the last nine months I've been leading a project to migrate 60 Data Analyst users and all their objects from a legacy SQL Server database to a fit for purpose, scalable AWS Aurora database. | Continue reading
After freelancing part-time as a Wordpress implementer (cos I never got into th... | Continue reading
I saw an interesting thread by Laurie Voss where he takes issue with the univer... | Continue reading
Sharing everything about my experience as a first-time attendee at a TC39 meeting | Continue reading
Five amazing web-developer tools that you are not using yet! | Continue reading
Azure April post on uploading data to Cosmos DB | Continue reading
The handy local development containerization guide, with examples of the Amplifr project dockerization. Getting the services written in Ruby, Node.js, and Golang work together locally with docker networks. | Continue reading
I took 24 hours break from the constant internet distraction. Here’s what it felt like. | Continue reading
The most common pattern for creating APIs is REST. We will discover how we can build an API in Rust which conforms with the REST pattern. | Continue reading
How to use speech-to-text and translation services from the browser and serverlessly broadcast real-time captioning in multiple languages over WebSockets. | Continue reading