How I Transitioned My Course Platform to Notion: A Developer's Perspective

Over the course of 2+ months, I dedicated my time to developing a web app using Next.js, NextAuth.js, Prisma, SQLite, and other impressive technologies. However, as my focus slowly shifted away from the actual content, I realized that I needed to make a change. That’s when I decided to migrate my course platform to Notion. Take a look at how it turned out: Although I had used Notion on and off for a few years, this summer, I made the conscious decision to fully immerse myself in it....

Introduction to SQL: Understanding the Basics

SQL (Structured Query Language) is a powerful language used to interact with Database Management Systems (DBMS). It is specifically designed for querying and manipulating data in relational databases. In this blog post, we will explore the fundamental concepts of SQL and gain insights into its evolution and implementations. The Evolution of SQL First published in 1986, SQL has undergone several updates and revisions over the years. The latest version, as of writing this blog, is SQL 2019....