So, to be a prolific programmer, what does it take? In the past, we would have to sit beside the...
When studying for the CKAD (Certified Kubernetes Application Developer) exam, I practiced using the...
Many projects need to run arbitrary commands and tasks. In some projects, this is done by creating...
Software developers need to stay up-to-date within their specialization and in the general field. If...
The following article, originally published in 2009, was a combination of both prose and code,...
This thread has helped me better understand the "develop" behavior with Docker Compose The Docker...
Version 1.91 of VS Code is out now and has some incredible updates: You can now install a specific...
Poetry is a dependency and package manager for Python. You can list the Poetry configuration with...
Amber, a programming language that compiles to BASH The slippery slope of in-product...
At ReactConf 2024, the Remix framework team announced merging the Remix full-stack framework into...
Docker Desktop can run a Kubernetes node that is accessible locally. It enables you to build and...
Here are a few tools that are actively maintained that can help you understand and profile the...
Here's a list of modern date time libraries for JavaScript and...
When running PostgreSQL in a Docker container for testing or local development purposes, you may...
Version 1.86 of VS Code has some very nice updates: Say "Hey Code" and initiate a Copilot...
Build-time is all the steps required to build a bundle of your web app. From TypeScript compilation...
Sometimes "find and replace all" doesn't work in software development. In fact, it definitely does...
The latest version of VS Code has some awesome updates, here are the ones I'm particularly happy...
While styling a web app that uses Tailwind CSS, it was becoming tedious to setup linear gradients for...
When you are running multiple EC2 instances or running a shared environment, it is useful to monitor...
Chaincrafter is a small alternative to LangChain, MiniChain and other libraries for creating prompts...
Writing Terraform configurations is like writing any programming language; you must ensure your code...
Whenever writing blog posts or publishing video courses, I like to check in on the amount of traffic...
I was practising my algorithm writing skills on CodeSignal and one of the problems is how to sum up a...
You have two Angular components: HomeComponent HelloComponent The template for HomeComponent look...
Just ran into this issue where Karma test runner looked like it was running multiple times. It turns...
It looks like type-checking is becoming the thing to do for Python and Ruby. Prototype quickly, grow...
The directory structure for an Angular project changed in v6, so here's the process for creating a ne...
It is neat that Angular can use TypeScript to type-check the JSON data from an API. What is less neat...