Kubernetes, Istio, Canary Canary Deployment With Istio Istio service mesh is great for many things ie. Security, Multicluster and hybrid deployment, Circuit breakin… 9 months ago
go, optimization Profiling Go Web Services in Production In this article, we will explore how to securely and reusably instrument a Go web service for CPU and memory … 10 months, 3 weeks ago
go, multi-moduler, monorepo Go Workspaces: Simplifying Multi-Modular Projects A multi-modular Go workspace provides a structured and efficient approach to managing multiple independent mi… 1 year, 3 months ago
Go, Microservices, 12-factor Twelve-Factor App in Go When we want to create a Twelve-Factor app in Go, it’s crucial to adhere to the twelve guiding principles. Th… 1 year, 5 months ago
terraform, ansible, aws Run Ansible Playbook From Terraform: Provision an… Often we have to provision EC2 instances as bastion hosts and then we run ansible playbooks or init scripts t… 1 year, 10 months ago
Go Functions and Methods in Go To begin with Go, we have to understand Go functions and methods. And how they differ from other languages. T… 2 years ago
microservices, go Tooling Go Microservices With Consul Service Disc… Consul, at its core, is a service networking solution. It provides a service mesh solution, network configura… 2 years, 1 month ago
go, gRPC, microservice Scaffolding A gRPC service with Go (Golang) For P… gRPC is google's high-performance RPC framework. Working with Remote Procedural Calls (RPC) has always been a… 2 years, 1 month ago
DL Workstation Deep Learning Workstation Setup with Ubuntu 22.04 It's essential, often a challenge for machine learning enthusiasts, learners, and/or engineers to set up thei… 2 years, 5 months ago
microservices, nginx, docker Deploy Geo-Restriced Service with Nginx, GeoIP2, … It is often a feature for a service to restrict content based on country to ensure compliance. From my person… 2 years, 7 months ago
Computer Vision The Math and Code Behind Aligning Faces Facial alignment is a prerequisite to many machine learning and deep learning applications. We will be solvin… 3 years, 4 months ago
Computer Vision Face Detection With OpenCV Haar Cascade vs Dlib H… Face detection is the step 1 process for various vision projects. Face detection, as the name suggests, is id… 3 years, 4 months ago
Create blog with Django How to Create Your Own Blog with Django/How I cre… I have created the blog while I was learning Django. I cannot emphasize enough how much I loved the framework… 3 years, 7 months ago
Computer Vision Real-Time Head Pose Estimation With OpenCV and Dl… Head pose estimation is used widely in various computer vision applications- like VR applications, hands-free… 4 years ago
Docker Dockerize Django along with Nginx and PostgreSQL "Docker is Inception for Linux", is how I like to put it when it comes to explaining docker. Cause docker is … 4 years, 1 month ago
IoT A Date with MQTT Hey, meet MQTT! The perfect protocol in the realm of IoT. Okay, that’s the best non-tech line I can imagine o… 4 years, 2 months ago
Computer Vision Deep Learning Can Protect Outdoor Safe Distance D… We are all going through a time that we have never imagined. Those who lost hope in humanity our frontline he… 4 years, 3 months ago