Parottasalna

AI, Backend Engineering & Architecture Guides

  • Learning Notes #61 – Undo a git pull

    Category:

    Today, i came across a blog on undo a git pull. In this blog, i have reiterated the blog in other words. Mistakes happen. You run a git pull and suddenly find your repository in a mess. Maybe conflicts arose, or perhaps the changes merged from the remote branch aren’t what you expected. Fortunately,…

  • ML Notes #1 – Linear Regression from Scratch

    Category:

    I don’t want to pursue into ML. Yeah. I don’t. Reason is “I can’t explain the functionality clearly to another person. If other person asks any questions, then i am done.” But i want to go again deep inside ML to understand. Also don’t want to get lost in this AI wave. In this…

  • Learning Notes #60 – EDA vs Request Response. When to use and Trade-Offs.

    While learning about EDA, in middle, had a query on how it outperforms or preferred than Request Response. In this blog i took 5 parameters to compare. Its just my opinion. In modern software design, Event-Driven Architecture (EDA) and the Request-Response Cycle stand out as two pivotal paradigms. Each has its own merits and…

  • Learning Notes #59 – What is an Event ? Is this same as Task ?

    Category:

    Today, i started learning more on EDA (Event Driven Architecture). As a first step i asked this question on What is an Event ? . Is this same as messages that i put in Worker Queue, consumed by workers or is it different ? If different what does it contains ? In this blog…

  • Learning Notes #58 – Command Query Responsibility Segregation – An Idea Overview

    Category:

    Today, i came across a video on ByteMonk on Event Sourcing. In that video, they mentioned about CQRS, then i delved into that. This blog is on understanding CQRS from a high level. I am planning to dive deep into Event Driven Architecture conceptually in upcoming weekend. In this blog, i jot down notes…