My "It's not DNS" story The story about the DNS resolver, Linux VMs, experienced infrastructure team, and me troubleshooting an incident happened on Sunday morning.
Prestige Over Influence: Choosing A More Impactful Online Presence The world of software engineering influencers, what I typically like to refer to as “tech-fluencers”, has grown significantly in the last few years. There are people who have built entire personal brands and businesses solely on the basis of their online ...
tRPC - Move Fast and Break Nothing. End-to-end typesafe APIs made easy. | tRPC End-to-end typesafe APIs made easy. Automatic typesafety & autocompletion inferred from your API-paths, their input data, & outputs 🧙♂️
A conversation with the newspaper owner raided by cops Eric Meyer says his paper had been investigating the police chief prior to the raids on his office and home.
Opinion | We Need Scientific Dissidents Now More Than Ever The early artificial consensus around Covid’s origins is a wake-up call.
Azure Storage Account: Mejores Prácticas para un Almacenamiento Eficiente y Seguro En la era digital actual, el almacenamiento de datos es una necesidad fundamental para las organizaciones de todos los tamaños.
Use The Awesome Minimal APIs Grouping Feature #shorts 📌 Check out my Pragmatic Clean Architecture course: https://www.milanjovanovic.tech/pragmatic-clean-architecture🚀 Join 770+ engineers in my Patreon commun...
Reflections on Ten Years Past the Snowden Revelations This memo contains the thoughts and recountings of events that transpired during and after the release of information about the United States National Security Agency (NSA) by Edward Snowden in 2013. There are four perspectives: that of someone who was ...
C# 12 new feature, Primary Constructors | #shorts One of the news in C# 12 is primary constructors. In this video, I will show how that works.#csharp #dotnet #dotnetdevelopment #short #news #visualstudio #s...
Enumerable.ToArray performance improvement using InlineArray by neuecc · Pull Request #90459 · dotnet/runtime I've optimized the Enumerable.ToArray method for the case when the source is a pure IEnumerable<T>. Typically, when the buffer overflows, an array with double the previous capacity is created, and ...
Creating Your Own Fakes Instead of Using Mocking Libraries With respect to the current topic around Moq, I want to showcase how you can easily roll out your own fakes so that you are not depending on a third party library.¨
Blazor is Getting Revolutionized In .NET 8.0 Master Blazor through my new book "Mastering Blazor WebAssembly" https://packt.link/OO44AJoin our Discord Server: https://discord.gg/GPrGJRuXJbRequest a quot...
Primary Constructors for Classes and Structs - Code Maze In this article, we'll take a look at a new feature of C# 12 and .NET 8 for classes and structs called primary constructors.
Episode 55: RavenDB and Database Internals - with Oren Eini In this episode, I had the pleasure of speaking with Oren Eini about RavenDB and diving deep into the world of database internals. We explore the intricacies of how databases work under the hood and discuss the challenges - especially around performance. ...
GitHub - Infisical/infisical: ♾ Infisical is an open-source, end-to-end encrypted platform for secret management: sync secrets across your team/infrastructure and prevent secret leaks. ♾ Infisical is an open-source, end-to-end encrypted platform for secret management: sync secrets across your team/infrastructure and prevent secret leaks. - GitHub - Infisical/infisical: ♾ Infisica...
Efficient Event Communication: Implementing Event Bus and Outbox Patterns with CAP in .NET Core Microservices Software's needed Visual Studio 2022 Docker Desktop with RabbitMQ image. ...
Defending Event Stages: Cybersecurity Threats in Sports | Security Insider Cyber Signals Issue 5 examines cybersecurity threats in sports. Review data from a major 2022 event, and get tips for defending event infrastructures.
Fine-Tuning Llama-2: A Comprehensive Case Study for Tailoring Models to Unique Applications In this blog, we provide a thorough analysis and a practical guide for fine-tuning. We examine the Llama-2 models under three real-world use cases, and show that fine-tuning yields significant accuracy improvements across the board (in some niche cases, b...
EI016: SQL Processing Service (Part 1) In this session, we will be discussing Milan Toncic's approach for validating inputs in SQL Processing Service - check it out here today
Rayban Stories My wife worked at Meta (formerly known as Facebook) and helped market the Rayban Stories which retail for ~$300 USD. They are “smart glasses” which have two camera lenses built into the glasses’ frame: A shutter button exists above the right temple for ca...
Update on minimalism — bayindirh As a part of my minimalism journey, I'm trying to reduce my digital footprint. This means I'm using less services, less devices, less applications. In other words, trying to do more, with less.
State-Issued Identifiers aren’t generally good passwords Just because a number is long, doesn’t mean that it’s secure…
My Thought Buddy ~ Noise, Signal, Small, Huge, and More Almost all of us want to make our mark in the world. And there are immortals who have a higher purpose more than just making a mark. The latter is beyond my comprehension for the most part, but I’m an observer of actions of the former types now and …
Larian's unfair advantage - Credistick This post was inspired by two things I saw recently: The connection between these two items is not obvious, but it is interesting. The lemon problem WeFunder, for the uninitiated, is a crowdfunding platform for (primarily) technology companies. It allows ...
Stack Overflow's strike is over: But its problems persist Well, the Stack Overflow strike is over. Since I've been writing about the strike quite a bit, I should probably write some sort of conclusion. Like any good negotiation, both sides got some, but not all, of what they wanted:
I Built a Linklog In the spirit of Daring Fireball and to fill a space between a social post or boost and a full blog post, I’ve created a new feature for Hearthside that allows me to share a link to a web page that...
Eloquent code needs no comment Comments are often a tell that the code could be more explicit. Write the code the way you would like to read it in the future.
Full Text Search Coming Note, the functionality of this may change - the feature is still in development and the specifics of how it works might be different whe...
How many concurrent conversations can you sustain before you hit OpenAI's rate limits? A simple model to ballpark how many concurrent conversations your users can have with your GPT-powered bot before you get rate-limited.
Luciano Remes | Don't be Outcome Oriented Life is a multiplayer imperfect game, there are other players in this game, each focused on optimizing their own set of objectives. A…
Kristaps Grinbergs - Blockchain, mobile and fullstack developer. Startup founder. Conference speaker. Mentor. Passionate about building products, sustainability and Web 3.0. Kristaps Grinbergs - Blockchain, mobile and fullstack developer. Startup founder. Conference speaker. Mentor. Passionate about building products, sustainability and Web 3.0.
.NET Architecture | Building a Notification System using the Modular-Monolith approach 0:00 Introduction to the System we will build4:45 Course content overview8:32 Overview of the solution setup9:54 Some words about Clean ArchitectureLink to t...
Mastering Dapper Relationship Mappings Dapper is a lightweight object-relational mapper in .NET. It's popular because it's easy to use and fast at the same time. Dapper extends the IDbConnection interface with methods for sending SQL queries to the database. But, because of the nature of SQL,...