Dhairya Patelblog.dhairyapatel.in·Dec 14, 2024Deploying a Django WebSocket Application with Uvicorn, Nginx, and PostgreSQLIn this comprehensive guide, we'll walk through the process of deploying a Django application that uses WebSockets. We'll set up a production-ready environment using Uvicorn as the ASGI server, Nginx as a reverse proxy, and PostgreSQL as the database...1 like·39 readsDeploymentDjango
HueFoxhuefox.uk·Nov 8, 2024Video Font FreeElevate Your Designs with Video Font: The Ultimate 3D Typeface In the world of design, typography can make or break your visual storytelling. Enter Video Font, an exciting 3D font family that promises to elevate your creative projects to a whole new ...3d
Siddhant Gahlotsiddhant1.hashnode.dev·Oct 27, 2024Boost Productivity: Top 5 Python Scripts for a Streamlined WorkflowHere's a document outlining five production-level Python automation scripts that can enhance efficiency and reliability in various operational tasks. Each script is accompanied by a brief description, its purpose, and an example. Production-Level Py...Python
Darshit Anjariadarshitanjaria.hashnode.dev·Oct 25, 2024Mastering Memory Management in JavaScript: A Deep Dive into Garbage CollectionIntroduction In any programming language, managing memory efficiently is crucial to building high-performance applications. JavaScript, despite being a high-level language, handles memory management for you through a process called Garbage Collection...39 readsJavaScript
Darshit Anjariadarshitanjaria.hashnode.dev·Oct 21, 2024Shallow Copy vs Deep Copy in JavaScript: Understanding Object CloningIntroduction Have you ever wondered why changing a copied object in JavaScript also affects the original one? This strange behavior occurs when you don't realize you're dealing with a shallow copy rather than a deep copy. In JavaScript, objects and a...30 readsobject-cloning
Arjun Singhblog.arjunsingh.com.np·Sep 10, 2024How I Manage Django SettingsBuilding a Django app is fun until you realize you need different settings for development and production. One day, I accidentally shared my secret keys with the whole internet. Oops. In this post, I’ll show you how I manage Django settings. It's a l...10 likes·55 readsGeneral ProgrammingPython
Oluwatobi Onioluwatobio.hashnode.dev·Aug 30, 2024How to Set Realistic Goals as a Product ManagerAs a Product Manager (PM), setting realistic goals is one of the most critical aspects of your role. Goals define the direction for your team, shape the product roadmap, and influence stakeholders’ expectations. Setting unrealistic goals can lead to ...Product Management
VISHAL GAURAVvgaur.hashnode.dev·Aug 27, 2024Taking it to productionI've been caught up with professional commitments lately, but I’m excited to be back and ready to dive back into my blog journey. This time, I’m committing to being more consistent in sharing content that matters. In this first series, I’ll be explor...Facing the Real Worldtutorials
Berthran Danieldanielberthran.hashnode.dev·Aug 19, 2024Why You Shouldn't Use Flask's Development Server in Production: A Cautionary TaleAs a young software engineering student, Joe loved using Flask to build and share his apps. Flask’s built-in server, invoked with the flask run command, was convenient and straightforward for development. Joe enjoyed showing his apps to friends, but ...44 readsFlask Framework
Binod Chaudharybinodrm7.hashnode.dev·Aug 9, 2024Node.js Security Best Practices in Production: A Comprehensive GuideNode.js is a powerful and popular runtime environment for building server-side applications. However, like any technology, it comes with security challenges, especially when deployed in production. Ensuring the security of your Node.js application is...1 likeNode.js