Introduction to the Web3 Revolution - Doumer's Blog What is the Web3 ? Bitcoin, the blockchain etc. Learn about it in this complete Introduction to the Web3 Revolution.
Le Web3 et sa Révolution - Doumer's Blog Qu'est-ce que le Web3 ? Le bitcoin, la blockchain, etc. Découvrez tout cela dans cette introduction complète à la révolution Web3.
New Open Source Package: CodeArt.MatomoTracking As Google Analytics have gotten harder and harder to use due to GDPR, legal and privacy concerns I have turned more and more to Matomo. I recently completed v.1 of a new open source tracking integration.
When Do I Need Microservices? The microservices architecture is a new technological development to a technological problem.
Track your coding progress on GitHub with a .NET Worker Service Since I started pushing my code to GitHub, I really liked the Top Languages stats in the repository's...
GitHub - Mimetis/Dotmim.Sync: A brand new database synchronization framework, multi platform, multi databases, developed on top of .Net Standard 2.0. https://dotmimsync.readthedocs.io/ A brand new database synchronization framework, multi platform, multi databases, developed on top of .Net Standard 2.0. https://dotmimsync.readthedocs.io/ - GitHub - Mimetis/Dotmim.Sync: A brand ne...
Floating Image How to wrap text around an image using CSS. How to use the float, shape-outside & shape-margin property. How to create an animated drop cap using CSS.
A Catalog of Big Visions for Biology The biggest scientific advances of the 21st century were driven by visions of a new future for humanity. In the 1960s, the great dreamers in computer science were driven by ideas of computers that could think as humans, and it was their dreams that propel...
Green energy: Don’t stick Granny with the bill by Planning Engineer (Russell Schussler) Renewable energy has an equity problem. Energy policies that force consumers to incur huge costs to meet larger public aims become a hidden form of taxatio…
A review of My Mind (a second brain tool) These are my initial impressions of using https://mymind.com/, a bookmarking/second brain tool. Let’s start with why I need such a tool. Why? Foremost, I use Apple Notes for note-taking and Ulysses for writing long essays and blog posts. These tools ar...
pedro cattori If you're working with code that already has a case style, just use that. An imperfect convention is better than two competing ones.
I Hired 5 People to Sit Behind Me and Make Me Productive for a Month — Simon Berens Most people approach productivity from the bottom up. They notice something about a process that feels inefficient, so they set out to fix that specific problem. They use a website blocker and a habit tracker, but none of these tools address the root prob...
Native DateOnly and TimeOnly support in Entity Framework 8 in SQL Server .NET 6 brought us two new datatypes: DateOnly and TimeOnly. For those types we don't have any first class support in Entity Framework - until now. There is a recent change, that hit us with Entity Framework 8 that might ease the situation and brings nativ...
Project Management is a Concurrency Control Problem The target audience of this post is the database community, and especially those who take an interest in the OLTP workload. When multiple people or multiple teams are working on the same service, same code bath, we need project management to keep track o...
Fuzzy API composition: querying NBA stats with GPT-3 + Statmuse + Langchain An exploration of composing multiple tools through a natural language interface
Squash merge? Really!? | Swizec Teller Learn why squash merging is your friend - from hating it to loving it! Squash merging helps you keep moving and focus on the work instead of recording the work.
Comparing Different Automatic Image Augmentation Methods in PyTorch Data augmentation is a key tool in reducing overfitting, whether it's for images or text. This article compares three Auto Image Data Augmentation techniques...
Measuring the Impact of False Sharing I recently began writing a bounded, wait-free MPSC queue in Rust. An often cited wisdom for ring-buffer based implementations goes as follows:
Opinionated tools are better I have seen a rise in the number of opinionated tools present in the common mindspace in the last decade. These tools usually cause controversy by limiting user choice and following a set path through problem space. But why have they become popular? Why a...
[DUPLICATE] Testing Blazor Applications with Playwright | .NET Conf 2022 "Testing is hard, testing takes time to learn and to write, and time is money. As developers we want to test. We know we should but we don't have time. So ho...
On .NET Live - Develop webhooks locally with tunnels Webhooks are an intuitive way to communicate across app or network boundaries. In this week's episode, community MVP Niels Swimberghe returns to the panel to...
ASP.NET Community Standup - Porting your ASP.NET Web Forms application to .NET 7 in 7 minutes Got an ASP.NET Web Forms application you'd like to move to .NET 7, but not sure how to do it? We'll talk to Miichael Ketting about a quick and easy solution ...
The names of birds, part 2 Reader “Joel” had an insightful comment on the first part of this series which I thought deserved a short episode of its own. Recall that we proved the theorem “if a compositional…
The New Constructor Type Coming in C# 12 is Weird Enroll to "Cloud Fundamentals: AWS Services for C# Developers" for FREE: https://bit.ly/3XKUBOHBecome a Patreon and get source code access: https://www.patr...
Mocking an HttpClient using ASP.NET Core TestServer - Gérald Barré In this post, I describe how to mock an HttpClient using ASP.NET Core TestServer.
Accessing .NET gRPC Endpoints from Anywhere via JSON Transcoding JSON transcoding is a feature that has been added to gRPC in .NET 7. It allows gRPC endpoints to be accessible via a REST API, and it's much easier to set up than any alternative technology available at the time of writing, such as gRPC-Gateway and gRPC-W...
How to Get Value by Key from JObject in C# - Code Maze In this article, we are going to learn different ways how to get value by key from JObject in C# to read and process JSON string.
343: A Mac Mini To Rule Them All! We celebrate iCircuit Pro, Frank's long await update to iCircuit with a subscription! Then we break down the latest Apple hardware event with new Mac Book Pro models, Mac Minis, and oh... the HomePod?!?!
GitHub - Cysharp/SimdLinq: Drop-in replacement of LINQ aggregation operations extremely faster with SIMD. Drop-in replacement of LINQ aggregation operations extremely faster with SIMD. - GitHub - Cysharp/SimdLinq: Drop-in replacement of LINQ aggregation operations extremely faster with SIMD.
Using multi-tenant AAD delegated APIs from different tenants This post looks at implementing and using Azure AD multiple tenant applications from different tenants. A service principal needs to be created for the tenant using the multi-tenant API and consent…
Stormtroopers, but They're ACCURATE Join OUR WEBSITE ► https://www.corridordigital.com/signupWatch Us Make This Video ► https://youtu.be/w4AlntZdkbMThis Episode ►The Empire was feeling generous...
What’s New in EF Core 7.0 With the recent arrival of .NET 7, new features are also available for EF Core in version 7. Check out this blog post for the main news with practical examples.
Getting started with ML.NET What is ML.NET Machine learning (ML) is everywhere. We use ML empowered applications every day: when choosing the next TV series to watch based on Netflix recommendations for example, or when asking Alexa to play our favorite song. Soon every application ...
Announcing TypeScript 5.0 Beta Today we’re excited to announce our beta release of TypeScript 5.0! This release brings many new features, while aiming to make TypeScript, smaller, simpler, and faster. We’ve implemented the new decorators standard, functionality to better support ESM pr...
Structured data, SEO and React | johnnyreilly People being able to discover your website when they search is important. This post is about how you can add structured data to a site. Adding structured data will help search engines like Google understand your content, and get it in front of more eyebal...
Technical writing resources – Rachel Andrew I delivered a talk at the Google Developers Experts Summit in Berlin this week, covering some tips for writing technical content. I gathered a collection of resources to share, and whether you are interested in technical writing as a career, or just want ...
Minimize Delivery Risk with Progressive Release How to use feature flags to enhance delivery stability and speed in a microservice-based SaaS platform
How to design APIs for Accessibility | endjin Learn how accessibility-aware API design creates a great experience for all developers, not just those with accessibility needs.
【C#】SignalR を使ったアプリケーション開発をより快適に! - ねののお庭。 というタイトルで.NETラボで喋ってきました。 スライドはこちら。 登壇の録画はこちら。 内容の大筋としては、以下のような感じ。 SignalR の開発どうしてる? TypedSignalR.Client.DevTools を使えば大解決! TypedSignalR.Client.DevTools の使い方 TypedSignalR.Client.DevTools そのものの作り。 TypedSignalR.Client や TypedSignalR.Client.TypeScript も使って Sign...
Discover The Best Local Brands And Places For Fashion, Home Decor, Beauty And Shopping In Your City | LBB Check out LBB for curated recommendations and reviews on the top places and brands for women’s and men’s fashion, home decor, beauty, and shopping in your city. Discover #SomethingDifferent near you today!
Light Bringer by Pierce Brown: 9780425285978 | PenguinRandomHouse.com: Books Darrow returns as Pierce Brown’s New York Times bestselling Red Rising series continues in the thrilling sequel to Dark Age. “Brown’s plots are like a depth charge of nitromethane...
Stormtroopers, but They're ACCURATE Join OUR WEBSITE ► https://www.corridordigital.com/signupWatch Us Make This Video ► https://youtu.be/w4AlntZdkbMThis Episode ►The Empire was feeling generous...