Engineering

Engineering

983 bookmarks
Custom sorting
Building the Tailwind Blog with Next.js - Tailwind CSS
Building the Tailwind Blog with Next.js - Tailwind CSS
One of the things we believe as a team is that everything we make should be sealed with a blog post. Forcing ourselves to write up a short announcement post for every project we work on acts as a built-in quality check, making sure that we never call a project "done" until we feel comfortable telling the world it's out there. The problem was that up until today, we didn't actually have anywhere to publish those posts!
·tailwindcss.com·
Building the Tailwind Blog with Next.js - Tailwind CSS
My muscle-memory git toolbox
My muscle-memory git toolbox
This blog post has been on my to-do list ever since I saw Daniel Stenberg’s blog post “This is how I git” (November 2020). I thought, “I should do one of those posts, too!” This post focuses on my basic muscle-memory git commands. There are at least two other major Git subtopics this post doesn’t mention at all: “branching discipline” (what is a release branch? what’s the difference between rebase and merge?) and “hygiene” (how big should a commit be? what does a good commit message look like?). That is — as usual for this blog — we’re talking tactics, not strategy.
·quuxplusone.github.io·
My muscle-memory git toolbox
The five principles of modern developer tools | Knock
The five principles of modern developer tools | Knock
A deep dive into how modern developer tools bring typing, CI/CD integration, and version control to engineering teams where they work.
·knock.app·
The five principles of modern developer tools | Knock
Passkeys: A No-Frills Explainer On The Future Of Password-Less Authentication — Smashing Magazine
Passkeys: A No-Frills Explainer On The Future Of Password-Less Authentication — Smashing Magazine
Passkeys are beginning to make their way into popular apps, from password managers to multi-factor authenticators, but what exactly are they? As this new technology promises to make passwords a thing of the past, Neal Fennimore explains the concepts behind passkeys, demonstrates how they work, and speculates what we might expect from them in the future.
·smashingmagazine.com·
Passkeys: A No-Frills Explainer On The Future Of Password-Less Authentication — Smashing Magazine
Finding You: The Network Effect of Telecommunications Vulnerabilities for Location Disclosure - The Citizen Lab
Finding You: The Network Effect of Telecommunications Vulnerabilities for Location Disclosure - The Citizen Lab
This report provides a comprehensive guide to geolocation-related threats sourced from 3G, 4G, and 5G network operators. Case studies, references, examples, and evidence are provided to give a complete and contextual understanding of mobile network-based location tracking in order to formulate policies and actions that protect civil society from current and future geolocation surveillance.
·citizenlab.ca·
Finding You: The Network Effect of Telecommunications Vulnerabilities for Location Disclosure - The Citizen Lab
Wasm By Example
Wasm By Example
A hands-on introduction into WebAssembly ( Wasm ). Containing simple wasm examples and wasm tutorials on how to implement concepts and various tasks using WebAssembly.
·wasmbyexample.dev·
Wasm By Example
Push Ifs Up And Fors Down
Push Ifs Up And Fors Down
A short note on two related rules of thumb.
·matklad.github.io·
Push Ifs Up And Fors Down
What’s new in CVSS 4.0? | Snyk
What’s new in CVSS 4.0? | Snyk
In this blog post, we will highlight Snyk’s view on the new vulnerability scoring framework, CVSS 4.0, which was released on November 1, 2023.
·snyk.io·
What’s new in CVSS 4.0? | Snyk
Include Only Relevant Details In Tests
Include Only Relevant Details In Tests
This article was adapted from a Google Testing on the Toilet (TotT) episode. You can download a printer-friendly version of this TotT e...
·testing.googleblog.com·
Include Only Relevant Details In Tests
Simplify Your Control Flows
Simplify Your Control Flows
This is another post in our Code Health series. A version of this post originally appeared in Google bathrooms worldwide as a Google Tes...
·testing.googleblog.com·
Simplify Your Control Flows
Why are React-Scripts a big deal in React?
Why are React-Scripts a big deal in React?
Understand the purpose of react-scripts and the power it brings to building React apps efficiently
·blog.bitsrc.io·
Why are React-Scripts a big deal in React?
Introducing the Netlify Composable Web Platform
Introducing the Netlify Composable Web Platform
Announcing the Netlify Composable Web Platform — the foundation for companies looking to modernize their web architecture to ship faster, reduce risk, and drive higher revenue.
·netlify.com·
Introducing the Netlify Composable Web Platform
The complete guide to WebSockets with React
The complete guide to WebSockets with React
Discover everything you need to know about using WebSockets with React, including how to build a smooth realtime cursor experience from scratch.
·ably.com·
The complete guide to WebSockets with React
Rust for JavaScript Developers: An Overview of Testing
Rust for JavaScript Developers: An Overview of Testing
This article explores how you can test a web application in Rust and compares it to the way you would do it in JavaScript - covering unit tests, integration tests and API testing as well as mocking.
·shuttle.rs·
Rust for JavaScript Developers: An Overview of Testing
What I learned building an audio plugins system for the web
What I learned building an audio plugins system for the web
About a month ago I released an app I’d been working on for awhile, Volca Sampler. If you visit the app you might be a bit confused, but among the niche group of folks who own a KORG volca sample hardware sample synthesizer, this app has been very well-received. It embeds KORG’s open-source C library for transferring audio data to the volca sample, making it much easier to load one’s own sounds onto the device.
·blog.benwiley.org·
What I learned building an audio plugins system for the web
How to use NPM packages outside of Node - Neon
How to use NPM packages outside of Node - Neon
Learn how to run NPM packages in other places — such as Vercel Edge Functions, or even web browsers — using a couple of simple techniques.
·neon.tech·
How to use NPM packages outside of Node - Neon