freecodecamp.orgHow to Deploy Your FastAPI + PostgreSQL App on Render: A Beginner's GuideThis 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...May 22, 2025·9 min read
freecodecamp.orgHow to Set Up Automated GitHub Workflows for Your Python and React ApplicationsAutomating workflows is an essential step in helping you maintain code quality in your applications – especially when working on both frontend and backend code in a single repository. In this guide, we’ll walk through setting up automated GitHub work...Nov 7, 2024·5 min read
preston-56.hashnode.devUnderstanding the AttributeError: module 'bcrypt' has no attribute '__about__'Introduction The AttributeError: module 'bcrypt' has no attribute '__about__' is a common issue encountered when working with the bcrypt library in Python. This error typically arises when there is a mismatch between the versions of the bcrypt librar...Oct 8, 2024·2 min read
preston-56.hashnode.devDocumentation: Installing Google Fonts on LinuxThis guide provides systematic steps to download and install Google Fonts on a Linux system that are not included by default. This process involves downloading the fonts, extracting them, and moving them to the system fonts directory. Prerequisites ...Sep 11, 2024·2 min read
preston-56.hashnode.devA Beginner's Guide to Debugging in JavaScriptDebugging is an essential skill for any programmer, allowing you to identify and fix errors or bugs in your code efficiently. While it may seem daunting at first, with the right approach and tools, you can efficiently troubleshoot and resolve issues ...Mar 11, 2024·3 min read