Kfir

Kfir @kfir-g

About: A Software Engineer adept at translating requirements into robust projects. sharing insights

Location:
Spain
Joined:
Apr 20, 2024

Kfir
articles - 17 total

Understanding Python Memory and Garbage Collection Through Hands-On Experiments

Originally published on Medium under the Level Up coding publication. Python is a high‑level...

Learn More 5 0Jul 6

What Really Happens When You Type `google.com` in Your Browser?

Originally published on Medium under the Level Up coding publication. Every time you type...

Learn More 9 3May 18

Think You Know FastAPI and ASGI? Let's Dive In!

Before Uvicorn and Starlette: How Did Synchronous Servers Work? In traditional web...

Learn More 6 0Feb 7

Why You Should Use a Single FastAPI App and TestClient Instance

When working with FastAPI, especially in larger projects, using one instance of your FastAPI app and...

Learn More 6 0Jan 18

This Small Python Script Improved Understanding of Low-Level Programming

Originally published in Level Up Coding on Medium. Python is widely used for its simplicity and...

Learn More 5 0Jan 11

Understanding FastAPI Fundamentals: A Guide to FastAPI, Uvicorn, Starlette, Swagger UI, and Pydantic

Originally published on Medium under the Python in Plain English publication. FastAPI is a...

Learn More 21 0Nov 2 '24

Raising the Difference Between raise and raise e

Originally published on Medium under the Stackademic publication. When handling exceptions in...

Learn More 9 0Oct 26 '24

Building Robust Components with FastAPI and Pydantic

Originally published on Medium under the Python in Plain English publication. Leveraging...

Learn More 8 0Oct 7 '24

Understanding FastAPI's UploadFile: The Starlette Connection

Originally published on Medium under the Python in Plain English publication. In the world of...

Learn More 7 1Sep 28 '24

Unleash the Power of FastAPI: Async vs Blocking I/O

Originally published on Medium under the Python in Plain English publication. Are you ready to...

Learn More 20 0Sep 22 '24

Mastering Error Handling: A Comprehensive Guide

Originally published on Medium at Stackademic publication. Understanding Error...

Learn More 8 0Aug 12 '24

How to Write an Effective README File - A Guide for Software Engineers

Originally published on Medium at Stackademic publication. As software engineers, our goal is to...

Learn More 7 0Jun 19 '24

Endless Reflections: Understanding Recursion Through a Cat's Eyes

This is a submission for DEV Computer Science Challenge v24.06.12: One Byte Explainer. ...

Learn More 18 0Jun 14 '24

Enhancing Software Architecture through Comprehensive Testing in Backend Development

Originally published on Medium at Python in Plain English publication. In a recent project, I was...

Learn More 5 0May 22 '24

Securing Docker: Non-Root User Best Practices

Originally published on Medium. Docker is a containerization platform that simplifies the...

Learn More 1 0May 5 '24

Why IMDSv1 is a Security Risk for Cloud Infrastructure

Originally published on Medium in August, I shared this post on this platform after coming across...

Learn More 2 0May 3 '24

Solving Logs Woes: A Small Dive into Singleton Design Pattern

Originaly published on Python in Plain English Medium Publication Recently, I’ve been working...

Learn More 5 0Apr 28 '24