How to enumerate through a StringBuilder Did you ever wonder how we can iterate through a StringBuilder? I mean, of course, we can just call ToString and use the returned string, but that means we materialize the whole thing without good reason. We can also use a normal for-loop. But we can also...
Introducing Mona Sans and Hubot Sans | The GitHub Blog Learn how to use and express yourself with GitHub’s open source variable fonts, Mona Sans and Hubot Sans.
Why Startups Suck at Security w/ Vanta's Head of Engineering, Matt Spitz When your startup is struggling to find its product-market fit, security is the last thing on your mind - and according to security expert Matt Spitz, that’s perfectly fine! Matt is Vanta's Head of Engineering and he joins this week's episode of Dev Inter...
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.
Automated versioning and package publishing using GitHub Actions This post is about implementing versioning and publishing docker images and nuget packages using GitHub Actions. I am not explaining about semantic versioning. There is already a lot of content explaining about these things.
Automate Posting to Mastodon via Web Requests Super simple way to automating posting statuses to Mastodon via web requests using the Mastodon API for services such as IFTTT.
GitHub - aspnet-contrib/AspNet.Security.OAuth.Providers: OAuth 2.0 social authentication providers for ASP.NET Core OAuth 2.0 social authentication providers for ASP.NET Core - GitHub - aspnet-contrib/AspNet.Security.OAuth.Providers: OAuth 2.0 social authentication providers for ASP.NET Core
LeadDev StaffPlus & LeadingEng New York 2023 Engineering conferences LeadDev New York is bigger and better than before! Three conferences in four days, from 14-16 March 2023
StaffPlus New York 2023 | Conference event dedicated to staff engineers The technical leadership event for staff engineers and up
Add support for social authentication by davidfowl · Pull Request #45 · davidfowl/TodoApi This change adds support for creating users from social accounts. Those accounts are registered with the backend API in exchange for a JWT token. That token can then be used to make further API cal...
Google frees nifty ML image-compression model... but it's for JPEG-XL Yep. The very same JPEG-XL that's just been axed from Chromium
The Whirlwind Tour of Building .NET Apps in Azure | .NET Conf 2022 Building an app with .NET is one thing - but where does Azure come in? What Azure services do you need to use to scale your app up to keep it responsive? Mak...