PinnedKfir GismaninPython in Plain EnglishBuilding Robust Components with FastAPI and PydanticLearn how to build robust FastAPI components using Pydantic for data validation, improving API integrity, readability, and error handling.Oct 12Oct 12
Kfir GismaninPython in Plain EnglishUnderstanding FastAPI Fundamentals: A Guide to FastAPI, Uvicorn, Starlette, Swagger UI, and…Explore FastAPI’s fundamentals, including Uvicorn, Starlette, Pydantic, and Swagger UI with these key resources for tutorials, docs, guide4d ago4d ago
Kfir GismaninStackademicRaising the Difference Between raise and raise eExplains how raise preserves the original traceback for better debugging, while raise e resets it, potentially obscuring the error’s originOct 28Oct 28
Kfir GismaninPython in Plain EnglishUnderstanding FastAPI’s UploadFile: The Starlette ConnectionWhy does FastAPI’s UploadFile seem like Starlette’s? Explore FastAPI’s elegant, modular design in this deep dive!Sep 30Sep 30
Kfir GismaninPython in Plain EnglishUnleash the Power of FastAPI: Async vs Blocking I/ODiscover how to optimize FastAPI by using async functions for concurrent request handlingSep 23Sep 23
Kfir GismaninStackademicMastering Error Handling: A Comprehensive GuideUnderstanding Error HandlingAug 12Aug 12
Kfir GismaninStackademicHow to Write an Effective README File — A Guide for Software EngineersMaster the art of writing READMEs! Learn structure, content, and styling to make your project shineJun 191Jun 191
Kfir GismaninPython in Plain EnglishEnhancing Software Architecture through Comprehensive Testing in Backend DevelopmentIn a recent project, I was tasked with delivering a crucial backend component with robust functionality as well as requiring comprehensive…May 22May 22
Kfir GismaninPython in Plain EnglishSolving Logs Woes: A Dive into Singleton Design PatternThe article explores solving logging issues in Python by leveraging the Singleton Design Pattern, ensuring centralized logging.Apr 15Apr 15
Kfir GismanAsegurando Docker: Mejores Prácticas para Usuarios Non-RootDocker es una plataforma de contenerización que simplifica la implementación y escalabilidad de aplicaciones al empaquetarlas en unidades…Jan 4Jan 4