Engineering

Engineering

983 bookmarks
Custom sorting
Node.js Toolbox
Node.js Toolbox
Find actively maintained and popular libraries in the Node.js ecosystem
·nodejstoolbox.com·
Node.js Toolbox
Creating an NPX tool
Creating an NPX tool
A guide to creating an NPX tool accessible from anywhere, 'no download required'.
·nayte.dev·
Creating an NPX tool
Node.js's Config Hell Problem
Node.js's Config Hell Problem
Why a Next.js project has over 30 configuration files and what we can do to avoid it.
·deno.com·
Node.js's Config Hell Problem
Evading JavaScript Anti-Debugging Techniques
Evading JavaScript Anti-Debugging Techniques
Debuggers serve as invaluable tools that empower developers to halt code execution and thoroughly analyze its behavior at any given moment. By utilizing debuggers, developers can efficiently identify and resolve issues within their code, making it an indispensable part of their toolkit.
·nullpt.rs·
Evading JavaScript Anti-Debugging Techniques
A software engineer's guide to A/B testing - PostHog
A software engineer's guide to A/B testing - PostHog
As a software engineer, you have two options: YOLO every change and hope they have the desired impact. Track user metrics and run A/B tests to verify…
·posthog.com·
A software engineer's guide to A/B testing - PostHog
Folder Structure — in the remote era.
Folder Structure — in the remote era.
Why the simple thing as folder structure can save your product team 49% of your productive time to locate adequate actionable information ↗
·medium.com·
Folder Structure — in the remote era.
Introducing Baseline
Introducing Baseline
At Google I/O 2023 we announced Baseline, learn more about this initiative and why we think it's important.
·web.dev·
Introducing Baseline
Building software the Swarmia way
Building software the Swarmia way
There’s no one right way to build software. In this post, we share how we build ours — as well as the reasons behind those decisions.
·swarmia.com·
Building software the Swarmia way
Import stories in tests
Import stories in tests
Storybook is a frontend workshop for building UI components and pages in isolation. Thousands of teams use it for UI development, testing, and documentation. It’s open source and free.
·storybook.js.org·
Import stories in tests
Fixing INP with a VIEWPORT tag
Fixing INP with a VIEWPORT tag
So I woke up yesterday being scolded by Google. An email from Google Search Console Team with subject "Core Web Vitals INP issues detected on your site". Huh?! It was about this WordPress-powered site that you're reading now (phpied.com). The Interaction to Next Paint metric (INP for short) was in
·phpied.com·
Fixing INP with a VIEWPORT tag
Starting an Expo App
Starting an Expo App
Let’s walk through starting a React Native app with Expo, Typescript, ESLint, Prettier, Jest, and React Native Testing Library.
·thoughtbot.com·
Starting an Expo App
Finding RSS feeds
Finding RSS feeds
I love RSS, and I love that it exists. RSS is an open standard for “content syndication”, which basically means you can scrape a list of content from a website and then read it wherever and however you want. Because it’s an open standard, and a fairly simple one at
·theorangeone.net·
Finding RSS feeds
The Man Behind the Big Tech Comics
The Man Behind the Big Tech Comics
Manu Cornet created some of the most referenced Big Tech comics. Today, he shares how he drew his "famous" comic on tech org structures, and an excerpt from his book on Twitter.
·newsletter.pragmaticengineer.com·
The Man Behind the Big Tech Comics
Unified Versus Split Diff
Unified Versus Split Diff
Which is better for code reviews, a unified diff or a split diff?
·matklad.github.io·
Unified Versus Split Diff
Streamline Your Software Testing with Batch Testing
Streamline Your Software Testing with Batch Testing
By employing batch testing, we can validate various scenarios and edge cases related to user registration in a consolidated manner.
·hackernoon.com·
Streamline Your Software Testing with Batch Testing