Jan 15 · 3 min read · SITUATION I watch a lot of YouTube videos and more often than not, I also do multi-tasking meaning while I am working on something, I like to open YouTube every now and then and want to watch a Video. But a lot of the times, I realize that: Either t...
Join discussion
Jan 2 · 6 min read · Streamlit is awesome in that it gives you the ability to deploy on their platform for free, but I hate dealing with their branding - or anyone’s else branding for that matter. Plus I spent way too much time trying to make this thing not to look like ...
Join discussion
Dec 29, 2025 · 2 min read · As applications grow, visibility into storage usage becomes increasingly important. Teams need to understand how their data evolves over time in order to plan capacity, prevent outages, and avoid unexpected limits. To address this, we’ve introduced c...
Join discussion
Nov 27, 2025 · 4 min read · Building desktop applications that communicate in real-time is always exciting! 💬 Recently, I completed a project where I created a cross-platform chat application using PyQt5 for the GUI, Socket.IO for real-time communication, and MongoDB Atlas for...
Join discussion
Oct 6, 2025 · 8 min read · Let’s build a Node.js app and deploy it on Render for free. By the end, it will be live and accessible online. Prerequisites Before we start, make sure you have the following ready: VS Code (I’ll be using this for the demo) Node installed Git inst...
Join discussion
Sep 21, 2025 · 2 min read · If you’ve tried running n8n for free, you might have faced the annoying freezing issue. Don’t worry this guide will show you how to deploy n8n for free on Render, fix the freezing problem using CronJob, and get your automation workflows running smoot...
Join discussionJul 28, 2025 · 4 min read · Executive Summary Deploying Ghost CMS on Render.com provides a scalable, managed solution for professional publishing. This guide synthesizes best practices from official documentation and user experiences, covering: Core requirements including MySQ...
Join discussion
May 22, 2025 · 9 min read · This guide is a comprehensive roadmap for deploying a FastAPI backend connected to a PostgreSQL database using Render, a cloud platform that supports hosting Python web apps and managed PostgreSQL databases. You can find the complete source code he...
Join discussion
Mar 20, 2025 · 1 min read · Render provide a trigger url Backend Health Check Before Triggering Render URL Instead of blindly calling the Trigger URL, first check if the backend is already awake by sending a lightweight HEAD or OPTIONS request to your backend’s health endpoint....
Join discussion