Random C++ Part 1: Building a block sparse matrix in Eigen
A technical guide on building a block sparse matrix in C++ using the Eigen library, focusing on memory layout and performance.
A technical guide on building a block sparse matrix in C++ using the Eigen library, focusing on memory layout and performance.
A tech professional shares their recent speaking engagements at IT conferences, focusing on Azure networking, firewalls, and migration topics.
A developer reflects on 10 years of blogging, sharing lessons on titles, writing for yourself, and how blogging aids career growth.
A guide for .NET developers on implementing Windows Error Reporting (WER) crash handlers to collect crash telemetry in applications.
A technical analysis using R and the DHBins package to visualize New Zealand's National Land Transport Plan expenditure data via hexmaps.
A former engineer turned CEO shares a framework for becoming a great software engineer, focusing on technical depth, business value, and collaboration.
A technical blog post documenting notes and code examples while studying machine learning concepts from 'The Little Learner' textbook.
A technical analysis testing the performance impact of enabling caching in Amazon API Gateway, comparing response times with and without cache.
A developer shares insights and practical advice on using Java with the AWS Cloud Development Kit (CDK) for Infrastructure as Code.
A developer explains the benefits of using Python virtual environments within Docker containers for predictability, standards, and team communication.
Introducing GestureButton, a new open-source SwiftUI component for handling custom gestures in iOS development.
A guide on mocking HttpClient calls in .NET API tests using DelegatingHandler and WebApplicationFactory for stable, controlled testing.
Analyzes Paul Graham's 'Founder Mode' concept, exploring how founders maintain vision and avoid management pitfalls through writing-intensive culture.
The author announces the addition of an email subscription service via FeedMail, offering an email interface for their RSS feed.
A 3-hour coding workshop teaching how to implement, train, and use Large Language Models (LLMs) from scratch with practical examples.
A 3-hour coding workshop video covering the implementation, training, and use of Large Language Models (LLMs) from scratch.
A blog post discussing the concept of 'tag gardening' for cleaning up and organizing tags on a technical blog, inspired by another developer's process.
Explores five key trends shaping the data lakehouse architecture, including storage evolution, table formats, and catalog competition.
A technical tutorial on creating interactive data tables by web-scraping with R's rvest package and styling with reactable.
A guide to React's useTransition hook, explaining how to improve UI responsiveness by marking non-urgent state updates.