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
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