Parottasalna

AI, Backend Engineering & Architecture Guides

  • Golden Feedbacks for Python Sessions 1.0 from last year (2024)

    Category:

    Many Thanks to Shrini for documenting it last year. This serves as a good reference to improve my skills. Hope it will help many. 📢 What Participants wanted to improve 🚶‍♂️ Go a bit slower so that everyone can understand clearly without feeling rushed. 📚 Provide more basics and examples to make learning easier…

  • Learning Notes #72 – Metrics in K6 Load Testing

    Category:

    In our previous blog on K6, we ran a script.js to test an api. As an output we received some metrics in the cli. In this blog we are going to delve deep in to understanding metrics in K6. 1. HTTP Request Metrics http_reqs http_req_duration http_req_failed 2. VU (Virtual User) Metrics vus vus_max 3.…

  • Learning Notes #71 – pyproject.toml

    Category:

    In the evolving Python ecosystem, pyproject.toml has emerged as a pivotal configuration file, streamlining project management and enhancing interoperability across tools. In this blog i delve deep into the significance, structure, and usage of pyproject.toml. What is pyproject.toml? Introduced in PEP 518, pyproject.toml is a standardized file format designed to specify build system requirements…

  • 📢 Python Learning 2.0 in Tamil – Call for Participants! 🚀

    Category:

    After an incredible year of Python learning Watch our journey here, we’re back with an all new approach for 2025! If you haven’t subscribed to our channel, don’t miss to do it ? Support Us by subscribing This time, we’re shifting gears from theory to practice with mini projects that will help you build…

  • Learning Notes #70 – RUFF An extremely fast Python linter and code formatter, written in Rust.

    Category:

    In the field of Python development, maintaining clean, readable, and efficient code is needed. The Ruff Python package is a faster linter and code formatter designed to boost code quality and developer productivity. Written in Rust, Ruff stands out for its blazing speed and comprehensive feature set. This blog will delve into Ruff’s features,…