top of page
Search


How to Survive AI — DevOps Engineers Career guide 2025
Illustration depicting the integration of DevOps and AI, highlighting collaboration and continuous improvement in artificial intelligence...
Chandan Kumar
Apr 279 min read
8 views
0 comments


Deploying a Django Application on Kubernetes 🚀
To deploy a Django app in Kubernetes, start by containerizing it with Docker. Create a `Dockerfile` that installs dependencies, sets environment variables, and exposes the port Django runs on. Next, build the Docker image and push it to a container registry. In Kubernetes, define a `Deployment` YAML to specify your Django container, a `Service` to expose it, and a `ConfigMap` for environment variables. Use `kubectl` to apply the configurations, scale the deployment, and monit
Seema Durrani
Apr 253 min read
21 views
0 comments


How to Run Docker Model Runner on Your Laptop for LLM Inferencing and Chatbot Development
Docker Model Runner on Your MacBook for LLM Apps Deepseek, Llama, Python Streamlit
Chandan Kumar
Apr 223 min read
30 views
0 comments


How to Run and Deploy LLM Apps on Your Windows Laptop (With or Without GPU) using Ollama and Docker
Learn how to deploy an LLM chatbot on your Windows laptop with or without GPU support. This guide walks you through installing Docker Desktop, setting up the Ollama backend, and running the Llama 3.2 model using Docker containers. Whether you're a beginner or experienced developer, this step-by-step tutorial will help you get started with large language models and build your own personal chatbot using OpenWebUI. Perfect for experimenting with AI models on your local machine.
Chandan Kumar
Apr 102 min read
57 views
0 comments


Deploy Flask App With MySQL on Kubernetes
Deploy Flask app with MySQL on Kubernetes
Chandan Kumar
Feb 195 min read
31 views
0 comments


Securing AWS EC2 Instances with IMDSv2
Secure your AWS EC2 instances by disabling IMDSv1 and adopting IMDSv2 for enhanced security, protecting against SSRF and credential leaks.

Kateryna
Jan 63 min read
27 views
0 comments


Setting Up a Developer Windows PC for AI Application Development - A Complete Guide
Windows PC for AI Application Dev with WSL Ollama. Python and Docker . Llama
Chandan Kumar
Dec 19, 20245 min read
159 views
0 comments


Save on AWS EC2 cost with Eventbridge and Lambda for Legacy Applications
Managing legacy applications in the cloud can be a costly endeavor, especially if you’re running EC2 instances continuously. While modern...

Kateryna
Dec 1, 20243 min read
3 views
0 comments
bottom of page