Build a Chrome Extension in Next.js and Notion API
A tutorial on building a Chrome extension using Next.js and the Notion API to save and tag web links.
A tutorial on building a Chrome extension using Next.js and the Notion API to save and tag web links.
Developer updates on free software projects, including a new secret storage system called Himitsu and progress on a custom programming language.
Five quick tips to improve developer productivity, including VSCode formatting, commit squashing, and workflow optimizations.
A technical deep dive into Docker containers, exploring them as Linux processes and files through hands-on experiments and filesystem analysis.
Analyzing chess game data from lichess.org to determine if fast thinking is the dominant factor in game outcomes across different time controls.
Explores using Rust traits for external types, using a custom IsLocalhost trait as a practical example to improve code clarity.
Explains Swift 5.6's type placeholders, a feature that simplifies generic type declarations by letting the compiler infer certain types.
Explores four methods for creating arrays in C#, comparing performance and use cases for new, ArrayPool, GC.AllocateArray, and GC.AllocateUninitializedArray.
An introduction to Great Expectations, an open-source Python tool for data quality testing, documentation, and profiling.
Explains the difference between default(MyStruct) and new MyStruct() in C# 10, highlighting that default bypasses parameterless constructors.
A critique of traditional metrics for observability, arguing they are limited for debugging unknown issues but still valuable for system health monitoring.
A talk on leveraging PostgreSQL's advanced features within Django web framework for more powerful database-driven applications.
A guide to implementing unit testing and UI testing for Swift applications, covering principles, best practices, and a practical case study.
A technical guide comparing agent options (Log Analytics, Azure Monitor, Defender for Identity) for monitoring Active Directory logs in Microsoft Sentinel.
A beginner's guide to creating, using, and making reusable button components in React with event handling examples.
Analyzing the compatibility of GraphQL with DynamoDB's single-table design, discussing trade-offs and when each approach is preferable.
A talk from PyCon DE 2022 on how to maximize your use of Django by contributing to its open-source community and development.
A technical deep dive into Kubernetes networking, explaining how to manually set up pod routing between nodes using BGP and the BIRD routing daemon.
A technical guide on building a fully automated CI/CD pipeline using GitHub Actions, DocFx, and .NET to test, build, release, and document with one click.
A guide to migrating existing C# codebases to use nullable reference types, covering concepts, techniques, and tools to reduce NullReferenceExceptions.