Posts

Showing posts from October 27, 2022

Search This Blog

How to get free webhosting and compute time

Image
Have a developer project and want to try to host it or run it for free? There are some great solutions for small side-projects!  Python web-server generated by dalle How does this fall into the topic and subject matter of this blog, you may ask... Well, this is a way to save money and run or improve your business at the same time!  Some programming required:   Github & Gitlab Pages - Both platforms are git-based and provide a solution for static webpage hosting free of charge Cloudflare Pages - Newer product for hosting front-end sites but also has advanced functions and workers Github Actions - You can run actions (or event based code) for free as well...  Gitlab CI/CD - Run deployment tasks on schedule Netlify - Can be combined with github or gitlab for example, will run your code and also offer some dynamic functionality  Vercel - Similar platform to Netlify - hosting various web projects PythonAnywhere - Can run python code and python-hosted backends for websites... The free pl