Implementing App notifications: The FOSS wayThe Beginning: Building My First "Real" App Recently, I embarked on building a Splitwise-like expense-splitting app using React Native and Expo. This wasn't just another side project—it was my first proper dive into this tech stack, with React Native...Jul 12, 2025·8 min read
Let's Learn Django #5 Django TemplateIn the previous blog, we looked at how to set up and use Django templating. Now, let's dive deeper into Django templating and explore its powerful features. Django templating is very powerful. It supports a large number of tags like if, for, cycle et...Jun 21, 2023·4 min read
Let's Learn Django #4 Using templates & static filesWe have already seen how to write our first view in the previous blogs. In this blog, we will explore how to use & render templates. What are templates? Templates are simply HTML files that we can render as a response to a URL/view.Django templates o...Jun 17, 2023·5 min read
Let's Learn Django #3 Writing our first viewBy now, we have seen how to initialise our project and the overview of different files in a Django project.Now, we will write out the first view/page. Creating the First View - Hello World! Let's start by creating a simple view that will return a sim...Jun 15, 2023·3 min read
Let's Learn Django #2 File StructureAfter initialising a Django project, we can see several files. Don't worry, this blog will explain all of them in detail. The general file structure of Django looks like this: ├── [appname] │ ├── admin.py │ ├── apps.py │ ├── __init__.py │ ├──...Jun 14, 2023·3 min read
Let's Learn Django #1 InitThis is a blog series about Django from the very basics Installing & initialising a project Django is a really powerful Python-based web framework with the philosophy batteries included. It means it gives you everything you need to build a full-stack...Jun 14, 2023·3 min read
Developer Portfolio: Appwrite Hashnode HackathonDeveloper Portfolio: Appwrite Hashnode Hackathon Team Details Rachit Khurana - Rachit Khurana Description of Project It's a simple portfolio website that I made It has many pages like Projects, skills, education, contact etc.It has displays all the b...May 30, 2023·1 min read