Shantala Mukherjeeonlyweb.hashnode.dev·26 minutes agoPython Web Apps and Free Deployment Methods -- a Handy ResourceWhen I started exploring Python web app frameworks, I often found myself bouncing between documentation, deployment guides, and examples. So, I created a Google Sheet that gathers popular Python web app frameworks, learning resources, free deployment...Python
Spandan Joshiblogs.spandan.dev·17 hours agoSimplify Your Docker Workflow with Pro Optimization TipsDocker images are the backbone of modern development workflows, but bloated images can lead to slower builds, sluggish deployments, and wasted storage. The good news? With a few tweaks, you can keep your Docker images lean and mean. Let’s dive into s...Docker
Rhythm Rawatrhythmblogs.hashnode.dev·20 hours agoHow to Deploy Django on Vercel?Recently I consulted a client where I helped him deploy his django application on vercel successfully. So, I thought of documenting this process so as to help you deploy your django application on vercel for free. Step 1: Add a vercel.json Configurat...Django
LakshmiPerumalmalalakshmi.hashnode.dev·Dec 21, 2024Spring Boot MicroServices kubernates tutorial - deploy to KubernatesNormally, we create Docker images using Dockerfiles. This involves creating a Dockerfile, providing the necessary information, and then running the docker build -d command to automatically generate Docker images. However, creating and maintaining Doc...Kubernetes
RichGod Usenrichgodsblog.hashnode.dev·Dec 20, 2024Solution for 404 Not Found Error in Vercel DeploymentsIntroduction Deploying web applications can sometimes present unexpected challenges, especially when working with modern hosting platforms like Vercel. One common issue developers face is encountering a 404 error when refreshing pages in a single-pag...10 likesTech Journey ShenanigansSolution
Dwayne Chimadwaynechima.hashnode.dev·Dec 19, 2024A Workflow for Deploying Application CodeIn today's software development environment, the process of deploying application code has become a well-oiled machine, complete with processes and tools meant to ensure speed, reliability, and security. Today we'll look at the normal workflow for de...Terraform
Munilakshmi G J100daysdevops.hashnode.dev·Dec 19, 2024Day 55 of 100 Days : Exploring AWS Elastic Beanstalk – Simplifying Application DeploymentToday, I uncovered the magic of AWS Elastic Beanstalk, a service that takes the hassle out of deploying and managing applications. It’s like having your personal tech assistant who handles all the tough stuff—servers, scaling, monitoring—while you fo...Elastic Beanstalk
Sanya Dodanodejs-app-deploy-aws.hashnode.dev·Dec 19, 2024Deploying a Node Js Application on AWS EC2Testing the project locally Clone this project git clone https://github.com/<user-name>/<repo-name>.git cd <repo-name> code . touch .env Setup the following environment variables - (.env) file PORT="" Initialise and start the project npm inst...10 likes·35 readsNode.js
Mahira Technology Private Limitedmahiratechnology.hashnode.dev·Dec 18, 2024Mastering Modern DevOps: Deploy Retool on Kubernetes with HelmIntroduction :- DevOps practices have become essential in modern software development, enabling teams to deliver applications faster and more efficiently. One powerful combination in this realm is deploying Retool, a popular low-code platform, on Kub...Retool
Sky Walkerskyzstudio.hashnode.dev·Dec 17, 2024Vercel vs. Netlify: Choosing the Right Platform for Your Next Project 🚀In the world of web development, choosing the right hosting and deployment platform can significantly impact your project's success. Two of the most popular options are Vercel and Netlify. Both platforms offer a range of features designed to streamli...Vercel