AWS Modernization Workshop For .NET
A workshop guide for migrating monolithic .NET Framework applications to microservices on AWS using the Strangler Fig Pattern.
A workshop guide for migrating monolithic .NET Framework applications to microservices on AWS using the Strangler Fig Pattern.
Debugging an InvalidProgramException in a profiler by finding generated IL code in a memory dump (part 2 of a series).
A software engineer reflects on leaving Buffer after 4.5 years to join Netflix, discussing career growth, transitioning to infrastructure work, and seeking new challenges.
A guide to decoupling unit tests from frequently changing values, using Swift examples to separate logic from copy.
An update on Azure AD v2 endpoint and MSAL library changes in 2020, covering app registration, platforms, and authentication flows.
A guide for developers on seven essential trust and safety features to proactively build into products to prevent abuse and harassment.
Explains how to use NgRx for data prefetching to improve perceived performance and user experience in Angular applications.
A GitHub product manager argues that user safety and abuse prevention should be prioritized like security vulnerabilities, not dismissed as edge cases.
Discusses the critical importance of budgeting for 'trust and safety' work to combat online abuse, framing it as a necessary 'internet tax' for tech platforms.
Explains two methods to inject services into System.Text.Json converters in .NET, covering global and case-by-case scenarios.
A developer shares their favorite recent tech discoveries, including the GSAP ScrollTrigger plugin for animations and the Eleventy static site generator.
Explains the lack of a native Nix method to search for old package versions and details the creation of the Nix Package Versions tool to solve this.
A comprehensive guide to free and low-cost deployment platforms for static sites, full-stack apps, VPS, and headless CMS options for developers.
A guide explaining how to listen to trunked police radio using an affordable RTL-SDR dongle and software, as traditional radios can't decode digital signals.
A video tutorial series on building a Covid19 stats widget for iOS 14 using the WidgetKit framework and SwiftUI.
A technical guide on creating a new calendar programmatically using Apple's EventKit framework in Swift, focusing on handling EKSource.
A tutorial on integrating Diffable Data Sources with Core Data in iOS apps to simplify UITableView and UICollectionView updates.
A software developer uses a personal story about walking in high heels to illustrate the importance of seeing the 'big picture' when implementing features.
Explains how regularly reading academic papers improves data science skills, offering practical advice on selection and application.
Learn how to implement a callback function after state updates with React's useState hook, using useEffect or a custom hook.