3 Software Engineer podcasts you should not miss - Part 6
If you are looking to level up without reading, software engineer podcasts can be an untapped avenue you should exploit now. I have been listening to podcasts geared towards software engineers for a long time now.
Due to no commute in the past 12 months, I found new times and ways to listen to podcasts. Continuing the yearly posts about podcasts, in this post, I am going to recommend 3 software engineer podcasts you should subscribe to instantly.

How Software Deployment tools have changed in the past 20 years
I have used a variety of software deployment tools in the last 20 years. From FTP to deploying Docker containers on Kubernetes using a chatbot, I think I have seen the most of it. In this post, I will take you on a journey of web software deployment tools from 2001 to 2021, let’s get started!

5 different ways to make HTTP requests with Node.js
There are multiple ways to make HTTP requests in Node.js. We can do so using the standard HTTP/HTTPS module, of course, or we could use one of a number of npm packages that make our lives much easier.
In this post, we are going to see code examples of the native HTTPS module that comes built-in with your Node.js installation as well as npm packages like Axios, Got, SuperAgent, and node-fetch. Let’s get cracking!

10 JavaScript array functions you should start using today
In JavaScript, we generally use arrays to represent data or manipulate data, so using JavaScript array functions is very helpful. For instance, if we query a database we will most likely get the rows as an array of objects. Where each object represents a row in the database.
In this post, we will learn about 10 JavaScript array functions that are going to help you easily work with data in the JavaScript arrays. Let’s get started!

Kubernetes cron jobs: a hands-on guide to optimally configured crons
Kubernetes is super effective on running cron jobs as well as other web application workloads. Kubernetes cron job is a special kind of Kubernetes job that runs on a time-based schedule. In this post, we will focus on how to run optimally configured cron jobs on Kubernetes.

More posts can be found in the archive.