Logo
Login
Tech Posts 31207
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
Embarking on a C# Adventure: Unveiling the Topics Covered on Our Learning Journey
0
๐Ÿš€ ๐—จ๐—ป๐—น๐—ผ๐—ฐ๐—ธ๐—ถ๐—ป๐—ด ๐˜๐—ต๐—ฒ ๐—ฃ๐—ผ๐˜„๐—ฒ๐—ฟ ๐—ผ๐—ณ @๐—ฅ๐—ฒ๐˜€๐—ฝ๐—ผ๐—ป๐˜€๐—ฒ๐—•๐—ผ๐—ฑ๐˜† ๐—ถ๐—ป ๐—ฆ๐—ฝ๐—ฟ๐—ถ๐—ป๐—ด ๐—•๐—ผ๐—ผ๐˜: ๐—” ๐—š๐—ฎ๐—บ๐—ฒ-๐—–๐—ต๐—ฎ๐—ป๐—ด๐—ฒ๐—ฟ ๐—ณ๐—ผ๐—ฟ ๐—ฅ๐—˜๐—ฆ๐—ง๐—ณ๐˜‚๐—น ๐—”๐—ฃ๐—œ๐˜€
0
How I Saved a Startup $15k/month on AWS Without Downtime
0
New Benchmark Shows Claude 3 Outperforms GPT-4 on Real-World AI Instructions
0
How to Host a Dedicated Terraria Server: Step-by-Step Guide
0
#popular
Mastering OpenAIโ€™s new Agents SDK & Responses API [Part 1]
0
What is Model Context Protocol (MCP): Explained in detail
0
Beginner's Guide to the Model Context Protocol (MCP)
0
A Step-by-Step Guide to Install DeepSeek-V3-0324 Locally
0
How to Run DeepSeek Locally Using Ollama
0