Pwned Passwords - Check Your Password Against Data Breaches
This library provides a simple `HttpClient` instance that consumes Troy Hunts PwnedPasswords API v3 and checks a passwords integrity whether it has previously appeared in a data breach or not. The lib...
RangeExtensions
This package enables the usage of `System.Range` in `foreach` expressions and provides extensions to integrate it with LINQ as a faster replacement to `Enumerable.Range`. Correctness is verified again...
RestAssured.Net - C# .NET version of the original REST Assured for writing tests for your HTTP APIs with ease
# RestAssured.Net    and XA (eXtended Architecture) are two important concepts in database transactions and distributed systems. In distributed transaction processing, a commit operation finalizes a...
Developer Roadmaps - community effort to guide and grow developers
roadmap.sh is a community effort to create roadmaps, guides and educational content to help developers grow in their career. It offers role-based roadmaps for Frontend, Backend, DevOps, Android, QA, a...
Building Secure Microservices in Azure - Jimmy Bogard - NDC Oslo 2022

The speaker, Jimmy Bogard, discusses his recent project where he had to learn how to deploy secure microservices into Azure. He explains that the days of securing basic client-server applications with...
# Pocket Desktop - Third-party Application for GetPocket
Pocket Desktop is a third-party desktop application for GetPocket that allows you to easily access your saved articles and content from your desktop. With Pocket Desktop, you can save articles and con...
Build efficient tests for your Spark data pipeline using BDD with Cucumber
In this Medium article by Omar LARAQUI, youll learn about Behavior Driven Development (BDD) and how it can help you build efficient tests for your Spark data pipeline. Cucumber is the tool that allows...
5 Awesome C# Projects: TODO, Password Manager, Steam, Nintendo Switch And Unity
In this article, Tom Smykowski 💎 highlights 5 awesome projects built with C#: TODO app, password manager, Steam API wrapper, Nintendo Switch gamepad mapper, and a Unity game. C# is a versatile and ea...
Silk.NET - High-speed & advanced .NET graphics & compute
Spruce up your games and applications with cross-platform 3D graphics, audio, compute and haptics. Fast. Free. Cross platform. Silk.NET provides high-speed, direct, and transparent bindings, as well a...
eBPF, Sidecars, and the Future of the Service Mesh
In this article, William Morgan, the CEO of Buoyant and one of the creators of the first service mesh, Linkerd, examines the potential of eBPF technology to replace Linkerds sidecar proxies entirely. ...
How io_uring and eBPF Will Revolutionize Programming in Linux
The Linux kernel has undergone a revolution with the introduction of two new interfaces - eBPF and io_uring. These interfaces are set to change the way applications work with and think about the kerne...
Improved Reliability and Built-In Module Transpilation in Next.js 13.1
Next.js 13.1 includes a number of improvements to the app/ (beta) directory, including better reliability and performance, and a new TypeScript plugin for page and layout configuration options. The ap...
The Outbox Pattern in Python
Transactional Outbox pattern explained with Python examples. One of the most frequently used ways of communication between microservices/modules is asynchronous communications via events. Implementing...