Understanding Deep Learning
A series of blog post explaining Different deep learning concepts
- 01An Introduction to Supervised Learning
- 02Shallow Neural Networks
Engineering journal
Long-form writing on cloud-native engineering, distributed systems, software architecture, and the projects teaching me along the way.
From the archive
16 entries
A series of blog post explaining Different deep learning concepts

In this article, we will explore the OCI Runtime Architecture and Lifecycle. We will cover the different components of the OCI runtime, how they interact with each other, and the lifecycle of a container.

Conveyor CI Client SDKs/Libraries Software Design Document. This document serves as a reference for implementing Client SDK libraries for Conveyor CI.


In this article, we will explore etcd, a distributed key-value store that is widely used in cloud-native applications and microservices architectures.

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.

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.

In this article, we will explore the Conveyor Scheduling Mechanism.

In this article. We shall have an Introductory guide to the Event Driven Architecture using the Redis. We shall explore different concepts with practical examples.

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.

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.

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.

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

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

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

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.