Engineering

Engineering

1001 bookmarks
Custom sorting
Hackers Incorporated | Building the HEY Calendar with Jason Fried
Hackers Incorporated | Building the HEY Calendar with Jason Fried
37signals have talked a lot about how they build new features for existing products using Shape Up, where they carefully hammer the scope to avoid letting anything ever drag on for more than six we...
·hackersincorporated.com·
Hackers Incorporated | Building the HEY Calendar with Jason Fried
Why Aren't We Refactoring Yet?
Why Aren't We Refactoring Yet?
Few salient reasons why I think some programmers aren't keen to refactor code.
·amirulmenjeni.substack.com·
Why Aren't We Refactoring Yet?
CSS in React Server Components
CSS in React Server Components
You can’t make an omelette without cracking a few eggs, and when the core React team unveiled their vision for the future of React, some of my favourite libraries got scrambled 😅. In this blog post, we’re going to explore the compatibility issues between React Server Components and CSS-in-JS libraries like styled-components. You’ll understand what the issue is, what the options are, and what’s on the horizon.
·joshwcomeau.com·
CSS in React Server Components
AHA Programming 💡
AHA Programming 💡
The dangers of DRY, the web of WET, the awesomeness of AHA.
·kentcdodds.com·
AHA Programming 💡
WebP: The WebPage compression format
WebP: The WebPage compression format
I want to provide a smooth experience to my site visitors, so I work on accessibility and ensure it works without JavaScript enabled. I care about page load time because some pages contain large illustrations, so I minify my HTML. But one thing makes turning my blog light as a feather a pain in the ass.
·purplesyringa.moe·
WebP: The WebPage compression format
How I Test a Million UI States with Every Merge — Visual Testing with Storybook by Michael Chan - GitNation
How I Test a Million UI States with Every Merge — Visual Testing with Storybook by Michael Chan - GitNation
Error state, loading state, awkward breakpoint, bad data, poor formatting, browser support. Every component can result represent hundreds or thousands of discrete visual states. How do you test it? Manually disable the network — temporarily. Insert bad code — just for a minute. Paw at the edge of your screen. Hack local database fixtures to bits. Frontend development has so many dimensions. Time and variation result in an infinite number of UI possibilities. In this talk, we'll use Storybook to progressively develop, test, and document our work — automating the grunt work of UI development.
·portal.gitnation.org·
How I Test a Million UI States with Every Merge — Visual Testing with Storybook by Michael Chan - GitNation
Async Ruby on Rails
Async Ruby on Rails
Ruby and Rails have several features to make your code more performant using async programming. Here’s a list of these tools and how to use them.
·thoughtbot.com·
Async Ruby on Rails
How to Use Engineering Metrics 📊
How to Use Engineering Metrics 📊
Let’s analyze the various types of metrics and how to design a minimum viable process to use them for good.
·hybridhacker.email·
How to Use Engineering Metrics 📊
Don’t Refactor Like Uncle Bob. Please
Don’t Refactor Like Uncle Bob. Please
“Clean Code” has garnered a bit of notoriety despite coining an endearing term we use in coding conversations. This book from 2008 is a compilation of principles and studies that &#8220…
·theaxolot.wordpress.com·
Don’t Refactor Like Uncle Bob. Please
Going from 0 to 1: How to write better unit tests when there are none
Going from 0 to 1: How to write better unit tests when there are none
When I joined Graphite, there were almost no tests in the entire codebase. Out of the team of five engineers, three had previously worked at Meta — and had internalized the poor testing culture practiced there.
·graphite.dev·
Going from 0 to 1: How to write better unit tests when there are none
Design Patterns
Design Patterns
Design Patterns are typical solutions to commonly occurring problems in software design. They are blueprints that you can customize to solve a particular design problem in your code.
·refactoring.guru·
Design Patterns
Plain Vanilla
Plain Vanilla
An explainer for doing web development using only vanilla techniques.
·plainvanillaweb.com·
Plain Vanilla
How Airbnb Smoothly Upgrades React
How Airbnb Smoothly Upgrades React
Incrementally modernizing our frontend infrastructure to roll out the latest React features without downgrades
·medium.com·
How Airbnb Smoothly Upgrades React
Systems Thinking
Systems Thinking
Thinking in systems is a trait of the greatest minds. Now, you can gain a new perspective, noticing and understanding the systems around you.
·read.perspectiveship.com·
Systems Thinking
You Don’t Know Ruby (Anymore!)
You Don’t Know Ruby (Anymore!)
Caution: If you are a senior Ruby developer, this article may hurt your feelings.
·medium.com·
You Don’t Know Ruby (Anymore!)
Regexes Got Good: The History And Future Of Regular Expressions In JavaScript — Smashing Magazine
Regexes Got Good: The History And Future Of Regular Expressions In JavaScript — Smashing Magazine
Although JavaScript regexes used to be underpowered compared to other modern flavors, numerous improvements in recent years mean that’s no longer true. Steven Levithan evaluates the history and present state of regular expressions in JavaScript with tips to make your regexes more readable, maintainable, and resilient.
·smashingmagazine.com·
Regexes Got Good: The History And Future Of Regular Expressions In JavaScript — Smashing Magazine
Flowcharts Syntax | Mermaid
Flowcharts Syntax | Mermaid
Create diagrams and visualizations using text and code.
·mermaid.js.org·
Flowcharts Syntax | Mermaid