Github Page vs Vercel vs Cloudflare Page: Which is best for static blog hosting

TL;DR: I chose Cloudflare Pages to host my blog because of unlimited bandwidth and easy and error free deployment. Candidates There are lots of place can host a blog. Today I’m comparing the these three platforms because Github Pages is oldest way I used before, Vercel is hot on Twitter, and Cloudflare is trending on Twitter as well. Requirement Compatible to Hugo Easy to use Free Custom Domain Github Pages Guide https://gohugo....

April 14, 2024 · 2 min · 333 words · Murmurs Dev

Simplest Way to Send Your Markdown Files To Blogger

Overview One of the biggest concerns I had with using Blogger was the lack of a good client for dealing with markdown files. Fortunately, EasyBlogger solved this issue. However, since the last valid commit for EasyBlogger was 5 years ago, I encountered some issues while using it and decided to dockerize it. Authorization Generating the authorization URL To use Blogger, the first step is to fetch your credentials. You can find your blog ID once you log in to Blogger - it’s the last part of the URL path....

March 23, 2023 · 2 min · 241 words · Murmurs Dev

Choosing the Best Blogging Platform for My Personal Blog

As a software developer, I’m always looking for ways to create software solutions for myself. However, when it came to setting up my personal blog, I realized that building a blog from scratch might not be the best use of my time. So, I decided to use an existing blogging platform that met my requirements. In this post, I’ll share my journey of choosing the best blogging platform for my personal blog, and the factors I considered before making my final decision....

March 22, 2023 · 3 min · 554 words · Murmurs Dev