K(Kavin (RK)inkamalkavin96.hashnode.dev·Aug 13, 2024 · 2 min readMastering Changelogs: A Comprehensive Guide for Developers and UsersIntroduction to Changelogs What is a Changelog? Definition: A changelog is a log or record of all notable changes made to a project. Purpose: To keep users and developers informed about the updates, improvements, bug fixes, and new features. Impo...00
K(Kavin (RK)inkamalkavin96.hashnode.dev·Jul 5, 2024 · 4 min readFastAPI for Beginners: Building Fast, Modern APIs with PythonIntroduction FastAPI is a modern, high-performance web framework for building APIs with Python 3.7+ using standard Python type hints. It's designed to be easy to use and to create efficient, scalable web applications. What is FastAPI? FastAPI is a we...00