Jack Linkejacklinke.com·6 hours agoSquashing Django Migrations the Easy WayMy django project currently has almost 300 models (and another 80-ish 3rd party models), along with some 250 or so migration files from 6 years of development. This is a common situation in long-running Django projects - as your application grows, mi...Discuss·26 readsDjango
Chetan Mohanrao Mohoddevops-concepts-by-chetan.hashnode.dev·Nov 22, 2024Mastering Kubernetes: From Namespaces and POD Creation to Deployments, Auto-Healing, Rolling Updates, ReplicaSets, and StatefulSetsNamespaces PODs Deployments ReplicaSets StatefulSets Please read this blog before continuing with this one: Click here Steps to Setup Kind Clusters Using a Manifest File: First we need to create a cluster using the manifest file (config.yml)...Discuss#namespaces
Mahira Technology Private LimitedPromahiratechnology.hashnode.dev·Nov 21, 2024Mastering Data Visualization: Installing Superset on Kubernetes Cluster Using Helm ChartThis post explores the integration of Apache Superset as a powerful data visualization tool with Kubernetes environment using SQL Server tables for sourcing and Delta Lake table format on top of your Lakehouse. We will deep-dive into pragmatic ways t...DiscussKubernetes
Avdhesh Varshneyavdhesh-blogs.hashnode.dev·Nov 21, 2024NLP Pipeline from Data Acquisition to DeploymentWhat is NLP Pipeline? NLP is a set of steps followed to build an end-to-end NLP software. Pipeline provides the thinking to build any app from a basic level up to advanced or real time used applications. NLP software consists of the following steps...DiscussPipeline
Mahira Technology Private LimitedPromahiratechnology.hashnode.dev·Nov 20, 2024Mastering Kubernetes Metrics Server: A Complete Implementation GuideOverview :- The Kubernetes metrics server plays a crucial role in monitoring and managing cluster resources effectively. This comprehensive guide walks you through the setup process and best practices for implementing the metrics server in your Kuber...DiscussKubernetes
Parth Sharmaparth-sharma-devops.hashnode.dev·Nov 20, 2024Kubernetes DeploymentIn Kubernetes, a Deployment is a higher-level abstraction that manages a group of identical pods, ensuring that the desired number of them are running at all times. It simplifies the process of deploying and managing applications by offering features...DiscussDevops
Prathamesh Patilpatilprathamesh.hashnode.dev·Nov 20, 2024Taking It Full Stack: Automating CI/CD for Full-Stack Deployment 🚀🌐After successfully deploying my Node.js API backend on AWS EC2 (ref: Click here), it was time to level up and integrate the React.js frontend into the mix. This step transformed the project into a complete full-stack solution, accessible to users via...Discuss·1 likeDevops
Venkatramananvenkatvk.hashnode.dev·Nov 18, 20244.A Beginner’s Guide to get started with Kubernetes:To get started with Kubernetes, it’s essential to understand its core components and concepts, as they are the building blocks of the entire platform. Overview: Kubernetes (often abbreviated as K8s) is an open-source platform designed to automate the...DiscussAWS
Naved Ahmed khangeeky-naved.hashnode.dev·Nov 15, 2024Deploy a MERN Backend on Vercel for FreeLearning to deploy your backend is an essential part of becoming a full-stack developer. In this tutorial, we’ll create a simple Express API and deploy it to Vercel step-by-step. Step 1: Create a Simple Express API Let’s start by setting up a basic ...DiscussMERN Stack
Jaydeep Ravatsuperjavacoder.site·Nov 12, 2024Mastering Spring Boot: The Ultimate Guide to Building Production-Ready ApplicationsSpring Boot has become a go-to framework for building scalable, microservice-based Java applications due to its simplicity and productivity features. However, making an application "production-ready" requires a focus on stability, security, maintaina...Discuss·10 likesJava LearningSpringboot