Why middleware may not be the right abstraction for your data policies. Writing compliant and secure backends are hard. Here’s what developers do to make this problem more manageable
Live system DD backup, with encryption and compression! Looking for a way to image a running live Linux machine? Good news: you already have the tools that you need available. Read this article to find out how!
How to Do Drugs for Healing and Spiritual Growth While Your Kids are at School I slumbered for most of my life, bowed under the trauma of growing up with two mentally ill parents woefully unsupported in their communities. Their sins were more of omission than commission, whic…
The simplest way to convert your web game into a desktop app Making games in JavaScript is often very simple (Assuming you don't use web bundlers). However, packaging those games into desktop apps you can sell is quite complicated.
The Importance of Naive Solutions With algorithm development, naive solutions provide a crucial reference implementation for your testing.
The IndieWeb for Everyone Many people are looking for alternatives to Twitter. Can the IndieWeb step up? How can we build better social media for people without technical knowledge?
Reverse engineering an EV charger This blog post walks through the efforts of reverse engineering the Zaptec Pro, an electric vehicle charger found in many parking lots and apartment buildings around Norway.
microPledge: our startup that (we wish) competed with Kickstarter What our crowdfunding startup microPledge was, why it failed, and what we learned from the process.
Verified Personal Website Max did a funny thing where he verified his personal website. (He also official-ified it, as there appears to be a difference between the two — at least at the time of this writing, who knows that could change…)
Regression Using PyTorch New Best Practices, Part 2: Training, Accuracy, Predictions -- Visual Studio Magazine Dr. James McCaffrey of Microsoft Research updates regression techniques and best practices guidance based on experience over the past two years, reflecting rapid advancements in machine learning with deep neural techniques.
Upgrading from .NET Framework to .NET 7 | .NET Conf 2022 A deep dive into the latest upgrade tooling available and the end-to-end experience of upgrading from .NET Framework to .NET 7.https://www.dotnetconf.net#Dot...
DDD North 2022 DDD North is a free technical event for developers. This is the 10th Developer! Developer! Developer! North Community Event.
Stop lying to yourself – you will never “fix it later” Recently I approved a pull request from a colleague, that had the following description: “That’s a hacky way of doing this, but I don’t have time today to come up with a better im…
Multi-repository Support Released! Learn about multi-repository support in Visual Studio 17.4 or later. Explore enhancements to branch management, network operations, and more.
Every single feature added in C# 11 Until the 28th of Nov 2022 use discount code BF2022 for up to 25% offat: https://nickchapsas.comBecome a Patreon and get source code access: https://www.patr...
Minimal API validation with ASP.NET 7.0 Endpoint Filters - Ben Foster ASP.NET 7.0 included support for Minimal API endpoint filters. This post looks at how you can use this feature to validate requests using Fluent Validation.
C++ constexpr parlor tricks: How can I obtain the length of a string at compile time? The constexpr'ification of strlen.
35 Misconceptions about date and time - Gérald Barré In this post, I will share 33 misconceptions about date and time, including the difference between UTC and GMT or the some issues with daylight saving time.
Release mold 1.7.0 · rui314/mold mold 1.7.0 is a new release of the high-speed linker. Just like previous versions, you need to apply oneapi-src/oneTBB@137c1a8 to libtbb if you do not use a bundled version of OneTBB library. OneTB...
How to Return null From a Generic Method in C#? - Code Maze Should we return null or is it a bad practice? Sometimes we need to deal with anyways since it's part of the design or a legacy code.
Data of another 500 Medibank customers released by hackers | 9 News Australia The hackers behind the Medibank cyberattack have released the details of 500 more Australians, this time focusing on patients who received treatment for a ra...
.NET Upgrade Assistant Now Migrates WCF Services to CoreWCF Sam Spencer, Microsoft’s .NET Core team program manager, announced on November 4th 2022 that the Upgrade Assistant .NET tool now includes a preview of an extension that migrates WCF (Windows Communication Foundation) service code from .NET Framework to .N...
Episode 45: Go - with Joseph Woodward In this episode, I was joined by Joseph Woodward to chat all about the Go programming language. Joe has done a lot of dotnet in the past, but is now focusing more on Go - so an ideal guest to help us compare on contrast. Joseph is a Software Engineer at F...
332: .NET Conf 2022 Recap - All Things .NET 7 Finally .NET Conf is here with all the latest news and information! We break down all the .NET 7 new and our favorite sessions from the conference.
Upgrading from .NET Framework to .NET 7 | .NET Conf 2022 A deep dive into the latest upgrade tooling available and the end-to-end experience of upgrading from .NET Framework to .NET 7.https://www.dotnetconf.net#Dot...
Callbacks in JavaScript In today’s post, we will be looking into callback functions in JavaScript and how they can be used in our workflows.
Released: Microsoft.Data.SqlClient 5.1 Preview 2 Microsoft.Data.SqlClient 5.1 Preview 2 has been released. This release contains improvements and updates to the Microsoft.Data.SqlClient data provider for SQL Server. Our plan is to provide GA releases twice a year with two or three preview releases in be...
Beckshome.com: Thomas Beck's Blog - Lucene + Blazor, Part 3: Auto Complete In this third installment of my Blazor + Lucene.Net series, I'll start tackling some advanced Lucene functionality, namely auto-complete. For advanced Lucene work, the most important lessons is don't roll your own functionality. If you go to the docs for ...
Background Tasks in .NET It's common when running applications to have to occasionally execute background work outside the context of a specific request. For example, perhaps you have a database table which is recalculated every ten minutes based on some other data plus an expens...
Making VS Code and OmniSharp Open the Browser to a Specific URL for a .NET Application | no dogma blog Getting VS Code to open the browser to a specific URL requires one small change, but it took me a while to find the right one. Read on to see how.
Immutability: Dart vs. F# Read about immutability in Dart and F#, and compare how the two languages approach it.
What’s new with Codespaces from GitHub Universe 2022 | The GitHub Blog We’re giving GitHub users 60 free hours each month on Codespaces. Learn what else we shipped for Codespaces at Universe this year.
GitHub - maacpiash/minimal-api-jwt-auth: 🔐 🛂 ASP.NET 6 minimal API with JWT authentication and authorization 🔐 🛂 ASP.NET 6 minimal API with JWT authentication and authorization - GitHub - maacpiash/minimal-api-jwt-auth: 🔐 🛂 ASP.NET 6 minimal API with JWT authentication and authorization
Upgrading from .NET Framework to .NET 7 | .NET Conf 2022 A deep dive into the latest upgrade tooling available and the end-to-end experience of upgrading from .NET Framework to .NET 7.https://www.dotnetconf.net#Dot...
Open Telemetry Exporters by NielsPilgaard · Pull Request #11 · davidfowl/TodoApi This PR configures OpenTelemetry to export spans using the OTLP Exporter. The exported spans can be picked up by Jaeger. Documentation for running both Jaeger and Prometheus locally have been added...
.NET Architects Panel | .NET Conf 2022 Join the .NET Architects for a live interactive discussion about how .NET is designed, developed, and brought to millions with each release. https://www.dot...
Upgrading from .NET Framework to .NET 7 | .NET Conf 2022 A deep dive into the latest upgrade tooling available and the end-to-end experience of upgrading from .NET Framework to .NET 7.https://www.dotnetconf.net#Dot...
Upgrading from .NET Framework to .NET 7 | .NET Conf 2022 A deep dive into the latest upgrade tooling available and the end-to-end experience of upgrading from .NET Framework to .NET 7.https://www.dotnetconf.net#Dot...
.NET Architects Panel | .NET Conf 2022 Join the .NET Architects for a live interactive discussion about how .NET is designed, developed, and brought to millions with each release. https://www.dot...
GitHub - Jaysmito101/cgl: CGL (C Game Library) is a multipurpose library mainly for recreational coding / demo scenes / prototyping / small games / experimentation. CGL (C Game Library) is a multipurpose library mainly for recreational coding / demo scenes / prototyping / small games / experimentation. - GitHub - Jaysmito101/cgl: CGL (C Game Library) is a mul...