Engineering

Engineering

1001 bookmarks
Custom sorting
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
JavaScript Gom Jabbar
JavaScript Gom Jabbar
What's inside that package.json? Pain.
·frantic.im·
JavaScript Gom Jabbar
CommonJS is hurting JavaScript
CommonJS is hurting JavaScript
How CommonJS became Node's module system, ESM solved modules for the browser, and why supporting both slows down the JavaScript ecosystem.
·deno.com·
CommonJS is hurting JavaScript
How to Write More Efficient JavaScript Conditions
How to Write More Efficient JavaScript Conditions
When you're coding in JavaScript, conditions are important for developing a functional application. Conditional statements are important because you use them as "validators" which can either return truth or false. You can then use them to trigger further actions within the program. But with many long, messy if statements
·freecodecamp.org·
How to Write More Efficient JavaScript Conditions
DVLA Software Developers: Behind the Screens - Department for Transport Careers
DVLA Software Developers: Behind the Screens - Department for Transport Careers
I’m Tom Collins and I am Principal Software Engineer at the Driver and Vehicle Licencing Agency. More specifically I work within Service Creation where we focus on digital product delivery across several major workstreams. A software developer is a multi-disciplined person who is capable of designing, developing, maintaining, updating, testing, and evaluating software systems and processes. You may […]
·careers.dft.gov.uk·
DVLA Software Developers: Behind the Screens - Department for Transport Careers
2023 State of Web Components
2023 State of Web Components
Looking at uses of Web Components in the wild today and how the platform has grown over the years and is likely to evolve in the future.
·eisenbergeffect.medium.com·
2023 State of Web Components
Understanding React Concurrency
Understanding React Concurrency
React v18.0 has broken ground by introducing a long-awaited feature: Concurrency! Unfortunately, despite a deluge of resources explaining how to use it, explanations of how it works are sparse. As it is a low-level feature, it’s not critical to understand React’s idea of concurrency, but it doesn’t hurt!
·bbss.dev·
Understanding React Concurrency
You Might Not Need React Query
You Might Not Need React Query
React Query is a great library, but like any tool, you should choose it for the right problem
·tkdodo.eu·
You Might Not Need React Query