VS Code Preview: Python in the Browser, Executed by WebAssembly -- Visual Studio Magazine In the December update to Python in Visual Studio Code, developers can experiment with a new preview feature that lets them run and debug Python code in the browser.
Testing: How to actually write tests? - Junaid Qadir Testing Laravel apps using PHPUnit and the Given-When-Then pattern. I also explain how to use the "Red-Green-Refactor" approach with TDD.
.NET Data Community Standup - The Plan for Entity Framework Core 8 The plan has been published for EF Core 8 and other data access work in .NET 8. This includes work in five major themes:- Highly requested features- Cloud na...
InfluxDB newcomer’s impressions – Patrick's WebLog Three weeks ago I’ve decided to use InfluxDB for some Smart Home data. Here is a short article about my impressions.
PostgreSQL commit times PostgreSQL development has certainly professionalized over the years, in the sense that more people do it as a job now rather than (only) as a hobby. I was wondering whether that would be visible in the time of day when people do publicly visible PostgreS...
Using Supabase with Autocode What is Supabase? Supabase is an open-source firebase alternative, with built in support to get your project started with a Postgres database, authentication and more! It’s free to get started and a great tool for beginners and hobbyists as well as p...
I want toast I’ll get back to Bean Machine and Beanstalk in the next episode; today, a brief diversion to discuss a general principle of language design and congratulate some of my former colleagues. Back…
How to use CSS aspect ratio | Matt Davison There are many, many different uses for CSS and many things you can do with it. here's how to use aspect ratio!
Why you can’t build a web browser and why you should anyway. In the last couple of years I’ve seen a lot of lamenting about the browser mono-culture. I even wrote about it myself. Some complains focus on how complicated the web specs have become. So big that only a few companies can implement a browser from scratc...
Lessons from my unattainably Perfect Day What I learned from detailing how my Perfect Day would look like.
Learn Live - Store local data with SQLite in a .NET MAUI app Full series information: https://aka.ms/learnlive-mobile-desktop-apps-dotnet-mauiMore info here: https://aka.ms/learnlive-mobile-desktop-apps-dotnet-maui-Ep7...
Does .NET 6 support windows 98 · Discussion #79642 · dotnet/runtime Since .NET is aiming to become cross platform without relying on the OS, does the latest version run on windows 98 which pretty much looks like windows 11
Raising the bar for software security: next steps for GitHub.com 2FA | The GitHub Blog GitHub will require all users who contribute code on GitHub.com to enable one or more forms of two-factor authentication (2FA) by the end of 2023. Learn more about our approach, when we’ll begin our rollout, and what you can expect as we begin requiring 2...
.NET Data Community Standup - The Plan for Entity Framework Core 8 The plan has been published for EF Core 8 and other data access work in .NET 8. This includes work in five major themes:- Highly requested features- Cloud na...
Dev tunnels in Visual Studio for ASP.NET Core projects In this blog post we will discuss the updates to the dev tunnels (port forwarding) experience in Visual Studio when working with ASP.NET Core projects. If you have read the previous posts here about these features, you’ll want to read this one as well bec...
Performance Improvements in .NET MAUI (.NET 7 edition) | .NET Conf 2022 Join Jonathan Peppers for stories about improving the startup performance and app size of .NET MAUI applications in .NET 7. We'll look at the tools used for ...
Companies That Obsess Over Velocity Are Clueless About Scrum End the pointless velocity hysteria Most companies using Scrum spend a lot of time discussing velocity and devising ways to increase it. Velocity becomes a magical, almost mythical number that developers must chase in every Sprint. In companies where the ...
Content creation with Anton from @RawCoding | Keep Coding Podcast E2 Support the stream: https://streamlabs.com/nick_chapsasCheck out my courses: https://nickchapsas.comBecome a Patreon and get source code access: https://www....
Challenge: What does this code print? Take a look at the following code, what do you think it will print?Since it obviously doesn’t print the expected value, why do you think this is the case?
In C++/WinRT, how do I create or consume an IReference<T> that wraps a particular value? Conversions to and from IReference.
Independent report shows: moving to Cloudflare can cut your carbon footprint Preliminary study results find Cloudflare product to be up to 90% more carbon efficient than equivalent on premise hardware.
GitHub - cristipufu/aspnetcore-redis-rate-limiting: Set up a Redis backplane for ASP.NET Core multi-node deployments, using the built-in Rate Limiting support that's part of .NET 7. Set up a Redis backplane for ASP.NET Core multi-node deployments, using the built-in Rate Limiting support that's part of .NET 7. - GitHub - cristipufu/aspnetcore-redis-rate-limiting: Set up a ...
How to optimize your code reviews The secret to stronger team communication and more knowledge-sharing? Per @captainsafia, it’s all in the code review:
Baby Steps With TypeScript TypeScript is basically JavaScript with a type system, and in this post we’ll cover some of the most fundamental concepts of TypeScript.
C# 11: pattern matching and static abstract interfaces | Red Hat Developer Discover more about C# 11 new features: pattern matching and static abstract interfaces and how they enable generic math. (Part 2 of 3)
Consuming .NET WebAssembly From JavaScript in the Browser Showing how to load a .NET WASM file in a browser host and using the functionality from JavaScript
How Many Threads Does My .NET App Have? Determining how many threads are available in your .NET application using C#
Entity Framework Core Conversions for Logical Domain Types Using .NET EF Core Converters to map logical domain types to database columns
Why Did That Database Throw That Exception? Entity Framework Core will throw a DbUpdateException when something goes wrong trying to save your changes. But why it did can be important when trying to recover from such an exception.
C# 11 – File Scoped Types One of the new features in C# 11 is File Scoped Types also known as File Local Types. Although it sounds kindof familiar to File Scoped Nam...
What's new in .NET MAUI and Desktop Apps | .NET Conf 2022 .NET MAUI in .NET 7 introduces a plethora of new features to build spectacular desktop apps for macOS and Windows. Shane will dive into what is new for .NET ...
Increase by x2.7 performance of ToHexString by benaadams · Pull Request #5009 · NethermindEth/nethermind Changes: Method ScenarioIndex Mean Error StdDev Ratio RatioSD Improved 0 79.686 ns 0.6301 ns 0.9237 ns 0.37 0.01 Current 0 216.319 ns 1.4803 ns 2.1231 ns 1.00 0.00 Improved 1 2....
GitHub - imperugo/HttpRequestToCurl: A simple extension method that generate curl command from HTTP request A simple extension method that generate curl command from HTTP request - GitHub - imperugo/HttpRequestToCurl: A simple extension method that generate curl command from HTTP request
Visual Studio 2022 v17.5 Preview 2: Guided by Developer Community Votes -- Visual Studio Magazine If you want a sneak peek at what new goodies are coming for your favorite IDE, the Visual Studio section of Microsoft's Developer Community feedback site is a good place to start, chock full of bug reports and feature requests that help guide the dev team...
Languages & Runtime Community Standup - C# 11 and beyond Managed languages architect, Mads Torgersen, joins us this month to talk about C# 11, ongoing development in C#, and might give us a glimpse of what's in sto...