kbanglore's profile picture.

Kumar Sowri Banglore

@kbanglore

Kumar Sowri Banglore reposted

The best tool to reason about Distributed Executions is the one we already know: Recursive Abstraction a.k.a Functions If we collapse local function calls, we are left with the local parts of a distributed execution and can reason about its mapping onto a distributed system

DominikTornow's tweet image. The best tool to reason about Distributed Executions is the one we already know: Recursive Abstraction

a.k.a Functions

If we collapse local function calls, we are left with the local parts of a distributed execution and can reason about its mapping onto a distributed system

There is a difference between a Distributed System and a Distributed Execution Distributed System A set of components that communicate by exchanging messages Distributed Execution An execution that is spread over the components, each performing a part of the execution



Kumar Sowri Banglore reposted

Confession: I can't stop collecting GitHub repos. Here are 7 popular GitHub repos on software architecture: (for .NET developers) 1. Evolutionary architecture by example - github.com/evolutionary-a… 2. Modular monolith application with DDD - github.com/kgrzybek/modul… 3. .NET 9…

kristijan_kralj's tweet image. Confession:

I can't stop collecting GitHub repos.

Here are 7 popular GitHub repos on software architecture:

(for .NET developers)

1. Evolutionary architecture by example - github.com/evolutionary-a…
2. Modular monolith application with DDD - github.com/kgrzybek/modul…
3. .NET 9…

Kumar Sowri Banglore reposted

Koen Claessen did not only invent async await but also worked on formally defining distributed programming model semantics, elevating location to a first class citizen Both ideas a big inspiration for @resonatehqio's durable programming model Distributed Async Await

DominikTornow's tweet image. Koen Claessen did not only invent async await but also worked on formally defining distributed programming model semantics, elevating location to a first class citizen

Both ideas a big inspiration for @resonatehqio's durable programming model Distributed Async Await

TIL Koen Claessen, the inventor of async await is also the inventor of property-based testing Legend

DominikTornow's tweet image. TIL

Koen Claessen, the inventor of async await is also the inventor of property-based testing

Legend
DominikTornow's tweet image. TIL

Koen Claessen, the inventor of async await is also the inventor of property-based testing

Legend


Kumar Sowri Banglore reposted

TIL Koen Claessen, the inventor of async await is also the inventor of property-based testing Legend

DominikTornow's tweet image. TIL

Koen Claessen, the inventor of async await is also the inventor of property-based testing

Legend
DominikTornow's tweet image. TIL

Koen Claessen, the inventor of async await is also the inventor of property-based testing

Legend

Kumar Sowri Banglore reposted

What is MCP? Why is everyone talking about it? Let’s take a closer look. Model Context Protocol (MCP) is a new system introduced by Anthropic to make AI models more powerful.

alexxubyte's tweet image. What is MCP?

Why is everyone talking about it?

Let’s take a closer look.

Model Context Protocol (MCP) is a new system introduced by Anthropic to make AI models more powerful.

Kumar Sowri Banglore reposted

Stanford’s Machine Learning - by Andrew Ng A complete lecture notes (227 pages).

swapnakpanda's tweet image. Stanford’s Machine Learning - by Andrew Ng

A complete lecture notes (227 pages).

Kumar Sowri Banglore reposted

My latest talk is now available. It covers a lot of different design techniques in just 60 mins! youtube.com/watch?v=fOF3rr…

ScottWlaschin's tweet card. Thirteen ways of looking at a Turtle - Scott Wlaschin - NDC London...

youtube.com

YouTube

Thirteen ways of looking at a Turtle - Scott Wlaschin - NDC London...


Kumar Sowri Banglore reposted

Apache Kafka was born out of a problem. 😉 LinkedIn engineers => faced difficulties in tracking website metrics, activity streams and other operational data. A team of engineers => led by Jay Kreps, Neha Narkhede and Jun Rao started developing a distributed publish-subscribe…

techNmak's tweet image. Apache Kafka was born out of a problem. 😉

LinkedIn engineers => faced difficulties in tracking website metrics, activity streams and other operational data.

A team of engineers => led by Jay Kreps, Neha Narkhede and Jun Rao started developing a distributed publish-subscribe…

Kumar Sowri Banglore reposted

Chapter 6, “Message delivery and processing” of my book Think Distributed Systems was just released Read all about at-most once, at-least once, and the (in)famous exactly once guarantees on MEAP, @ManningBooks' Early Access Program #ThinkDistributedSystems

DominikTornow's tweet image. Chapter 6, “Message delivery and processing” of my book Think Distributed Systems was just released

Read all about at-most once, at-least once, and the (in)famous exactly once guarantees on MEAP, @ManningBooks' Early Access Program

#ThinkDistributedSystems

Kumar Sowri Banglore reposted

Blogged: Is the result pattern worth it? Working with the result pattern - Part 4 buff.ly/3AqZ8zB In this post I discuss some of the pros and cons around using the result pattern in .NET, and describe some of the arguments I've heard on either side #dotnet


Kumar Sowri Banglore reposted

Blogged: Adding more extensions to Result<T> - Working with the result pattern - Part 3 buff.ly/3A9OAVt In this post I show how to extend your LINQ-based result pattern code to handle more scenarios, such as Task<Result<T>> and collections of Result<T> #dotnet


Kumar Sowri Banglore reposted

My two-day @GOTOcph masterclass on TDD and legacy code testing is next week, but you can still make it; there are seats left. Use code seemann20 for a 20% discount. gotocph.com/2024/mastercla…


Kumar Sowri Banglore reposted

Need something to learn this weekend? I've got a proposition for you. The two videos about configuring EF Core I made recently may easily be the most advanced videos you have seen in a year. I dare you to watch them and learn about configuring complex object models with EF Core…

zoranh75's tweet image. Need something to learn this weekend? I&apos;ve got a proposition for you.

The two videos about configuring EF Core I made recently may easily be the most advanced videos you have seen in a year. I dare you to watch them and learn about configuring complex object models with EF Core…

Kumar Sowri Banglore reposted

What is the 𝗿𝗶𝗴𝗵𝘁 𝘄𝗮𝘆 to use HttpClient in .NET? HttpClient is an excellent abstraction in .NET. It's also incredibly easy to work with. Unfortunately, it's also easy to misuse, leading to problems like port exhaustion. You need to know how NOT to use it. I know what…

mjovanovictech's tweet image. What is the 𝗿𝗶𝗴𝗵𝘁 𝘄𝗮𝘆 to use HttpClient in .NET?

HttpClient is an excellent abstraction in .NET.

It&apos;s also incredibly easy to work with.

Unfortunately, it&apos;s also easy to misuse, leading to problems like port exhaustion.

You need to know how NOT to use it.

I know what…

Kumar Sowri Banglore reposted

Deep .NET - Let's build our own ArrayPool with Toub and Hanselman youtube.com/watch?v=bw7ljm… @dotnet 400 level just coding, no edits. Let's learn together!

shanselman's tweet card. Deep .NET: Let's Build Our Own ArrayPool with Stephen Toub and Scott...

youtube.com

YouTube

Deep .NET: Let's Build Our Own ArrayPool with Stephen Toub and Scott...


Kumar Sowri Banglore reposted

Did you ever need to inject a scoped service into a singleton service? ASP .NET Core has three service lifetimes: - Transient - Singleton - Scoped Here's how they work. 👇

mjovanovictech's tweet image. Did you ever need to inject a scoped service into a singleton service?

ASP .NET Core has three service lifetimes:

- Transient
- Singleton
- Scoped

Here&apos;s how they work. 👇

United States Trends

Loading...

Something went wrong.


Something went wrong.