Logo
Login
Tech Posts 31382
100daysofcode 100daysofdevops 100pay 10mistakes 10yearworkanniversary 11 11labs 11tly 11ty 127001

Dev Blog A constructive and inclusive blog for software developers. With you every step of your journey.

Built with modern PHP and MySQL. Open source software that powers developer blogs and other inclusive communities.

Made with love and PHP. Dev Blog © 2024.

Understanding CORS: Why It Matters and How to Implement It in Node.js and FastAPI

Hey devs 👋! Have you ever built a frontend that talks to a backend API, and everything works locally... but suddenly, when deployed, the browser screams at you with: Access to fetch at 'https://you...
10.04.2025 0 Read More

FastAPI is Overkill: Starlette and Pydantic Are All You Really Need

FastAPI is Overkill: Starlette and Pydantic Are All You Really Need
Leapcell: The Best of Serverless Web Hosting Starlette and Pydantic: Building Powerful APIs Without FastAPI In the field of Python web development, FastAPI has received much attention due to i...
12.04.2025 0 Read More

🚀 Building Fast, Scalable, and Robust CRUD APIs with FastAPI & PostgreSQL

FastAPI has quickly become one of the most loved web frameworks in the Python ecosystem—and for good reason. Combine it with PostgreSQL and SQLAlchemy, and you’ve got a backend stack that’s fast...
15.04.2025 0 Read More

Creating Your First API Endpoint with FastAPI

Creating Your First API Endpoint with FastAPI
In this part of our FastAPI series, we’ll dive into building API endpoints, which is the core functionality of any API framework. We’ll explore how FastAPI makes it easy to define routes, handle d...
15.04.2025 0 Read More

Implementing Template Engine from Scratch (Like Jinja2 or Django Templates)

Implementing Template Engine from Scratch (Like Jinja2 or Django Templates)
Leapcell: The Best of Serverless Web Hosting Implementation and Principle Analysis of a Simple Template Engine We will start writing a simple template engine and deeply explore its underlying ...
16.04.2025 0 Read More

Fastapi from localhost to production (part 1)

Deploying FastAPI to a VPS: Part 1 - Building and Dockerizing I'm starting this series to walk through how I deploy my FastAPI apps to a VPS. Getting stuff from your local machine to a live s...
16.04.2025 0 Read More

Hacking with Pickle: Python Deserialization Attacks Explained

Hacking with Pickle: Python Deserialization Attacks Explained
Leapcell: The Best of Serverless Web Hosting Deserialization Attacks and Prevention of the Pickle Module in Python Introduction Hello everyone! In the realm of Python programming, the...
18.04.2025 0 Read More

Python: Why Quart Might Be the Better Choice over FastAPI

Python's diverse ecosystem of web frameworks offers developers a wide range of choices for building robust and efficient applications. In the realm of asynchronous frameworks, Quart and FastAPI have e...
18.04.2025 0 Read More

📌 Pinterest Clone — Fullstack App with Vue 3 & FastAPI

📌 Pinterest Clone — Fullstack App with Vue 3 & FastAPI
Hey Dev.to! 👋I'm thrilled to share my latest project with you: Pinterest Clone — a modern full-stack web application inspired by Pinterest, built using Vue 3 for the frontend and FastAPI for the ...
19.04.2025 0 Read More

How Modern Encryption Algorithms Work: A Practical Python Perspective

How Modern Encryption Algorithms Work: A Practical Python Perspective
Leapcell: The Best of Serverless Web Hosting Analysis of Commonly Used Encryption Methods in Internet Development In the current era of vigorous development of Internet technology, data is lik...
20.04.2025 0 Read More
Loading...
#reading
I Built a Chess AI That Plays Like Me—Here’s How It (Almost) Failed
0
day-13:
0
Microsoft announces a revolutionary keyboard designed for vibe coding!
0
Introdução aos Atores Virtuais (Grains) em .NET com Proto.Actor
0
MatrixSwarm: Stop Locking Your AI Inside Russian Nesting Dolls
0
#popular
Mastering OpenAI’s new Agents SDK & Responses API [Part 1]
0
Beginner's Guide to the Model Context Protocol (MCP)
0
What is Model Context Protocol (MCP): Explained in detail
0
A Step-by-Step Guide to Install DeepSeek-V3-0324 Locally
0
The Great AI Agent Protocol Race: Function Calling vs. MCP vs. A2A
0