28 articles

📰 Dev.to · Ssali Jonathan

Articles from Dev.to · Ssali Jonathan · 28 articles · Updated every 3 hours · View all reads

All ⚡ AI Lessons (10065) ArXiv cs.AIDev.to · FORUM WEBForbes InnovationDev.to AIOpenAI NewsHugging Face Blog
Building a Chat App with Websockets and JavaScript Using FastAPI.
Dev.to · Ssali Jonathan 1y ago
Building a Chat App with Websockets and JavaScript Using FastAPI.
In this video, I'll walk you through building a simple chat application to explain WebSockets. We'll...
FastAPI Beyond CRUD Website
Dev.to · Ssali Jonathan 1y ago
FastAPI Beyond CRUD Website
I have worked on a website for my FastAPI course "FastAPI Beyond CRUD". It can be found here
FastAPI Beyond CRUD Full Course - A FastAPI Course
Dev.to · Ssali Jonathan 1y ago
FastAPI Beyond CRUD Full Course - A FastAPI Course
I'm excited to have completed my comprehensive FastAPI course! Not only did I deepen my understanding...
API Documentation With Swagger And Redoc - FastAPI Beyond CRUD (Part 21)
Dev.to · Ssali Jonathan 1y ago
API Documentation With Swagger And Redoc - FastAPI Beyond CRUD (Part 21)
In this video, we explore API documentation with FastAPI, we look at how it automatically generates...
Handling Password Resets - FastAPI Beyond CRUD Part 19
Dev.to · Ssali Jonathan 1y ago
Handling Password Resets - FastAPI Beyond CRUD Part 19
In this video, we configure password resets for our FastAPI application using email verification....
Error Handling (How to create Custom Error Handlers and Exceptions) - FastAPI Beyond CRUD (Part 16)
Dev.to · Ssali Jonathan 1y ago
Error Handling (How to create Custom Error Handlers and Exceptions) - FastAPI Beyond CRUD (Part 16)
This video explores error handling in FastAPI, focusing on customizing exception raising and...
FastAPI Beyond CRUD Part 15 - More Database And Schema Relationships
Dev.to · Ssali Jonathan 1y ago
FastAPI Beyond CRUD Part 15 - More Database And Schema Relationships
In this video, we enhance our SQLModel models by establishing additional database relationships...
FastAPI Beyond CRUD Part 14 - Model And Schema Relationships (One To Many SQLModel)
Dev.to · Ssali Jonathan 1y ago
FastAPI Beyond CRUD Part 14 - Model And Schema Relationships (One To Many SQLModel)
In this video, we leverage SQLmodel’s capabilities to demonstrate how to effectively manage one to...
Role-Based Access Control Using Dependency Injection (Add User Roles)
Dev.to · Ssali Jonathan 1y ago
Role-Based Access Control Using Dependency Injection (Add User Roles)
In this video, we’re setting up role-based access control for our FastAPI project. Role-based access...
JWT Authentication (Revoke Access Tokens Using Redis) -FastAPI Beyond CRUD Part 12
Dev.to · Ssali Jonathan 1y ago
JWT Authentication (Revoke Access Tokens Using Redis) -FastAPI Beyond CRUD Part 12
In this video, we explore the process of revoking JWTs by utilizing Redis as our token blocklist,...
FastAPI Beyond CRUD Part 10 - JWT Authentication (Project Endpoints with HTTP Bearer Auth)
Dev.to · Ssali Jonathan 1y ago
FastAPI Beyond CRUD Part 10 - JWT Authentication (Project Endpoints with HTTP Bearer Auth)
In this tutorial, we dive into securing our API endpoints using HTTP Bearer Authentication. Bearer...
FastAPI Beyond CRUD Part 9 - JWT Authentication (Create Access And Refresh Tokens)
Dev.to · Ssali Jonathan 1y ago
FastAPI Beyond CRUD Part 9 - JWT Authentication (Create Access And Refresh Tokens)
In this tutorial, we extend our user authentication system to incorporate JWT Authentication, a...
FastAPI Beyond CRUD Part 8 - User Account Creation (Email & Password Auth)
Dev.to · Ssali Jonathan 1y ago
FastAPI Beyond CRUD Part 8 - User Account Creation (Email & Password Auth)
In this video, we employ the user authentication model developed in the previous segment to enable...
FastAPI Beyond CRUD Part 7 - Create a User Authentication Model (Database Migrations With Alembic)
Dev.to · Ssali Jonathan 1y ago
FastAPI Beyond CRUD Part 7 - Create a User Authentication Model (Database Migrations With Alembic)
In this video, we create the user authentication model using SQLModel but we approach this by using...
FastAPI Beyond CRUD Part 6 - CRUD With Async SQLModel (An Introduction to Dependency Injection)
Dev.to · Ssali Jonathan 1y ago
FastAPI Beyond CRUD Part 6 - CRUD With Async SQLModel (An Introduction to Dependency Injection)
In this video, we build our CRUD functionality replacing the in-memory database (Python-list) with...
FastAPI Beyond CRUD Part 5 - Databases With SQLModel (Connection, Lifespan Events, And Models)
Dev.to · Ssali Jonathan 1y ago
FastAPI Beyond CRUD Part 5 - Databases With SQLModel (Connection, Lifespan Events, And Models)
This video walks through the process of setting up a connection to PostgreSQL database using SQLModel...
FastAPI Beyond CRUD - Part 4 Modular Project Structure With Routers
Dev.to · Ssali Jonathan 1y ago
FastAPI Beyond CRUD - Part 4 Modular Project Structure With Routers
In this video, we restructure our API from a single file to a more organized structure that shall...
FastAPI Beyond CRUD Part 3 - Buiding a CRUD REST API (CRUD, Response Models & HTTP Exceptions)
Dev.to · Ssali Jonathan 1y ago
FastAPI Beyond CRUD Part 3 - Buiding a CRUD REST API (CRUD, Response Models & HTTP Exceptions)
In this video, we build a CRUD REST API using the knowledge we obtained from the previous video. CRUD...
FastAPI Beyond CRUD Part 2 - Build a Simple Web Server (Path & Query Params, Request Body, Headers)
Dev.to · Ssali Jonathan 1y ago
FastAPI Beyond CRUD Part 2 - Build a Simple Web Server (Path & Query Params, Request Body, Headers)
This video demonstrates the process of constructing a web server, utilizing FastAPI's CLI for running...
FastAPI Beyond CRUD Part1 - Introduction And Project Set Up
Dev.to · Ssali Jonathan 1y ago
FastAPI Beyond CRUD Part1 - Introduction And Project Set Up
This is the first of a series of videos I have been making about FastAPI. This course is intended to...