Why Sweating the Details Matter: Flask, port 5000, localhost, Safari and macOS
Pop quiz : Suppose you are developing a Flask app. Flask uses port 5000 as its default port. Now suppose that you have your Flask app running on mac…
Tech news from the best sources
Pop quiz : Suppose you are developing a Flask app. Flask uses port 5000 as its default port. Now suppose that you have your Flask app running on mac…
You Probably Don't Need a Server for That A few months ago I needed to convert about forty HEIC photos from my phone into PNGs. The first three resu…
grep -rl "esm.sh/[email protected]" src/ came back with forty-one files. Forty-one places where the same CDN URL, pinned to the same version, was ty…
Browser automation is already a solved problem. At least, that's what I thought before I started working on Figranium. There are excellent projects…
You type: https://example.com Press Enter . A few milliseconds later, the website appears. Simple, right? Not really. 😄 Behind that single Enter key…
Making a dog talk with zero backend: in-browser segmentation, WebGL lip sync and real MP4 export DEV Weekend Challenge: Dog Days Edition Submission…
Can React create HTML that the browser itself wouldn't allow? Sounds wrong, right? That's what I thought too. But while experimenting with React, I…
Ever tried to build a smooth swipe or pinch gesture on mobile only to find it firing weird events, missing touches, or blocking scroll? If you’ve be…
This is a submission for DEV's Summer Bug Smash: Smash Stories powered by Sentry . Introduction Let me start by saying I am an Open-source contribut…
Ever had that moment when you tab through a form and suddenly the familiar glowing outline appears around a button or input? That subtle highlight,…
About 10 years ago I fell in love with Vue.js. The easy-to-learn syntax and reactivity were a joy to work with, and HMR (hot module replacement) add…
A while back I set myself a slightly unhinged goal: build a web browser from scratch in Node.js and Electron no external HTML/CSS/layout libraries,…
I love Prisma. I have shipped Prisma to production more times than I care to count. It changed how a lot of us write TypeScript against databases. B…
Our indicator looks like this: an icon + a label. The browser has an indicator for when a user is in private mode. The indicator lives in two places…
You Don't Need MIDI-OX Anymore: Building a SysEx Librarian with the Web MIDI API If you own a Yamaha DX7 or a Roland Juno-106, you already know the…
"To defend a system, you must first think like the attacker." I'll tell you this: the browser is one of the most hostile execution environments ever…
A free, client-side tool for hashing text — no installation, no account, no server. What Is a Hash and When Do You Need One? A hash function takes a…
The question comes up every time someone recommends a free, no-account tool: "How does this even stay online? How are they paying for servers?" It's…
Originally posted on Medium In the first post I sketched out what an enterprise browser is and laid the foundation for my proof-of-concept, enterpri…
Related: Network Optimization for SPAs and React Apps covers the broader network optimization picture including HTTP caching and API request optimiz…
Related: Critical CSS: What Render-Blocking Really Means and How Inlining Fixes It covers the related optimization of eliminating render-blocking CS…
Most people pick the first image tool that appears in a Google search, create an account when asked, and never think about it again. That's a reason…
Related: The Browser Main Thread and Rendering Pipeline explains the full rendering pipeline that critical CSS inlining is optimizing for. Lighthous…
Something quiet happened to the web over the last few years. Tools that used to demand your email address before showing you anything now just... wo…
# Click-Line I got tired of fighting my browser, so I built this While working and browsing daily, I kept running into the same tiny frustrations: M…
Here's something that didn't happen with an announcement: the floor for what a browser can compute, without sending your data anywhere, has risen co…
If you're a Mac user who prefers Chrome, Firefox, Brave, Arc, or any browser other than Safari, you've probably experienced this frustrating moment:…
I recently had a requirement where, if a user opens the app in multiple browser tabs, only one tab can be active at a time, and the rest are locked.…
April is one of those months where the tool discovery inbox fills up faster than usual. Partly it's spring project energy, partly it's that the no-a…