Diwash Mainalibetter-diwash.hashnode.dev·Aug 4, 2024Develop a Local Server and Deploy Your Website Publicly for FreeIn the previous blog I have shown how can you create your own development environment in your LAN. You can utilize your old computer hardware and convert it to LAN server with shared files across the network. Now In this blog I will show you how can ...1 likeLinux
Asaf Huseynasafhuseyn.hashnode.dev·Jul 3, 2024Did You Know You Can Use GitHub to Host Your Site for Free?In this guide, I’ll walk you through how to use GitHub Pages to host your personal website or simple blog for free. Based on my experiences, I’ll explain the process with examples. Contents What is GitHub Pages? Step 1: Creating a Repository Step ...GitHub
Meer Uxairmeeruzairwashere.hashnode.dev·Jun 27, 2024Keeping Your Free Render.com Projects Alive with Node-Cron and Axios!Keeping Your Free Render.com Projects Alive with Node-Cron and Axios If you're using Render.com to host your hobby projects on the free tier, you might have noticed that your instance goes to sleep after 15 minutes of inactivity. This can be frustrat...onrender.com
Jasai Hansdajasaiblogs.hashnode.dev·Jun 1, 2024Host Your PHP and MySQL Website for Free: A Step-by-Step GuideIn this guide, we'll walk you through the entire process, from setting up your server to deploying your site, without spending a dime. Let's get started! We are going to use infinityfree.com for totally free hosting. Setting Up Your Account on Infini...40 readsPHP
Vinh Jackervinhjacker.hashnode.dev·Nov 17, 2023Is it possible to make an e-commerce site with PHP and MySQL for free?Creating a free e-commerce site using PHP and MySQL involves several steps. First, you'll need to select a suitable hosting provider that supports PHP and MySQL. Options like 000webhost, InfinityFree, or Heroku offer free hosting plans, though they m...Web Development
Pratik MforOmniGuruomniguru.net·Nov 1, 20235 Heroku Alternatives for Free Full Stack HostingHeroku has discontinued its free tier, leaving developers seeking new platforms. Here are 5 full stack hosting alternatives to Heroku's free plan. Why Developers Loved Heroku's Free Tier Heroku offered a popular platform-as-a-service (PaaS) model, le...34 readsHeroku
Samit Ghimireblog.samitghimire.com.np·Jan 28, 2023Using GitHub to deploy the ReactJS appReactJS is a very popular front-end library to build user interfaces. And you might have developed an excellent app using react but struggling to get it to the users. In this article, I will walk you through the steps to use Github pages and deploy t...2 likes·44 readsGitHub
ANTHONY UDEAGBALAizudada.hashnode.dev·Dec 20, 2022How To Deploy A Django Application on Python AnywhereI developed a chest burn when I got the email that Heroku was ending their free tier plan. If you have used Heroku you would understand its ease of deployment. I found python anywhere a reliable deployment platform with a free tier plan still existin...229 readsDjango
saiprasad padhysaiprasadpadhy.hashnode.dev·Dec 3, 2022Host your front-end websites for free using GitHub pagesYes, you read it correctly. GitHub pages is a service provided by GitHub to host static sites for free for a lifetime. I will walk you through each step with screenshots so that you can host your site using gh-pages. Create a new repository Fill in ...2 likes·47 readsGitHubPages
Ahsan Noor.anoor.hashnode.dev·Aug 27, 2022How to host your frontend projects on GitHub pages for free?Introduction: Having a portfolio website is a great idea for a developer. We can use this website to showcase our skills, and share it with others when needed. As a student and a beginner, we may not have the budget to pay for hosting services. Don't...48 likes·594 readsGitHub