Posts
All the articles I've posted.
Integrating Supabase with Django: A Comprehensive Guide
Published: at 08:20 PMExploring how we can integrate Supabase with Django
Ubuntu 24.04.1 LTS is out; what's new?
Published: at 03:58 PMThis post details what is new in Ubuntu 24.04..1 LTS
New Api: `use` in React 19
Published: at 03:58 PMThis post details how you can use the new API in React `use` to enhance your application.
Introduction to Next js
Published: at 08:46 AMThis post details the process of building a simple application using next js(A React framework for building full-stack web applications)
Coding K-Means Clustering using Python and NumPy
Published: at 03:58 PMThis post details the process of coding the K-Means Clustering algorithm from scratch using Python and NumPy. It's a great exercise for understanding the mechanics of this fundamental machine learning algorithm.