Blog Logo
TAGS

Reacts Next Big Change?

Reacts Next Big Change?

React is often discussed but React Dom, the package that powers it, is not given enough attention. React Dom handles the rendering and placement of components in the DOM. The introduction of React Str...

Read more...

Dev Container for TypeScript and Express.js

# Dev Container for TypeScript and Express.js This is the complete source code for the article [A Dev Container Template for TypeScript and Express.js](https://manfredmlange.medium.com/a-dev-container...

Read more...

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...

Read more...

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...

Read more...

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...

Read more...

Lightship - Abstracts readiness, liveness, and startup checks and graceful shutdown of Node.js services in Kubernetes

# Lightship 🚢 [![Coveralls](https://img.shields.io/coveralls/gajus/lightship.svg?style=flat-square)](https://coveralls.io/github/gajus/lightship) [![NPM version](http://img.shields.io/npm/v/lightship...

Read more...

TSyringe - Lightweight Dependency Injection Container for TypeScript/JavaScript

A lightweight dependency injection container for TypeScript/JavaScript for constructor injection. This library provides decorators for ease of use, such as injectable(), singleton(), autoInjectable(),...

Read more...

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...

Read more...

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...

Read more...

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...

Read more...

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...

Read more...

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, ...

Read more...

@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...

Read more...

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...

Read more...

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...

Read more...

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...

Read more...

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 ...

Read more...

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...

Read more...

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...

Read more...

Lee Cronin: Controversial Nature Paper on Evolution of Life and Universe | Lex Fridman Podcast #404

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...

Read more...