qasim.auConnecting MongoDB to a NextJs 15 ApplicationWhat is MongoDB? MongoDB is a database that can store data in JSON documents. It’s used to store structured, semi-structured, and unstructured data, allowing data to be used dynamically in projects instead of static data in your project. Setup - Cr...Jan 24, 2025·7 min read
qasim.auHow Next App Router Pages WorkWhat Is The Next App Router? The next app router allows for a new way of navigating to pages. In the old routing way, you would have to create a page, usually the main(home) page to define routes within your project. Now, Nextjs has implemented a ne...Jan 24, 2025·7 min read
qasim.auThe World Of C-Sharp 2Introduction This blog is part 2 of my previous blog - The World of C-Sharp 1 - and if you haven’t seen that yet, be sure to check it out. In this blog, I will be going through Storing Classes, Fields, and Constructors and introducing APIs specifica...Oct 19, 2024·4 min read
qasim.auThe World Of C-Sharp 1Introduction To C-Sharp For starters, C-Sharp is an object-oriented language, meaning it revolves around classes, objects, etc. Being used by millions of people, C-Sharp has made a name for itself with beneficial perks such as cross-platform support...Oct 1, 2024·6 min read
qasim.auPython Coding Competition - Week 1 Part 2What I learned In this part, there will be new fundamental concepts that you have probably heard of and that are very useful in your Python journey. Strings And Integers As you probably know, there are two main types of text: strings and integers. S...Mar 31, 2024·7 min read