Implementing Infrastructure for Distributed System with Latest Technologies and Architectures
The main idea of creating this project is implementing an infrastructure for up and running distributed system with the latest technology and architecture like Vertical Slice Architecture, Event Drive...
Introducing the .NET 8 runtime for AWS Lambda
AWS Lambda now supports .NET 8 as both a managed runtime and container base image. With this release, Lambda developers can benefit from .NET 8 features including API enhancements, improved Native Ahe...
InversifyJS - A Powerful Inversion of Control Container for JavaScript & Node.js Apps
InversifyJS is a lightweight inversion of control (IoC) container for TypeScript and JavaScript apps. An IoC container uses a class constructor to identify and inject its dependencies. InversifyJS has...
Lightship - Abstracts readiness, liveness, and startup checks and graceful shutdown of Node.js services in Kubernetes
# Lightship 🚢 [](https://coveralls.io/github/gajus/lightship) [, singleton(), autoInjectable(),...
Preventing Duplicate Payments with Idempotency Keys by Stripe, PayPal and Adyen
Payment service providers such as PayPal or Stripe use a method called Idempotency Keys to prevent duplicate payments. Idempotency ensures that transactions are executed just once, even if multiple re...
Build OpenAPI-compliant REST APIs using TypeScript and Node
GitHub - lukeautry/tsoa: Build OpenAPI-compliant REST APIs using TypeScript and Node GitHub - lukeautry/tsoa: Build OpenAPI-compliant REST APIs using TypeScript and Node Skip to content Toggle navigat...
Practical Microservice Development with Dapr
Practical Microservice Development with Dapr is a comprehensive guide that covers various aspects of developing microservices using Dapr, a portable, event-driven runtime that simplifies building micr...
React Labs: What Weve Been Working On - February 2024
In React Labs posts, we write about projects in active research and development. We’ve made significant progress since our last update, and we’d like to share our progress. React Compiler is no longer...
Introducing ASP.NET Core metrics and Grafana dashboards in .NET 8
Metrics report diagnostics about your app. .NET 8 adds over a dozen useful metrics to ASP.NET Core, including HTTP request counts and duration, number of active HTTP requests, route matching results, ...
@react-three/fiber
react-three-fiber is a React renderer for threejs. Build your scene declaratively with re-usable, self-contained components that react to state, are readily interactive and can participate in Reacts e...
Our Vision for .NET 9
Welcome to .NET 9! We’re at the beginning of another annual release cycle, following the successful launch of .NET 8 a few months back. Our most important focus areas for .NET 9 are cloud-native and i...
Using default interface methods for performance gains in IHeaderDictionary
In this post, Andrew Lock discusses how default interface methods in C# 8 can be used to improve performance. He shows a pull request to ASP.NET Core that optimizes specific usages of the interface. D...
Copilot in GitHub Support is now available!
We’re excited to announce the general availability of a powerful new AI tool designed to help you find answers to your GitHub-specific questions in a fast, self-directed way. Copilot in GitHub Support...
Introducing Pkl, a programming language for configuration
We are delighted to announce the open source first release of Pkl (pronounced Pickle), a programming language for producing configuration. Pkl is designed to provide a blend between a static language ...
IAsyncEnumerable performance benefits | Damirs Corner
Asynchronous streams (i.e., the IAsyncEnumerable interface) were one of the new features in C# 8. However, it didnt get as much attention as some others. Even today, the feature is rarely used and not...
Build accessible and functional Sidenav with Chakra UI
Every web app on the internet has some kind of navigation that allows users to quickly navigate through different pages. In this blog, we will cover how to build a responsive and accessible sidenav wi...
Lee Cronin: Controversial Nature Paper on Evolution of Life and Universe | Lex Fridman Podcast #404

The conversation is about the concept of assembly theory and the complexity of objects in the universe. The chemist from the University of Glasgow, Lee Cronin, explains that every star in the sky like...
Programmer’s Apprentice Season 2: Future Directions in AI-assisted Coding • Erik Meijer • YOW! 2023

The speaker begins by discussing the future of programming and proposes that the current generation of developers may be the last to actually write code. They introduce the concept of Hintons Nightmar...
10 Microservices Design Patterns for Developers
Consider using these popular design patterns in your next microservices app and make organization more manageable. Microservices solve issues with monolithic architectures by having each microservice ...