Present technical information using a storytelling framework
A guide for software engineers on structuring technical presentations using a storytelling framework to engage audiences effectively.
A guide for software engineers on structuring technical presentations using a storytelling framework to engage audiences effectively.
A technical guide on building a block sparse matrix in C++ using the Eigen library, focusing on memory layout and performance.
A technical analysis using R and the DHBins package to visualize New Zealand's National Land Transport Plan expenditure data via hexmaps.
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.
Introducing GestureButton, a new open-source SwiftUI component for handling custom gestures in iOS development.
Analyzes Paul Graham's 'Founder Mode' concept, exploring how founders maintain vision and avoid management pitfalls through writing-intensive culture.
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.
Announcing the 2024 Ihaka Lectures series, featuring talks on literate programming, data journalism, and using R in government.
Slides and code for an ElixirConf 2024 talk about improving software quality through more effective testing strategies.
Discusses the pros and cons of soft deleting database records, including implementation, performance, and alternatives.
Interview with iOS developer Joe Fabisevich about his indie app Plinky, its development journey, and getting featured on the App Store.
Exploring Go middleware, request context, and database usage with the standard library, continuing a series on building web apps.
Explains how adding Unix domain socket support to vdirsyncer provides flexibility for advanced CalDav sync scenarios without bloating the core code.
The author details their journey migrating the 'Mess With DNS' educational tool from a custom, flawed DNS implementation to the more robust PowerDNS server.
Explains how to use FormattableStringFactory in C# to create dynamic SQL queries safely with Entity Framework Core, preventing SQL injection.
Part 5 of a series on building an automatic differentiation package in Julia, demonstrating its use to create and train a multi-layer perceptron on the moons dataset.
Exploring Go's standard library features like JSON, templates, and static file embedding for SaaS development.
A guide to deploying Ruby on Rails with PostgreSQL on Google Cloud Run, using a personal toolchain and the Cloud Skills Boost platform.