Django 5 CRUD tutorial
In this tutorial, we’ll create a typical CRUD (Create, Read, Update and Delete) app using Django 5.
In this tutorial, we’ll create a typical CRUD (Create, Read, Update and Delete) app using Django 5.
In this tutorial, we’ll see typical steps needed to install a Django project from its repo in a testing environment.
In this tutorial, we’ll learn how to install and get started with PostgreSQL on Debian based Linux such MX Linux.
This presents a quick cheatsheet for some of the most frequently used Linux commands
In this tutorial, we’ll install and configure Nginx with PHP-FPM on MX-Linux 23 (Debian 12)
In this tutorial, we’ll learn how to install and manage multiple PHP versions on Debian 12 (bookworm) or any distro based on Debian 12 such as MX-Linux 23
In this tutorial, we’ll use NextAuth.js in order to incorporate authentication inside Next.js 13 app.
In this tutorial we’ll use Zustand within a Next.js app in order to incorporate client-side state management which is persisted app-wide.
In this tutorial, we’ll utilize Route Handlers feature of Next.js 13 in order to define API endpoints.
In this tutorial, we’ll plug Prisma ORM in Next.js 13 app and use SQLite as database.