Engineering

Engineering

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
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?
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
Snappy UI Optimization with useDeferredValue
Snappy UI Optimization with useDeferredValue
useDeferredValue is one of the most underrated React hooks. It allows us to dramatically improve the performance of our applications in certain contexts. I recently used it to solve a gnarly performance problem on this blog, and in this tutorial, I'll show you how! ⚡
·joshwcomeau.com·
Snappy UI Optimization with useDeferredValue
Learn programmatic SEO
Learn programmatic SEO
Practical Programmatic is a complete course that teaches you everything you need to get started building programmatic SEO projects - with code, no-code, or AI content.
·practicalprogrammatic.com·
Learn programmatic SEO
Index - OpenNext
Index - OpenNext
Open source Next.js serverless adapter
·open-next.js.org·
Index - OpenNext
An introduction to decision tree theory
An introduction to decision tree theory
Decision tree series At Precision Analytics, we focus on finding the best tools to address the scientific question in front of us and machine learning is one useful option. Decision trees are a good place to start learning about machine learning because they offer an intuitive means of analyzing and predicting data. We wanted to showcase an application of decision trees in heath and related sciences, though the content will be equally relevant to other disciplines.
·precision-analytics.ca·
An introduction to decision tree theory
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
Why you should probably be using SQLite
Why you should probably be using SQLite
Where you store your application data has enormous impacts on your entire application. There are implications on the entire stack based on what you decide to...
·epicweb.dev·
Why you should probably be using SQLite
Introducing Garnet – an open-source, next-generation, faster cache-store for accelerating applications and services - Microsoft Research
Introducing Garnet – an open-source, next-generation, faster cache-store for accelerating applications and services - Microsoft Research
Garnet is a cache-store system that addresses growing demand for data storage to support interactive web applications and services. Offering several advantages over legacy cache-stores, Garnet is now available as an open-source download.
·microsoft.com·
Introducing Garnet – an open-source, next-generation, faster cache-store for accelerating applications and services - Microsoft Research
5 principles from Amazon’s culture to be a better engineer
5 principles from Amazon’s culture to be a better engineer
Unlock the secrets of engineering excellence with insights from Amazon's culture. Learn how to navigate company politics, foster a culture of excellence, and make fast, informed decisions.
·strategizeyourcareer.com·
5 principles from Amazon’s culture to be a better engineer
Tutorial: Introduction - Expo Documentation
Tutorial: Introduction - Expo Documentation
An introduction to a tutorial on how to build a universal app that runs on Android, iOS and the web using Expo.
·docs.expo.dev·
Tutorial: Introduction - Expo Documentation
Making Use of Code Coverage
Making Use of Code Coverage
Dive into the contentious world of code coverage. Learn its nuances, pitfalls, and practical applications for modern web app testing
·epicweb.dev·
Making Use of Code Coverage