<feed xmlns="http://www.w3.org/2005/Atom"> <id>https://zobayer.net/</id><title>Zobayer Hasan</title><subtitle>My personal blog site.</subtitle> <updated>2026-05-28T00:54:54+06:00</updated> <author> <name>Zobayer Haasan</name> <uri>https://zobayer.net/</uri> </author><link rel="self" type="application/atom+xml" href="https://zobayer.net/feed.xml"/><link rel="alternate" type="text/html" hreflang="en" href="https://zobayer.net/"/> <generator uri="https://jekyllrb.com/" version="4.4.1">Jekyll</generator> <rights> © 2026 Zobayer Haasan </rights> <icon>/assets/img/favicons/favicon.ico</icon> <logo>/assets/img/favicons/favicon-96x96.png</logo> <entry><title>RESTful Application Development with Python Flask, Part 1</title><link href="https://zobayer.net/posts/python-flask-tutorial-day1/" rel="alternate" type="text/html" title="RESTful Application Development with Python Flask, Part 1" /><published>2021-05-08T05:00:00+06:00</published> <updated>2026-05-28T00:54:31+06:00</updated> <id>https://zobayer.net/posts/python-flask-tutorial-day1/</id> <content type="text/html" src="https://zobayer.net/posts/python-flask-tutorial-day1/" /> <author> <name>Zobayer Haasan</name> </author> <category term="published" /> <category term="python" /> <category term="flask" /> <category term="restful" /> <category term="api" /> <category term="tutorial" /> <summary>Flask is a popular micro-framework written in Python. It has a very small core and it is very easy to extend. There are barely any restrictions or fixed structures for Flask framework, which means, it is also very easy to mess things up. In this tutorial series, I will try to demonstrate how to build a Flask RESTful application from scratch. There are tools such as cookiecutter-flask-restful t...</summary> </entry> <entry><title>Design Better URLs</title><link href="https://zobayer.net/posts/design-better-urls/" rel="alternate" type="text/html" title="Design Better URLs" /><published>2020-09-17T14:01:01+06:00</published> <updated>2020-09-17T14:01:01+06:00</updated> <id>https://zobayer.net/posts/design-better-urls/</id> <content type="text/html" src="https://zobayer.net/posts/design-better-urls/" /> <author> <name>Zobayer Haasan</name> </author> <category term="published" /> <category term="restful" /> <category term="design" /> <category term="api" /> <summary>If you are designing RESTful APIs, designing the URLs is always a challenge. In this post, I tried to summarize a few key points that might help you to design better URLs. URL Root Prefix Always specify a root prefix for your RESTful project, and it should not be generic words like api, rest, service etc. It should be a single ASCII lowercase word related to your project. For example /tardy, ...</summary> </entry> <entry><title>Install Different Versions of Python from Source</title><link href="https://zobayer.net/posts/fedora-install-python-from-source/" rel="alternate" type="text/html" title="Install Different Versions of Python from Source" /><published>2020-08-01T22:01:01+06:00</published> <updated>2020-08-01T22:01:01+06:00</updated> <id>https://zobayer.net/posts/fedora-install-python-from-source/</id> <content type="text/html" src="https://zobayer.net/posts/fedora-install-python-from-source/" /> <author> <name>Zobayer Haasan</name> </author> <category term="published" /> <category term="fedora" /> <category term="linux" /> <category term="install" /> <category term="python" /> <category term="development" /> <summary>Python 3.8 comes as a default with Fedora 32. However, sometimes you may wish to install other versions for development and test purposes. In this post, I will show you how to install Python 3.7 and 3.6 on Fedora 32. Install Prerequisites Install python development dependencies sudo dnf groupinstall "Development Tools" sudo dnf install python3-devel openssl-devel zlib-devel bzip2-devel sqlit...</summary> </entry> <entry><title>Diving Back into Blogging: My Journey to GitHub Pages with Chirpy</title><link href="https://zobayer.net/posts/first-post/" rel="alternate" type="text/html" title="Diving Back into Blogging: My Journey to GitHub Pages with Chirpy" /><published>2020-07-31T23:01:01+06:00</published> <updated>2024-11-22T14:07:21+06:00</updated> <id>https://zobayer.net/posts/first-post/</id> <content type="text/html" src="https://zobayer.net/posts/first-post/" /> <author> <name>zobayer</name> </author> <category term="Technology" /> <summary>Hello World! After a long pause filled with the bustling demands of life, I’ve finally carved out a bit of free time. Why not dive back into writing? Sure, I might be my own solitary reader, but honing my technical writing skills still feels like a valuable endeavor. Dusting off the old platforms of Blogger and WordPress didn’t appeal to me this time. I was on the lookout for something stream...</summary> </entry> </feed>
