Dont mind my relatively not good writing skills😂. Am working on that
Understanding Deep Learning
A series of blog post explaining Different deep learning concepts
An Introduction to Supervised Learning
In this article we shall take a look at Supervised Learning models, how they work and different concepts associated with it.Shallow Neural Networks
In this article we shall take a look at Shallow Neural NetworksCLOUD NATIVE
A Complete Guide to etcd: The Distributed Key-Value Store Powering Cloud Infrastructure
In this article, we will explore etcd, a distributed key-value store that is widely used in cloud-native applications and microservices architectures.
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.
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.
CLOUD NATIVE
Designing the Conveyor CI Scheduling Mechanism
In this article, we will explore the Conveyor Scheduling Mechanism.
SOFTWARE ARCHITECTURE
A Practical Introduction to The Event Driven Architecture
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.
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.
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.
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.
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
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......
JAVASCRIPT
3 Minutes to Orbiton JS | The Ultimate JavaScript UI library
Proxies in JavaScript are one of the hidden gems in the language that most JavaScript beginner and intermediate developers do not know of......
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.