Hana Belay

Hana Belay @earthcomfy

About: Backend Developer. Mainly Python and Django.

Joined:
Jun 10, 2020

Hana Belay
articles - 31 total

Personal Finance Management App with Django, HTMX, Alpine, Tailwind, and Plaid

I’ve been eager to dive into HTMX, especially after watching the DjangoCon Europe 2022 talk From...

Learn More 26 3Oct 9 '24

Django Code Formatting and Linting Made Easy: A Step-by-Step Pre-commit Hook Tutorial

When it comes to coding, we should all aspire to adhere to best practices and industry standards to...

Learn More 28 5Oct 5 '23

From Problems to Solutions: Understanding Design Patterns

An interesting fact in software development is that you are almost always not the first person to...

Learn More 205 6Mar 26 '23

Elevate Your Django Projects with GraphQL Integration

If you are a Django developer looking for something beyond the traditional REST APIs to add some...

Learn More 20 5Jan 31 '23

Integrate Stripe Payments with Django By Building a Digital Products Selling App

One of the great features of online selling is being able to process payments online. With the...

Learn More 61 7Dec 26 '22

When to Use Functional Programming vs OOP

Back in the old days, software projects were relatively simple in terms of scope and lines of code....

Learn More 13 0Dec 12 '22

Build a Blog API With JWT Authentication Using Django Rest Framework

Django REST framework is a powerful and flexible toolkit for building Web APIs. You can easily build...

Learn More 39 9Dec 7 '22

Build a ChatBot Using Python, Django

A ChatBot has become one of the must-have features of modern-day web applications. It plays a huge...

Learn More 139 10Nov 17 '22

Start a Production-Ready Dockerized Django Project

Making a Django app production-ready inside Docker is quite useful for developers. It minimizes the...

Learn More 56 7Nov 1 '22

Class-Based Views in DRF are Powerful

If you are starting out with Django Rest Framework, you may feel a bit overwhelmed by the different...

Learn More 11 0Oct 3 '22

An E-commerce API

One of my most recent projects is an E-commerce API that has helped me solidify more advanced...

Learn More 41 6Sep 26 '22

Build Authentication Using Firebase | React | Express

Hi everyone, in this tutorial, we are going to fire up an authentication system using React,...

Learn More 23 2Sep 12 '22

Introducing a Real-time Chat App + Features and Demo

Hi everyone, I’m excited to share my journey of creating a real-time chat application using Firebase,...

Learn More 12 0Sep 7 '22

DRF boilerplate for user registration and auth using phone number and/or email

Hello everyone, I'm back with a boilerplate project that has saved my time and will hopefully save...

Learn More 12 4Aug 22 '22

My Portfolio

👋 Hey everyone, I've re-built my portfolio and would love to get feedback from you guys. ...

Learn More 16 17May 18 '22

Custom User Model in Django

Hello everyone. Follow this article to understand about custom user model in Django. I've...

Learn More 41 4Mar 17 '22

A recipe sharing web app with Django and React

Hello everyone. I've built a recipe sharing app using Django rest framework and React.js. This...

Learn More 48 9Jan 14 '22

Django Channels - A Simple Chat App Part 3

Hello everyone 👋 Apologies for the delay of this article. This is the final part of the series. By...

Learn More 16 3Oct 11 '21

Django Channels - A Simple Chat App Part 2

Hello guys. In the last part of the tutorial we created the index view that allows users to type in...

Learn More 18 0Oct 1 '21

Getting Started With Django Channels - A Simple Chat App Part 1

In my last article I talked about WebSockets and how we can establish a web socket connection from...

Learn More 57 3Sep 23 '21

Introduction To Web Sockets

Hello guys, so I was thinking of using Django to add a web socket support to a project am working on...

Learn More 162 8Sep 15 '21

Django - Update User Profile

In this final part of the series, we are going to create and display a form where users can update...

Learn More 33 10Sep 8 '21

Django - User Profile

In Today's part of the series, we are going to create profile for a user by including additional...

Learn More 116 13Sep 7 '21

Django - Reset Password

Hello everyone! In addition to login and logout views, django's auth app has views that can let...

Learn More 134 30Sep 3 '21

Django - How to keep secrets safe with python-dotenv

Often when working on a django project, we have some secret keys, OAuth keys and other critical...

Learn More 52 8Aug 31 '21

Django Social Apps Authentication

When websites ask us to login into their website to use their services, how many of us get tired of...

Learn More 33 11Aug 31 '21

Django Login/Logout System Part-II

What's up guys! In this second and last part of our login/logout system, we are going to: Create...

Learn More 8 3Aug 27 '21

Django Login/Logout System Part-I

Hey guys, how have you been? In today's part we are going to create the login system with a remember...

Learn More 23 2Aug 27 '21

Creating The Sign Up Page Part II

Welcome again. We will wrap up the sign up page by continuing from where we left off - that is...

Learn More 20 2Aug 25 '21

Creating The Sign Up Page Part I

Hello, glad to see you here again. In today's part of the series, we are going to create the sign up...

Learn More 35 15Aug 25 '21