lweyajoe.hashnode.devScripting Tools to Automate Batch Search and Replace Operations Across Multiple Files in a Github RepoYou might have found yourself stuck when need arises to change a script, block of code or even words that appear frequently in your website across multiple files in a repo. For example, links and titles etc. Instead of opening every file and doing an...Apr 23, 2024·3 min read
lweyajoe.hashnode.devDeploying a React app with VercelDeploying a React app with Vercel is a straightforward process thanks to Vercel's seamless integration with Git repositories. Here's a step-by-step guide to help you deploy your React app: Prerequisites: Ensure you have a Vercel account. You can sig...Mar 23, 2024·2 min read
lweyajoe.hashnode.devHow to Create a Virtual Environment for your Flask project using Git BashCreating a virtual environment is a recommended practice in Python development for several reasons: Isolation: Virtual environments provide isolated environments for each project, which means that dependencies for one project do not interfere with d...Mar 17, 2024·3 min read
lweyajoe.hashnode.devHosting Python Flask Applications on Google Cloud Platform for FreeFlask, a robust Python web framework, serves as an excellent choice for developers seeking simplicity and power. During development, Flask applications are typically accessible via localhost:5000, facilitated by Flask's built-in development web serve...Feb 13, 2024·3 min read
lweyajoe.hashnode.devMy ALX Portfolio Project Journey: Trials, Triumphs, and LearningIntro In the ever-evolving landscape of technology and innovation, I embarked on a personal journey to create a portfolio project that would not only showcase my skills but also address a real-world need. My project aimed to bridge the gap between jo...Jan 14, 2024·5 min read