Engineering journal

Ideas, systems and lessons from building software.

Long-form writing on cloud-native engineering, distributed systems, software architecture, and the projects teaching me along the way.

15
Articles
6
Topics

From the archive

16 entries

Latest writing

Learning series2 parts

Understanding Deep Learning

A series of blog post explaining Different deep learning concepts

  1. 01An Introduction to Supervised Learning
  2. 02Shallow Neural Networks
Explore series
CLOUD NATIVE

Designing The Conveyor CI Pipeline Workflow

This article explains how Conveyor CI is adding pipeline functionality to enable ordered driver execution, inspired by conveyor belt systems, using Go routines, NATS Jetstream, and ETCD for efficient, predictable CI/CD workflows.

Read article
CLOUD NATIVE

A Guide to contributing to the Conveyor CI Driver Runtime

In this article, we will explore how to contribute to the Conveyor CI Driver Runtime (CDR). We will cover the basics of the CDR, how to set up your development environment, and how to contribute to the project.

Read article
CLOUD NATIVE

Building a Kubernetes Operator. A Practical Guide

In this article. We shall go through a guide to get started building your own Custom kubernetes Operator. We shall cover different topics like Custom Resource Definitions, Controllers and look at the Kubernetes Controller Runtime.

Read article
NETWORKING

How to deploy a website on the Dark Web

In this article we shall look at how you can deploy your site on the Tor network, which is a Dark web that allows clients and Servers to navigate and exist on the Internet Anonymously.

Read article
REACT JS

How to create a responsive custom video player in React

In this article, we'll guide you through creating a responsive custom video player using a library I built called reactjs-media. This approach lets you avoid the limitations of the default HTML5 player and the complexity of building a video player from scratch. The reactjs-media library provides more react approach to building your custom player with a wide range of features and customization options.

Read article
PYTHON DJANGO

Creating a URL Shortener service in Python Django

URL shorteners have become a popular service on the web. Companies like bitly are making great fortunes from them. But sometimes when you want a custom URL you get to pay for the service. So in this tutorial I am going to show you how to build a URL shortener service in Django

Read article
JAVASCRIPT

JavaScript Proxies | A beginners Guide

Proxies in JavaScript are one of the hidden gems in the language that most JavaScript beginner and intermediate developers do not know of......

Read article
REACT JS

How to Create an NPM Library from React Components

In this tutorial I will be showing you how to create an npm library that is composed of react component. This will definitely help you incase you want to reuse code in multiple projects or if you just want to create your own library.

Read article