How your "Sr." Devs incurred Technical Debt Are you overwhelmed by technical debt? Are you explicit of the technical debt you're incurring or oblivious to it?
Transactional Outbox/Inbox with Wolverine and why you care I’ve been able to talk and write a bit about Wolverine in the last couple weeks. This builds on the last two blog posts in this list: Wolverine on the JetBrains Webinar series — but wat…
Livecoding Blazor, SignalR, Oauth, and TailwindCSS Join me as I battle my code into submission. I'll be working on the LittleHelper app.#dotnet #signalR #livecoding #csharp #TailwindCSS #tailwind #webdev #web...
Livecoding Blazor, SignalR, Oauth, and TailwindCSS Join me as I battle my code into submission. I'll be working on the LittleHelper app.#dotnet #signalR #livecoding #csharp #TailwindCSS #tailwind #webdev #web...
Java on Azure Tooling Update Boosts Remote Debugging -- Visual Studio Magazine Functionality infused into the Azure Toolkit for IntelliJ and Visual Studio Code.
US examining Ukrainian proposal for Russia tribunal The United States is working on Ukraine’s proposal to establish a special international tribunal that would investigate Russian war crimes, White House National Security spokesman John Kirby said during a briefing on Dec. 14.
"I NEED data from another service!"... Do you really? How do you share data between services? This is one of the most common questions when you have a system composed of many different services, and each service...
Sticky Scroll now in preview When working in code with long classes and methods that stretch beyond the vertical size of your screen, it can be difficult to keep track of which scope you’re working in. You may be editing a long method or exploring an unfamiliar codebase.
What are the Frozen Collections coming in .NET? Join the NDC Conferences Giveaway: https://mailchi.mp/nickchapsas/ndcCheck out my courses: https://nickchapsas.comBecome a Patreon and get source code access...
Answer: What does this code print? I asked the following question, about code that uses AsyncLocal as well as async calls. Here is the code again: This code prints False twice, the ques...
Array, List, Collection, Set, ReadOnlyList - what? A comprehensive and exhaustive list of collection-like types .NET knows a big list of collection-like types like: IEnumerable, IQueryable, IList, ICollection, Array, ISet, ImmutableArray, ReadOnlyCollection, ReadOnlyList, and many more. This blog post will give you an exhaustive list of types in .NET and when to us...
Cloudflare achieves FedRAMP authorization to secure more of the public sector Cloudflare for Government expands Cloudflare’s ability to protect and secure the Public Sector
Web API Analyzers in ASP.NET Core - Code Maze Web API Analyzers enables us to follow a set of conventions to improve the documentation of the APIs in our ASP.NET Core applications.
Task<IDisposable> surprise | tabs ↹ over ␣ ␣ ␣ spaces by Jiří {x2} Činčura 15 Dec 2022 1 mins .NET, C#
Applying the CQRS Pattern in an ASP.NET Core Application CQRS is an architectural pattern that can solve problems in complex scenarios. Check out how this pattern works and how to implement it in an ASP.NET Core app.
ECMAScript proposal: Set methods In this blog post, we examine the ECMAScript proposal “Set methods for JavaScript” by Michał Wadas, Sathya Gunasekara and Kevin Gibbons. It introduces new methods for Sets.
Handling HTTP Requests with .NET 7 Native AOT on AWS Lambda | no dogma blog Even though Native AOT on .NET 7 doesn't support ASP.NET Core applications yet, you can use AWS Lambda functions with Native AOT to easily handle HTTP requests.
Spot The Station See the International Space Station! As the third brightest object in the sky the space station is easy to see if you know when to look up.
GitHub - Jxck-S/plane-notify: Notify If a selected plane has taken off or landed using OpenSky or ADS-B Exchange data. Compares older data to newer data to determine if a landing or takeoff has occurred. As well as nav modes, emergency squawk and resolution advisory notifications. Can output to Twitter, Discord, and Pushbullet Notify If a selected plane has taken off or landed using OpenSky or ADS-B Exchange data. Compares older data to newer data to determine if a landing or takeoff has occurred. As well as nav modes, e...
advent-of-code-2022/day2.cbl at main · vcsjones/advent-of-code-2022 Contribute to vcsjones/advent-of-code-2022 development by creating an account on GitHub.
Tech companies, authoritarian governments and this Twitter nonsense “Just quit Twitter” is not as easy for many of us, because we rely on the platform for our work and advocacy. But what are our options as Twitter goes down the drain?
Mass Iris Scan Collection in Qinghai: 2019–2022 - The Citizen Lab Police led mass iris scan collection in Qinghai, a region with a population that is 49.4% non-Han, including Tibetans and Hui Muslims. Iris scan collection is part of long-standing police intelligence gathering programs. Through this data collection, Qing...
advent-of-code-2022/day1.cbl at main · vcsjones/advent-of-code-2022 Contribute to vcsjones/advent-of-code-2022 development by creating an account on GitHub.
The Future of Foundation The Foundation framework is used in nearly all Swift projects. It provides both a base layer of functionality for fundamentals like strings, collections, and dates, as well as setting conventions for writing great Swift code.