The advantages of an email-driven git workflow
Explores the benefits of using email-based git workflows with tools like git send-email, contrasting them with web platforms like GitHub.
Explores the benefits of using email-based git workflows with tools like git send-email, contrasting them with web platforms like GitHub.
Explores using the Network Information API to create web components that adapt to a user's connection speed and type.
A developer's retrospective on the mistake of shipping a product too late, with insights from their fourth month working on Zestful.
Explains the Terraform coalesce() function, which returns the first non-empty string from a list of arguments, with examples.
A developer shares their experience presenting a talk on CSS Grid and CSS Variables at a JavaScript meetup, discussing adoption challenges.
Analysis of the 2018 Stack Overflow Developer Survey results, ranking technologies developers worked with and want to work with.
A guide on migrating existing databases to use Entity Framework Core's built-in data seeding feature without causing insertion conflicts.
Key focus areas for hiring a VP of Engineering for a small, growing team, covering culture, automation, and team mentorship.
Explains what JavaScript polyfills are and how they differ from code transpiling, using a real-world IE bug as an example.
A guide on achieving test isolation in React components to improve test reliability and prevent shared mutable state issues.
The author argues against using shallow rendering for React component testing, explaining its pitfalls and advocating for better alternatives.
An explanation of JSX in React, showing how it compiles to JavaScript and React.createElement calls.
A guide to automating the deployment of a static website to Azure Storage using AppVeyor CI, covering setup and configuration steps.
A guide to configuring options for PowerShell Scheduled Jobs, covering defaults, hash tables, and updating settings.
A guide to using C-Reduce, a tool for automatically reducing complex C programs to minimal test cases to isolate bugs.
A technical guide explaining the Terraform cidrsubnet() function for subnet calculation, with examples and use cases.
An introduction to Progressive Web Apps (PWAs), explaining their benefits like performance, reliability, and offline capabilities.
A developer's enthusiastic review of Jest's developer experience, highlighting its visual diffs, flexible conventions, and friendly CLI.
A developer shares insights from presenting live coding talks on web accessibility, including challenges and tips for success without slides.
A preview of the top talks at PostgresOpen 2018, covering topics like debugging the Postgres planner, indexes, extensions, and connection pooling.