RFC 9225 Don't Do Bugs April 2022 Snijders, et al. Informational [Page] Stream: Independent Submission RFC: 9225 Category: Informational Published: 1 April 2022 ISSN: 2070-1721 Authors: J. Snijders Fastly C. Morrow Google R.
WiFiManager with ESP32 - Stop Hard-coding WiFi Credentials!Stop hard-coding your WiFi connection information in your ESP32 Sketches - use WiFi Manager instead! Article with code samples: https://dronebotworkshop.com/wifimanager More articles and tutorials: https://dronebotworkshop.com Join the conversation on the forum: https://forum.dronebotworkshop.com S
Transport Layer Security (5/6)This post is part of a series. Foreword: This article was inspired by two similar endeavours: TLS Illustrated and A walk-through of an SSL handshake. Please go check out those authors' work too.
What are the lesser known but useful data structures?There are some data structures around that are really useful but are unknown to most programmers. Which ones are they? Everybody knows about linked lists, binary trees, and hashes, but what about Skip lists and Bloom filters for example.
HTTP ToolkitWow. I switched from AdvancedRestCient and mitmproxy to @HttpToolkit and my life has just changed. I'm noticing additional traffic from my printer I didn't notice with mitmproxy. The configuration is also much more easier to achieve. I've never been a fan of Postman or Insomnia.
in (Generic Modifier) (C# Reference)For generic type parameters, the in keyword specifies that the type parameter is contravariant. You can use the in keyword in generic interfaces and delegates. Contravariance enables you to use a less derived type than that specified by the generic parameter.
A fast, fun and stimulating object to object MapperWriting mapping methods is a machine job. Do not waste your time, let Mapster do it. Mapster creates the destination object and maps values to it.
Frequency analysis on hundreds of billions of reports at Report URI: Bloom FiltersHave we seen this report before? It sounds like a simple question to ask of a service that collects and processes hundreds of millions of reports per day, and in many ways it is, but in some ways it isn't.
Meet Uptime Kuma, a Fancy Open Source Uptime Monitor for all your HomeLab Monitoring NeedsYou've spun up lots of self-hosted services in your HomeLab but you haven't set up monitoring and alerting yet. We'll be glad you waited because today well set up Uptime Kuma to do just that. Uptime Kuma is a self-hosted, open source, fancy uptime monitoring and alerting system. It can monitor HT
Localizing ASP.NET Core 5 APIs (Statically Typed!)Localization has been around since the early days of .NET and has evolved greatly with the release of ASP.NET Core. In this post we’ll explore the mechanisms and tools the ASP.NET Core Framework provides developers for localizing ASP.NET Core 5 APIs.
This Read-It-Later-list is just that, bookmarks of stuff I intend to read or have read. I do not necessarily agree with opinions or statements in the bookmarked articles.
This list is compiled from my Pocket list.