Release v1.18.0 · NethermindEth/nethermind Release notes Major highlights Significant memory usage reduction Check out the graph below for v1.18.0 vs previous versions A new experimental full pruning method This significantly reduces full...
Letter to a Burned Out Founder Dear Founder, Burnout sucks. It is an insidious parasite that festers underneath the surface. You might not even notice it growing until the day you wake up and realize that you are underwater. Burnout robs you of your joy, your will, and your abilities t...
Drawing with ChatGPT and Tikz – Bob's Blog Sometime ago through HackerNews I found this experiment on drawing a unicorn with ChatGPT on the blog of Adam K Dean. The results left something to be desired. I prefer using Tikz instead of SVG so I decided to an experiment myself with reasonable results...
Europe isn't a thing — Stefan Schubert Some Americans discuss “Europe” in a way that implies that it’s a reasonably homogeneous entity, on par with the US. I think that’s not right, but that Europe is considerably more heterogeneous, in terms of language, culture, politics, and economics. Lan...
The duty to document - Nicolas Bouliane If you learn something the hard way, it's you duty to share your lessons with others.
Pylint strict base configuration Pylint is a great static code analyser for Python code. I have been using it for several years, in various projects, and it's simple to use yet very powerful. I even contributed to Pylint by submitting a new rule a few years ago : implicit-str-concat. For...
Farewell to the Era of Cheap EC2 Spot Instances | Eric Pauley AWS EC2 Spot prices have surged since the start of 2023. In this article I investigate this trend, possible causes, and how AWS customers can improve their deployments to get the maximum discount possible.
Why I Like Using Maps (and WeakMaps) for Handling DOM Nodes Breaking down some of the reasons Maps (and WeakMaps) are especially useful tools when working with a large number of DOM nodes.
Washing your code: avoid comments Some developers never comment their code, some comment too much. The former believe that the code should be self-documenting, the latter read somewhere that they should always comment their code. Both are wrong.
Kubernetes - Create your own k8s cluster step by step In this video we will be going to be exploring how we to create our own kubernetes clusterSupport me on Patreon to access the source code:https://www.patreon...
.NET Upgrade Assistant Now Works with .NET MAUI, Azure Functions -- Visual Studio Magazine Microsoft added .NET MAUI and Azure Functions support to its .NET Upgrade Assistant, which helps developers upgrade any .NET application to the latest version of .NET from right inside the Visual Studio 2022 IDE
Moving .NET Apps to the Cloud The panelists discuss the benefits and challenges of moving .NET apps and the different options available, including managed Kubernetes services, serverless platforms, and HTTP-based hosting options.
Diagnosing Complex Code Issues in Azure App Services In this talk, we will explore some of the diagnostics tools that power App Services for Windows/Linux.Topics will include: - Auto heal scenarios - ...
From Dribble to .NET MAUI - XAML App DALL-E with animations Challenge # 3 In this video, we will recreate a design of the last of the pages of an artificial intelligence image generator application, with animations included.Learn ....
GradIEEEnt half decent: The hidden power of imprecise lines Before the invention of YouTube comments, most people could make remarks that were slightly technically incorrect without fear of immediate public rebuke. Th...
8 Free and Open Source Blazor UI Libraries I have been exploring Blazor for a few years now. There are many beginner videos on this channel. I have built internal tools, but I never made them look gre...
What can I do if I don't want my file version number to be a sequence of four integers? - The Old New Thing The format is enforced by the Windows file format, but you can present the information in a custom way.
Using LINQ SelectMany To Flatten Nested Collections #shorts Support me on Patreon to access the source code:https://www.patreon.com/milanjovanovicJoin my weekly .NET newsletter:https://www.milanjovanovic.techRead my B...
Minimal API growing with .NET 7 To create REST API services with Microsoft .NET, the Minimal API was introduced with .NET 6 – with top-level statements based on some C# 10 features. This was great for very small services, b…
HTML, XML, JSON, and JWT Visualizers in Rider 2023.1 | The .NET Tools Blog See how JetBrains Rider 2023.1 has visualizers for common formats to help you increase your development productivity.
What are Kubernetes Nodes Components? #shorts What are Kubernetes Nodes Components? #shorts Let us connect:🌍 My website - https://mohamadlawand.com📸 Instagram - https://www.instagram.com/mohamadlawa...
AppKit or UIKit for .NET MAUI Mac Apps? The Choice is Yours Did you know that .NET MAUI apps that run on the Mac are Mac Catalyst apps? Thi smeans that they can run in either iPad or Mac user interface mode leveraging...
Controlling the log level of your application In this blog post, we will have a look at the different log levels and how to control them.
Uploading Large Files in ASP.NET Core - Code Maze Uploading large files in ASP.NET Core using streams instead of byte[] or MemoryStream is faster and more reliable solution.
How To Generate Random Strings in C# Here's how to generate random strings in #csharp and #dotnet Join this channel to get source code access and other perks:https://www.youtube.com/channel/UCyT...
What’s the “unit” in unit testing and why is it not a class If you choose the wrong unit testing scope, you’ll regret adopting unit testing and TDD in the first place
Running Vite with ASP.NET Core Web Applications Using Vite.AspNetCore to run Vite in an ASP.NET Core application
Calling internal ctors in your unit tests” What do you do when you need to construct a class with an internal constructor for a unit test? This is what you do.
Make your ASP.NET Core application always running on IIS By default when running an ASP.NET Core application in IIS, the application will not be started until the first user hits your ASP.NET Core ...
Standard Attachments | Home Assistant Companion Docs Notifications may contain an image, video, or audio file attachment that is displayed alongside the notification. See See table for supported media for a breakdown of support by platform.
How to Create a Custom Slack Bot with .NET 7 Welcome, readers! I am thrilled to launch my new blog series on building a .NET 7 Slack Bot that can interact with AWS Services. In this series, we’ll also walk through the entire process of …
Sending MediatR Notifications Immediately After Saving an Entity with Entity Framework Core | no dogma blog After you save an entity, you may want to send out a notification so other parts of your application can react to the change. This post shows how to do that with MediatR and Entity Framework Core.
Edward Loveall GitHub is dominant in today’s software development industry. Most professional developers interact with software created, maintained, or controlled by GitHub daily.
GitHub - betwixt-labs/tempo: 🥁 Don't miss a beat. Low latency, cross-platform, end-to-end typesafe APIs. 🥁 Don't miss a beat. Low latency, cross-platform, end-to-end typesafe APIs. - GitHub - betwixt-labs/tempo: 🥁 Don't miss a beat. Low latency, cross-platform, end-to-end typesafe APIs.
The coolest thing coming out in C# 12 Are you a .NET developer and are always looking for ways to incorporate the newest of .NET and C# into your apps? If so, this video is for you! In this video...
Google Admits Defeat, Reverting to Separation of Device Volumes Currently on Pixel devices and a few other Android phones, when a user decides if they want to hear or mute notification sounds, that choice also involves what happens to your ringtone. For example, if I set my phone to vibrate on incoming calls, that sam...