Lessons from my First Exit
A founder shares practical lessons learned from selling his bootstrapped hardware company, TinyPilot, for $598k.
A founder shares practical lessons learned from selling his bootstrapped hardware company, TinyPilot, for $598k.
A Swift developer details unexpected crashes in Swift 6 due to @unchecked Sendable and implicit actor isolation, offering solutions for concurrency-safe logging.
A developer shares their experience migrating Azure Functions from .NET 6 in-process to .NET 8 isolated, focusing on Azure AppConfiguration setup.
Introduces the Smith-Pittman algorithm for community detection in networks and its implementation in an R package.
How to use the 'wide' crate for portable SIMD programming in stable Rust, with a Mandelbrot set implementation example.
A detailed history of .NET versions up to .NET 9, highlighting key C# features, release dates, and support policies.
Introducing snooze, a lightweight alternative to cron for scheduling tasks without requiring root privileges or a background service.
A technical article explaining the HTML <br> element, its syntax, proper usage, and the challenges it presents in WYSIWYG editors.
A guide to obfuscating sensitive data directly within SQL Server using a user-defined function, focusing on securing development environments.
A guide to deploying Azure Landing Zones using Terraform, covering the module's structure, purpose, and a practical deployment walkthrough.
Explores a method using a 'Judging AI' (like o1-preview) to evaluate the performance of other AI models on tasks, relative to human capability.
The article discusses GitHub Gists' privacy options, arguing they lack a true private mode unlike repositories, and compares them to other services.
Author shares detailed experience and study tips for passing both AWS Machine Learning Engineer Associate and Machine Learning Specialty certification exams.
A guide to getting started with the psql command-line interface for PostgreSQL, covering essential utility commands and configuration tips.
A tutorial on creating an awaitable modal dialog component in Blazor using C# and TaskCompletionSource for cleaner asynchronous UI interactions.
A guide on handling FormData in React forms, covering extraction, conversion to objects, and validation with Zod.
A developer details automating Hugo blog translation using Gemini AI, covering architecture, prompts, and Netlify integration.
JS Party podcast hosts announce their attendance at React Summit 2024, a major React developer conference in NYC/Jersey City.
A technical guide on streaming DynamoDB data to S3 in near real-time using EventBridge Pipes and Firehose to enable SQL queries with Athena.
A guide to using git bisect for debugging, illustrated with a personal story of solving a Blazor app's infinite redirect loop.