From bean-counter, to game-developer, to releasing a commercial api | Continue reading
This post will dive in on what schemes in Redox OS are and how much easier they can make your code. | Continue reading
Tutorial on how to create a temperature animated slider control | Continue reading
Kubernetes from 15,000 feet. | Continue reading
How to roll back accidental changes with git, grouped by what happened and how far the changes ended up | Continue reading
The Android is world’s largest mobile OS platform and most probably will st... | Continue reading
How to launch Containerum platform in your Kubernetes cluster | Continue reading
In this blog post we want to build a sensor data backend powered by IoT Core, Kinesis, Lambda, ElastiCache, Elastic Beanstalk, and S3. The architecture should be extensible so we can add more functionality later. | Continue reading
Clean Architecture for Node | Continue reading
In this post, I'll teach you how to build a CLI that asks some questions and creates a file, based on the answers | Continue reading
Because they perform similar operations, it is easy to mix these commands up. Here are a few guidelines and rules for when each command should and should not be used. | Continue reading
Strategies for continuous improvement when you're a freelance developer. | Continue reading
The first in a series in my journey making the Slate language. | Continue reading
As someone who has obtained both the AWS Solutions Architect and DevOps Profess... | Continue reading
Brief Introduction: I'm Sam, and I'm a young software developer from the UK. My... | Continue reading
JWT authentication with Lucky Api | Continue reading
When I was in university, I had a lecturer who didn't like unit tests. He was a... | Continue reading
Reflection, What you need to know. | Continue reading
Service Objects are probably a single most popular technique for refactoring Ru... | Continue reading
Simple ways to improve component reusability | Continue reading
We rely on tracking sales at the end of the funnel while hoping that productivity stays the same. And it's only after customers have started to leave us that we look back at the way we work, to understand what went wrong. | Continue reading
How many hours of sleep do you need? Not the amount you think. | Continue reading
The adapter pattern is classified as a structural pattern that allows a piece o... | Continue reading
Be sure to use secrets, or environment variables | Continue reading
Create an application, setup the environment, and deploy your code. | Continue reading
a survey of new documentation/static site generators | Continue reading
A tutorial that explains why and how I maintain my list of music albums on my personal website. | Continue reading
What I have learned from eight years of being a remote developer | Continue reading
A concept for learning new technologies during office hours | Continue reading
QuestionI was about to write a long post about how I'm unable to allow a part... | Continue reading
A few beans of advice for young devs. | Continue reading
list of powerful resources, materials, and tutorials in no particular order that will help you improve your programming skills | Continue reading
When I switched jobs four years ago, I went from using subversion (svn) to usin... | Continue reading
Why Reactive programming is not the silver bullet. | Continue reading
Synesthetes can taste sounds, smell colors or see scents, and research proves ... | Continue reading
Returntrue.win is a website containing many challenges where you supply the input of a function which needs to return true. This posts covers the solutions to these challenges. | Continue reading
A pratical guide showing how to get started with The Modern And Developer Centric Python Web Framework. | Continue reading
Personal websites are becoming nearly as standard as a resume for a prospective software engineer, designer, or product manager -- and for good reason. | Continue reading
HTTP/2 is the first major upgrade to the HTTP protocol in over 15 years. | Continue reading
Encourage your dev team to have a diverse OS and browser setup to match your userbase. Catch bugs and performance problems before the leave localhost | Continue reading
My background is in business and apart from being intellectually curious and in... | Continue reading
We don't always do a great job of informing users when our programs have lost any grounds for predicting an outcome. | Continue reading
This article gives the results of study that discovered the most causes of bugs or errors in JavaScript web applications. | Continue reading
Reducing memory allocations from 7.5GB to 32KB | Continue reading
In a field where we'll all be learning for the rest of our careers, taking a look at learning itself will always be well worth our time. | Continue reading
There's always been a myriad of ways to manage state in React. Redux has alwa... | Continue reading
This post shows you how to use build a basic CRUD application with Vue.js and Node. You'll also learn how to use Okta's Vue SDK to add authentication using OIDC. | Continue reading