PKPatrick Kearnsindotnetdigest.comDesigning High-Performance APIs in ASP.NET CoreWhen traffic increases, many .NET services begin to fail in predictable ways. Memory spikes appear during large uploads. Latency increases under moderate concurrency. Thread pools stall. CPU usage cli1d ago·7 min read
DGDevTools Guideindevtoolsguide.hashnode.devTypeSpec: API Design Before CodeMost teams design APIs one of two ways: write code first and extract OpenAPI from annotations, or write OpenAPI YAML directly and generate types from it. Both have the same problem — you end up maintaining two things (schema + code) that need to stay...1d ago·4 min read
HDHaradhan Dasinarrow-functions-in-javascript-simpler-way-to-write-functions.hashnode.devArrow Functions in JavaScript: A Simpler Way to Write FunctionsJavaScript has evolved a lot. if you compare old-school JS with modern JS, one thing becomes very clear: We write less code today to achieve the same result. And one of the bioggest reasons behind tha2d ago·5 min read
ACAndré Cirilloinandreecirillo.hashnode.devBeyond WebSockets: High-Performance Real-Time Streaming with .NET 10 Server-Sent Events (SSE)📡 The Real-Time Dilemma In order tracking systems, data freshness is everything. However, not every real-time scenario requires the full-duplex complexity of WebSockets or the heavy abstraction layer3d ago·4 min read
SNSachin Nandanwarinazureguru.netInMemory Vector Embeddings in Semantic KernelMy last two blogs on Semantic Kernel were focused on laying foundations of basics of Semantic Kernel. They primarily highlighted Dependency Injection and ChatCompletion services of Semantic Kernel. In6d ago·6 min read
MMothinmothasa.hashnode.devMicrosoft's AI Morged a Famous Diagram. Nobody Checked Before Publishing.Vincent Driessen drew his Git Flow diagram in 2010. It became one of the most reproduced images in software engineering — a color-coded branching model that showed up in textbooks, conference slides, and onboarding docs at thousands of companies. Dri...Feb 26·4 min read
Xxuriinxuri.hashnode.devExcelize 2.10.1 Released - Open-source library for spreadsheet (Excel files)Excelize is a library written in pure Go providing a set of functions that allow you to write to and read from XLAM / XLSM / XLSX / XLTM / XLTX files. Supports reading and writing spreadsheet documentFeb 25·5 min read
PKPatrick Kearnsindotnetdigest.comEnforcing Vertical Slice Architecture in .NETAs A kind of follow up to a post I wrote the other day on FullStackCity I specifically wanted to look at Vertical Slice in an example this time, Vertical slice architecture works because it aligns codFeb 22·14 min read
PKPatrick Kearnsinfullstackcity.comEnforcing Architecture in .NETMost software systems do not fail because developers cannot write code. They fail because you cannot control how that code evolves over time. Architecture starts clear, clean, and well-structured. SixFeb 22·9 min read
MKMrunali Khandekarinmrunali-khandekar.hashnode.devPower Automate Tutorial Part 4: Write CSV Data to Excel in OneDriveWelcome to the final part of our Power Automate email automation series! In Parts 1-3, we set up email monitoring, filtered CSV attachments, and parsed the data. Now, we'll complete the workflow by wrFeb 21·7 min read