Cocktail party ideas
An analysis of how people with superficial knowledge confidently propose flawed solutions to complex problems in fields they don't understand.
An analysis of how people with superficial knowledge confidently propose flawed solutions to complex problems in fields they don't understand.
A critique of thoughtless book recommendations in tech, using the classic SICP as a prime example of a poorly-suited 'must-read'.
A software developer's updated list of recommended books, focusing on titles that are helpful and educational for tech professionals.
Explores applying scientific principles and engineering pragmatism to modern software development to improve practices and avoid common pitfalls.
A deep dive into the pros and cons of using Java's Optional type for method parameters, analyzing common arguments and patterns.
A developer discusses balancing project deadlines with the long-term benefits of improving processes and automating tasks, using examples like PowerShell scripts and cloud services.
A software engineer shares a personal strategy for excelling in technical coding interviews by focusing on development velocity and iterative problem-solving.
A developer explains why they are quitting their job to become a full-time open source maintainer, citing passion, career growth, and improving the ecosystem.
A developer shares practical principles for successfully refactoring complex, large-scale codebases without introducing regressions.
A developer draws parallels between ancient worldviews and software development, arguing for embracing curiosity to understand code and systems.
A former open-source user reflects on past entitled behavior and explains the hidden costs of user demands on project maintainers.
Explores the three key components of effective error messages for developers: context, the error itself, and mitigation steps.
A guide to crafting effective error messages for developers, focusing on context, the error itself, and mitigation steps.
A developer's personal recap of blog posts written for their employer's tech blog and side projects, including Slack guides, web development, and open-source contributions.
Explores the creative process in coding, comparing it to artistic fields like music, and argues that programming is fundamentally a creative problem-solving activity.
Analysis of PHP version usage statistics from January 2022, showing adoption rates for PHP 8.1, 8.0, and older versions.
A programmer's takeaways on improving coding skills by understanding underlying concepts, debugging, and asking effective questions.
A software developer shares personal strategies for managing ADHD's challenges in a tech career, focusing on energy management and task mitigation.
A developer explains their personal motivations and technical reasons for choosing to learn the Rust programming language in the coming year.
Explores how using code folding in editors can help developers write cleaner, more readable code by evaluating its structure at different abstraction levels.