Featured post what's this? ✨ 99% Fix the Domain Layer Folder Structure With Vertical Slices 📌 Check out my Pragmatic Clean Architecture course: https://bit.ly/3PupkOJ🚀 Support me on Patreon to access the source code: https://www.patreon.com/milanj...
96% Contributing to Uno Platform - From Novice to Expert Learn how to start contributing to Uno Platform! This comprehensive guide navigates through understanding the project's structure to making your first code contribution. Discover the richness of Uno's repositories on GitHub, unravel the intricacies of the...
92% All Cloudflare Customers Protected from Atlassian Confluence CVE-2023-22515 On 2023-10-04 at 13:00 UTC, Atlassian released details of the zero-day vulnerability described as “Privilege Escalation Vulnerability in Confluence Data Center and Server” (CVE-2023-22515), a zero-day vulnerability impacting Confluence Server and Data Cen...
99% Inversion of Control (IoC) in Software Development (IoC) coding- Fundamental to the construction of modular, maintainable, and scalable software programs is the principle of inversion of control
98% Unveiling the World of WSerial: Your Ultimate Entertainment Destination It can be difficult to figure out where to go to get your fill of binge-worthy content in today's ever-changing
99% Don't Use "Task.WhenAll" for Interdependent Tasks Using "Task.WhenAll" gives us a chance to pause our code until multiple tasks are complete. In addition, if there is an unhandled excep...
99% An Interactive Intro to CRDTs | jakelazaroff.com CRDTs don't have to be all academic papers and math jargon. Learn what CRDTs are and how they work through interactive visualizations and code samples.
99% Strong static typing, a hill I'm willing to die on... This is a post about strong static typing, why I feel strongly about the topic, and some of the ways we utilize the Rust type system at Svix.
98% JIT: Merge stores by EgorBo · Pull Request #92852 · dotnet/runtime This PR merges consecutive stores, e.g.: static void Test(char[] arr) { if (arr.Length >= 4) { arr[0] = 'T'; arr[1] = 'R'; arr[2] = 'U'; arr[3] = 'E'; } ...
96% Merged stores: Fix alignment-related issues and enable SIMD where possible by EgorBo · Pull Request #92939 · dotnet/runtime Adjust rules when we can use unaligned stores for merged ones. Also, enable 2xLONG/REF -> SIMD. And 2xSIMD to wider SIMD. Wider scalar primitives for naturally aligned data of primitives (>1B): ...
95% Development With A Dot - Table Inheritance with EF Core IntroductionEF Core 7 finally delivered a long-sought desire: all of the three table inheritance patterns are now implemented. These are:Table Per Hierarchy (TPH) / Single Table Inheritance: all …
99% Razor vs. Blazor: Unraveling the Web Development Duel Razor vs. Blazor are two technologies that have emerged as major players in the rapidly changing field of web development,
99% GitHub - hamed-shirbandi/TaskoMask: Task management system based on .NET 6 with Microservices, DDD, CQRS, Event Sourcing and Testing Concepts Task management system based on .NET 6 with Microservices, DDD, CQRS, Event Sourcing and Testing Concepts - GitHub - hamed-shirbandi/TaskoMask: Task management system based on .NET 6 with Microse...
98% How Free Shipping Coupons Make the Process of Buying Furniture Easy Free shipping is a popular incentive that many furniture stores offer. They can be found by signing up for their
97% On the confusing names for the Windows service SID types - The Old New Thing Too much abbreviation.
83% Extracting Hacker News Book Recommendations with the ChatGPT API I love books and I enjoy reading through the Hacker News(HN) book recommendation threads. On HN, there’s almost 200 stories so far this year that have the separate word “book” in the title, and aren’t linked to another page. I wondered what the most com...
61% Dependency Injection in .NET 8: Keyed Service Registrations 🚀 Today, we want to look at Keyed Service Registrations for Dependency Injection in .NET 8. It's a new feature coming with .NET 8 in November 2023.00:00 Introd...
99% Picat is my favorite new toolbox language I'm teaching a TLA+ workshop in two weeks! Register here, use the code C0MPUT3RTHINGS for 15% off. I always like to find new "toolbox languages". These are...
99% Beginner's Guide To Software Engineering: How To Get Started Interested in an introduction to software development? Need those first steps in programming? Then check out this beginner's guide to software engineering!
99% Exploring the Power of GraphQL in .NET GraphQL is a powerful tool for creating efficient and flexible APIs in the dynamic world of web development. Together with
96% Console Application in .NET Core: A Comprehensive Guide Software engineering is now fundamental in our high-tech society. A console app's flexibility makes it a powerful tool for any
98% Blazor WebAsembly + SignalR = ❤️ #shorts 📌 Check out my Pragmatic Clean Architecture course: https://bit.ly/3Zn41BK🚀 Support me on Patreon to access the source code: https://www.patreon.com/milanj...
99% .NET 7 💥 - DynamoDB integration with ASP.NET Web API 📚📚📚 ⚡️#aws #dynamodb #dotnet In this video we will be going to learning about AWS DynamoDB and how we can integrate it with our .NET applicationsSupport me on Patreon to access the sourc...
99% Microsoft .NET Code Analysis: Boost Your Code Performance with Concrete Types Discover the performance benefits of using concrete types over abstract or interface types in your code. Learn from a real-world Entity Framework example and gain practical insights into improving …
90% BBC Gives Up On Threads (By Instagram), Sticks With Mastodon So numerous brands are giving up on Threads by Instagram, allegedly due to lack of engagement (ironically, most of them are still using...
98% ASP.NET Community Standup - What ASP.NET Core features do you want in .NET 9? David Fowler and Damian Edwards are here to chat about community requested web dev features in .NET 9.Community Links: https://www.theurlist.com/aspnet-stand...
99% 🔥 AWS vs Azure: Ultimate Microservices Battle! Who Wins? 🚀 #shorts 🔥 AWS vs Azure: Ultimate Microservices Battle! Who Wins? 🚀 #shortsSupport me on Patreon to access the source code:https://www.patreon.com/mohamadlawandLet ...
99% Unlock AI Excellence: Join 'The Quick AI Decode' Event at Microsoft London Rector - Oct 12, 2023 This session provides an opportunity to learn about the latest technologies and services available to help them succeed in their ventures. Attendees will be..
98% SQL Server Row Level Security Deep Dive. Part 6 – RLS Attack Mitigations - Simple Talk There are several ways RLS can be attacked. This section shows how to monitor for those attacks and prevent them when possible.
99% How to Design a Practical Type System to Maximize Reliability, Maintainability, and Productivity in Software Development Projects / Part 1: What, Why, and How? This is part 1 in a series of articles about designing a practical type system.
99% How to migrate your Blazor Server app to .NET 8 What does it take to migrate your pre .NET 8 Blazor server app to the new framework
99% Announcing TypeScript 5.3 Beta - TypeScript Today we are excited to announce the availability of TypeScript 5.3 Beta. To get started using the beta, you can get it through NuGet, or through npm with the following command: npm install -D typescript@beta Here’s a quick list of what’s new in TypeScri...
99% How To Display .NET Collections with the Oxford Comma An extension method to display string values in an Oxford comma format
97% .NET 8 and Blazor United / Server-side rendering New .NET and new Blazor features. In this blog post, I want to highlight the new features that are hitting us with .NET 8 in the Blazor world. So let's see what's new.
99% Refactoring Dispensables in C# - Code Maze This article will help us to identify code smells known as dispensables in C# and fix them using different refactoring techniques.
96% The inability to count correctly Older (Access-J): 2023.06.09: Turbo Boost: How to perpetuate security problems. #overclocking #performancehype #power #timing #hertzbleed #riskmanagement #environment
91% How AI Boosts Microsoft's Low-Code Power Platform -- Visual Studio Magazine Microsoft detailed how a Copilot AI assistant and other advanced tech serves to bolster its low-code Power Platform, which includes components to help 'ordinary business users' or 'citizen developers' create applications, web sites and more.
75% The First Online Writer Lessons from Justin Hall on rendering your unfiltered consciousness into hypertext
98% Why Are Query Plans Trees? Looking at just about any database's EXPLAIN output will reveal that generally, queries get compiled into tree-shaped plans, rather than general cyclic...
93% Web 3.0 is officially here • Tony Sullivan And no, it isn't git masquerading as a monetary policy. The web is moving from an ad platform to an AI training platform.
69% Regulation is important – reasoning.page It is popular among entrepreneurs to talk about how “bureaucracy” and “red tape” is “inhibiting innovation”. It is less popular to recognise why safety regulation is important.
91% The Marketplace Of Ideals On Handmade, polarizing Internet debate, rational discussion, controversial personas, tribal conflict, and how they relate to the future of computing.
91% 377: .NET 8, Surface, Copilot AI, & iOS 17 are Here! Powerful podcast hosting and analytics. By podcasters, for podcasters.
99% 3 Tips For Making a Popular Open Source Project in 2023 [Ultimate Guide] Fancy watching this as a video instead? Click below: Introduction I have around ~10k GitHub stars. I’ve come up with a bullet-pointed actionable list of how to make open-source projects popular. One of the projects I created had 67 lines of code and h...
98% Microsoft Teams reply spoofing: Trolling your friends and colleagues - STM Cyber Blog Earlier this year, we discovered an interesting behavior in Microsoft Teams chat functionality that allowed us to phish our coworkers and earn a free pizza. By modifying the request it’s possible to change various parameters of the message we’re replying ...
86% Don't Build It, Yet: How Content Can Validate Your Next Product Idea - Animalz Discover how Parabol's unique 'content-led product' approach not only attracts customers but also shapes what they build next.
99% You Don't Need a Dedicated Cache Service - PostgreSQL as a Cache <p> PostgreSQL became a go-to SQL database for many developers over the past couple of years. While being an SQL database, Postgres also includes a lot of ...
99% I don't want to know IPs: encryption in TORRENTDYNE A few days ago I released TORRENTDYNE, a BitTorrent implementation checker. While working on it, I hit a wall: how do you make a service like this useful AND appropriately private? I ended up using a heap of cryptographic tools, but it did take me some t...
98% How I Evaluate Game Engines – Jeremy's Blog C++, graphics, Vulkan, DirectX, Math, compilers, and more
99% Introducing pgroll: zero-downtime, reversible, schema migrations for Postgres We are excited to ship the first version of pgroll, a command line tool that offers safe and reversible schema migrations for PostgreSQL
96% Hey, Computer, Make Me a Font This is a story of my journey learning to build generative ML models from scratch and teaching a computer to create fonts in the process.
96% Projects and apps I built for my own well-being - Untested Projects and apps I built for my own well-being - Untested
99% Work/Life Balance A topic comes up somewhat regularly that irritates me. It's suggested, particularly in the tech community, that people should focus more on their life and less on work. It's suggested there's a regular atmosphere of over-work in this industry. I'm not one...