10 Things Every Junior Software Developer Should Know To Be Successful - Doumer's Blog 10 Things Every Junior Software Developers Should Know To Be Successful. This article condenses what you shouold know to be a great dev.
Friends From First Principles — Simon Berens Throughout my life, friends were always an unintentional byproduct. I would bump into someone at a few parties, spend a few days living with them, or take a common class, and all of a sudden I had made a new “friend”. In times of loneliness, my panacea w...
10 Choses que Tous les Développeurs de Logiciels Juniors Devraient Savoir pour Réussir - Doumer's Blog Hey, Salut. Je reviens avec un article qui n’est pas aussi technique que d’habitude. Je pensais partager avec le monde quelques astuces que j’ai appris en parcourant du développement de logiciels pendant quelques années. Quand j’ai commencé mon aventure, ...
Computability Theory (ii): uncomputable numbers. During my current incursion in computability theory I learnt about uncomputable numbers, this is, numbers that can’t be computed with arbitrary precision. This means that even given all the computational power in the universe you could not compute these n...
Computability Theory (i): the Halting Problem. During these last few days I’ve been reading a little bit about computability theory, and I feel like a kid with a new toy, so I’m going to write some posts about this topic. I don’t pretend to explain anything new, and probably what I’m going to write ha...
Launching Useful Sensors! Person Sensor from Useful Sensors For years I’ve wanted to be able to look at a light switch, say “On”, and have the lights switch on. This kind of interface sounds simple, so why…
ViewComponent in the Wild I: building modern Rails frontends—Martian Chronicles, Evil Martians’ team blog Learn why GitHub's ViewComponent library offers a great approach for building modern Ruby on Rails apps, and why you should give it a shot, too!
Support reminder for older versions of Visual Studio We want to keep you secure when using Visual Studio. If you’re using an older version of Visual Studio, we have several reminders about upcoming events in the Visual Studio support lifecycle. First, if you’re using the Community Edition of Visual Studio 2...
Syncing Notion databases into Tinybird using notion-objects Learn how to synchronize data from Notion databases into Tinybird data sources with just a few lines of Python code with the notion-objects library.
How to Make Your Marketing Team More Agile Do you feel like your marketing efforts are falling behind the competition? Are you having a hard time keeping up with the latest trends? If so, you may need to start using agile marketing techniques. Agile marketing is a way of working that is fast, flex...
What if the team hates my functional code? What happens when you learn functional programming and you start writing better code… but the rest of your team hates it? Do you give up? Write code you know is inferior? Do you quit and get a new job? What if quitting isn't an option? What do you do then...
The Raspberry Pi 400 in My Bedroom I wrote a privacy focused analytics program, embedded it on a handful of personal sites and hosted it on a Raspberry Pi 400 on a desk at home.
In Australia, it's hard to get a 'burner phone', but this is just one thing criminals are using your data for Millions of Australians have had a bad run with their personal data lately. With all this going on, you might be left wondering what exactly the hackers are doing with your data and how it could affect you?
I've Got News For You: How to outsmart online hackers on Apple Podcasts Show I've Got News For You, Ep How to outsmart online hackers - 20 Oct 2022
Celestia raises $55M to launch modular blockchain network Celestia is building a modular consensus and data network so that anyone can easily deploy their own blockchain with minimal overhead. Celestia’s new modular blockchain architecture is made to supercharge the scale and rate of Web3 innovation in the next ...
What's the deal with zkapps? Vitalik recently mentioned zkapps at ETHMexico. But what are these zkapps? By the end of this post you will know what they are, and how they are going to change the technology landscape as we know it. Zkapps, or zero-knowledge applications, are the modern...
Why is Clean Architecture so Popular? Why is Clean Architecture so popular? You've probably noticed many videos and blogs that somewhat explain what Clean Architecture is and show you how to use ...
RavenDB indexing: exact() When you search for some text in RavenDB, you’ll use case insensitive search by default. This means that when you run this query:You’ll get users with any ca...
Is it true that raising a structured exception from a structured exception handler terminates the process? Untangling the myth.
How Regex can take down your server in .NET 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 ...
Discontinuing Bibliogram - cadence's blog Before we start: If Bibliogram has been helpful to you, please consider making a donation! Donations help me pay for servers on my current and future projects, not to mention the time I put into writing code.
NET Data Community Standup: New EF Core 7.0 APIs (Bulk Update) EF Core 7.0 introduces the ExecuteUpdate and ExecuteDelete APIs, which allow you to easily use LINQ to express a database update or delete operation. These APIs can be far more efficient for applying changes to multiple rows based on a condition, e.g. “de...
Polyglot Microservices Communication Using Dapr on AKS Dapr is a useful tool for solving several challenges engineers might face. It allows engineering organizations to gain productivity by training developers on a common set of tools and techniques. It also helps adopt standardization in development, deploym...
LiteDB - A .NET embedded NoSQL database In this article we will have a closer look at LiteDB, a .NET NoSQL Document Store in a single data file. We will discover the advantages of LiteDB and why it is a viable candidate for your next project. We will also explore what are the differences betwee...
Windows/0Day.sh at main · SleepTheGod/Windows Windows And Ways To Break It. Contribute to SleepTheGod/Windows development by creating an account on GitHub.
Super Smash Bros. This time, I'll share the story of how the original Super Smash Bros. came to be. I've also included footage of a game that's never been seen before...Game h...
Milestone Reached: 200+ Free Ebooks Are Now Available in the Succinctly Series | Syncfusion Blogs More than 200 free technical ebooks are published in the Succinctly series, which can be read online and downloaded for future reference.
JavaScript metaprogramming with the 2022-03 decorators API JavaScript decorators have finally reached stage 3! Their latest version is already supported by Babel and will soon be supported by TypeScript. This blog post covers the 2022-03 version (stage 3) of the ECMAScript proposal “Decorators” by Daniel Ehrenber...
Introducing Spectre.Console Spectre.Console is a dotnet library for making beautiful, more useful console applications.
.NET MAUI – Forget Me Not – Part 3 In the previous postings we looked at creating the basic app and adding a single, simple page. This post will really begin to get into it. We’re going to have a number of pages A page for you…
Node.js 19 is now available! | Node.js Node.js® is a JavaScript runtime built on Chrome's V8 JavaScript engine.
uController/MapExtensions.cs at d4e7e1bfad81c20b09669a6b15277e07d1139efc · davidfowl/uController Code generated Web API framework for .NET Core. Contribute to davidfowl/uController development by creating an account on GitHub.
uController/Program.cs at d4e7e1bfad81c20b09669a6b15277e07d1139efc · davidfowl/uController Code generated Web API framework for .NET Core. Contribute to davidfowl/uController development by creating an account on GitHub.
CallerLineNumberAttribute Class (System.Runtime.CompilerServices) Allows you to obtain the line number in the source file at which the method is called.
Minimal APIs: The magic revealed - Events ASP.NET’s Minimal APIs are low-ceremony and require minimal lines of code to implement functional web APIs, but minimal APIs often require grand implementations. Join ASP.NET developers are they walk you behind the scenes of a minimal application, highlig...
Chokuretsu ROM Hacking Challenges Part 1 – Cracking a Compression Algorithm! Jonko delves into how the Shade compression algorithm was reverse engineered to hack Suzumiya Haruhi no Chokuretsu.
A deep dive into endpoint filters in ASP.NET Core 7 One of the features that I worked on as part of the ASP.NET Core 7 release was support for endpoint filters in minimal APIs. I recently shared some of the internals of the implementation at a recent Ignite presentation, but I figured I would share the ins...
Data Partitioning! Don't let growth SLOW you down! There are many different strategies for partition data as it grows over time. Time is a key aspect as most data goes through a lifecycle.
Top 10 highest paid programming languages in 2022 List of the top 10 highest paid programming languages in 2022. Scala, Python, Solidity and many others are on the top 10. Top salary reached a peak of 1M dollars.
Why Linux Troubleshooting Advice Sucks A short post on how to create better troubleshooting documentation, prompted by me spending last evening trying to get builtin display of my laptop working w...