Requirements to become a dangote cement distributor As the infrastructure boom continues to increase, becoming a cement dealer is a rewarding venture as you will make a lot of profit from the ...
Why Is Group Theory So Important in Particle Physics? Faizan Muhmmad is a Software Engineer at Google
Security Certification Roadmap - Paul Jerimy Media IT Security Certification Roadmap charting security implementation, architecture, management, analysis, offensive, and defensive operation certifications.
Worst Airbnb experience - Blago's blog Well, we had a really bad experience with a host in Portugal. He waited only 10 minutes for us and then he left the place, without responding for hours. We had to book another hotel which was not a bad idea at all :). The place was really cheap and I didn...
How To Develop Good Taste, Pt. 1 — Die, Workwear! Marcel Duchamp once noted in a 1968 interview with Francis Roberts, “If your choice enters into it, then taste is involved—bad taste, good taste, uninteresting taste.” For those fortunate enough to live in post-industrial societies, where choices are now ...
Building a startup on Clojure After first getting hooked on Clojure in 2018 I decided to build my business, Wobaka.com, on 100% Clojure the following year. That's how much I enjoyed it. I thought I'd share some of my experience and technical stack for anyone else thinking about buildi...
Prioritise content over components | simeonGriggs.dev Visually, components are unique, flexible units to compose complete layouts. For content, they can trap reusable data into single-use decorations.
Simple Presenter Pattern in Rails without using Gems What's the size of user.rb file in your current project? The default Rails way model-view-controller architecture often leads to a bloated model layer. Presenter pattern is one of the more straightforward ways to slim down your Rails models. It also helps...
GitHub - jsuarezruiz/figma-to-maui-graphics: FigmaSharp.Maui.Graphics turns your Figma design into .NET MAUI Graphics code FigmaSharp.Maui.Graphics turns your Figma design into .NET MAUI Graphics code - GitHub - jsuarezruiz/figma-to-maui-graphics: FigmaSharp.Maui.Graphics turns your Figma design into .NET MAUI Graphics...
The software that I love Pride. When interviewing someone for any position, I always ask "tell me something that you are proud of." Sometimes you get a blank stare. ...
A case against nihilism If you aren’t religious, it’s easy to feel like life is somehow inherently meaningless and that humans add their own meaning to it. For some, this is fine – they don’t think…
How (and why) nextest uses tokio, part 1 :: sunshowers How my open source test runner uses async Rust.
The dvorak keyboard, and the joy of designing your own editing scheme I finally did it, I switched to dvorak on all my computers full time. It is definitely up there on my list of most psephologically painful things I’ve ever had the displeasure to experience, as a qwerty touch typist.
Privacy is a business imperative This blog post is the translation of an opinion column I published in Capital (french magazine). Privacy is important to businesses and this is exactly why I created Secrecy, the first PaaS environment for authentication, end-to-end encryption and persona...
Microsoft Claims Reduction in Cloud Cost from Migrating Internal Services to .NET 6 Microsoft has migrated several internal services running on the Azure cloud from .NET Framework to .NET 6, which the company claims has reduced the cost of cloud infrastructure by 29%, while simultaneously increasing performance and latency reduction by u...
Improve performance of FormattingHelper.CountDigits(uint) by stephentoub · Pull Request #76519 · dotnet/runtime Branch-free, table-based lookup implementation. Method Toolchain value Mean Ratio Code Size AllLengthsToString \main\corerun.exe ? 132.378 ns 1.00 315 B AllLengthsToString \pr\corerun.exe ...
What's the Target Model? (And Why?) How do you teach an old dog new tricks? That’s the topic of today’s post. “WinDbg” is short for “Windows Debugger”, but lately that name seems a bit odd since the WinDbg of today knows about a lot more than just Windows. WinDbg now supports Linux and MacO...
.NET R&D Digest (September, 2022) This issue includes bits of software development, windows, diagnostics, performance and low level programming, algorithms, and of course – .NET!
Feel free to stop using IMultiLanguage2::DetectInputCodepage You should have been keeping your eye on the code page all along.
Departure from Wikia The Doom Wiki began in January 2005 as part of Wikia, Inc. (then called Wikicities, now rebranded as "FANDOM"). Although Wikia is a for-profit company, its staff seemed friendly, industrious, and hobbyist-oriented. [1] [2] Over the years, however, an in...
Heimevernet bistår politiet med forsterket vakthold Fra mandag 3. oktober sørger soldater fra Heimevernet for forsterket vakthold ved petroleumsanlegg i Rogaland, Vestland og Møre og Romsdal.
On .NET Live - Ask Me Anything with Scott Hunter In this week's episode, the hosts of On .NET Live are beyond excited to sit down for a casual chat with Scott Hunter, VP Director of Product at Microsoft on ...
Rate limiting in web applications - Concepts and approaches Your web application is running fine, and your users are behaving as expected. Life is good!
Ensuring best practices for NuGet packages - Gérald Barré In this post, I describe how to ensure your NuGet packages follow best practices before publishing them to a repository such as nuget.org
Under the hood of DANE mismanagement in SMTP | APNIC Blog Guest Post: Self-management of SMTP servers is error-prone.
GitHub - gildas-lormeau/SingleFile-Lite: Feel the power of the Manifest V3. The future, right now! Feel the power of the Manifest V3. The future, right now! - GitHub - gildas-lormeau/SingleFile-Lite: Feel the power of the Manifest V3. The future, right now!
Under the Hood of DANE Mismanagement in SMTP Marketing cookies are used to track visitors across websites. The intention is to display ads that are relevant and engaging for the individual user and thereby more valuable for publishers and third party advertisers.
Microsoft FINALLY fixed foreach loops in .NET 7 Check out my courses: https://nickchapsas.comBecome a Patreon and get source code access: https://www.patreon.com/nickchapsasHello everybody I'm Nick and in ...
Upload File using C# ASP.NET FileUpload Control | Pro Code Guide ASP.NET FileUpload control is an ASP.NET Web control that allows the implementation of the functionality of the file upload in ASP.NET web applications
Implement the On Behalf Of flow between an Azure AD protected API and an API protected using OpenIddict This article shows how to implement the On Behalf Of flow between two APIs, one using Azure AD to authorize the HTTP requests and a second API protected using OpenIddict. The Azure AD protected API…
Dealing With Burnout as a Developer This post talks about knowing when you are experiencing burnout as a developer and what to do to get better.
Functional Programming in TypeScript Let’s see how we can combine functional programming and TypeScript to build highly reusable and maintainable software.
Learn Data Science and Machine Learning in 30 Days. A warm welcome! In #30DaysOfDataScience we will go from understanding the Python language to working with real life data and finally creating Machine Learning models both on Azure and in Python. The main role is understanding our data and using the know...
Scrum Teams are often Coached to Death, while the Problems are With Management Team-level coaching isn’t enough
Pitfalls with eager loading of collections in EF Core Eager loading of collections can come with pitfalls when it’s not clear if the collection has been loaded or not. This post shows one such pitfall and one approach to working around it.
HTTPS Goofs: Forgetting the Bare Domain As I mentioned, the top failure of HTTPS is failing to use it, and that’s particularly common in in-bound links sent via email, in newsletters, and the like. Unfortunately, there’s anot…
What is the Difference Between a DTO and a POCO? - Code Maze Both POCOs and DTOs are an important part of the C#. Let's compare POCO and DTO types and see when we should use them.
The Trippiest PC Ever: RGB LED Tape Drive! #shorts Completely custom LED effect that mimics an IBM Tape Drive from the 1960s, built with open source code from NightDriverLED.com
Kirby Super Star In my latest Game Concepts video, I'll be taking a look at Kirby Super Star and breaking down the two major themes it was built on. By the end, you'll unders...