Engineering

Engineering

1026 bookmarks
Custom sorting
CSAF and .well-known - Omar Santos - Medium
CSAF and .well-known - Omar Santos - Medium
The .well-known directory is a convention that is used by web servers to provide information about the server or website to client software. It is a standard way of exposing machine-readable data…
·becomingahacker.org·
CSAF and .well-known - Omar Santos - Medium
Challenge Types
Challenge Types
When you get a certificate from Let’s Encrypt, our servers validate that you control the domain names in that certificate using “challenges,” as defined by the ACME standard. Most of the time, this validation is handled automatically by your ACME client, but if you need to make some more complex configuration decisions, it’s useful to know more about them. If you’re unsure, go with your client’s defaults or with HTTP-01.
·letsencrypt.org·
Challenge Types
✨ Module Bundlers, Demystified: What You Actually Need to Know
✨ Module Bundlers, Demystified: What You Actually Need to Know
Struggling to understand module bundlers? This guide breaks down what they do, why they matter, and how they optimize your frontend apps. Perfect for developers who want faster, more efficient code! 🚀
·frontendjoy.com·
✨ Module Bundlers, Demystified: What You Actually Need to Know
Dopamine addiction to coding
Dopamine addiction to coding
You want to get into coding? You are already coding professionally, but are afraid AI will take your job? The solution is very easy: get…
·medium.com·
Dopamine addiction to coding
How to Think About Security in Next.js
How to Think About Security in Next.js
Learn about what security protections are built-in Next.js and view a guide for auditing applications.
·nextjs.org·
How to Think About Security in Next.js
Rails’ Partial Features You (didn’t) Know
Rails’ Partial Features You (didn’t) Know
Rails partials have many lesser known features. From counters to spacer templates! Learn all there is to know about partials.
·railsdesigner.com·
Rails’ Partial Features You (didn’t) Know
The Joy of Under-Engineering - Ham Vocke
The Joy of Under-Engineering - Ham Vocke
Try building software using basic tools only to declutter your developer toolbox and learn which tools are worth using.
·hamvocke.com·
The Joy of Under-Engineering - Ham Vocke
Handmade Hero
Handmade Hero
An ongoing project to create a complete, professional-quality game accompanied by videos that explain every single line of its source code.
·hero.handmade.network·
Handmade Hero
Epic Web Principles
Epic Web Principles
Learn full-stack web development with Kent C. Dodds and the Epic Web instructors. Learn TypeScript, React, Node.js, and more through hands-on workshops.
·epicweb.dev·
Epic Web Principles
If Not React, Then What? - Infrequently Noted
If Not React, Then What? - Infrequently Noted
Frameworkism is now the dominant creed of today's frontend discourse, and it's bullshit. We owe it to ourselves and to our users to reject dogma and embrace engineering as a discipline that strives to serve users first and foremost.
·infrequently.org·
If Not React, Then What? - Infrequently Noted
Introduction to Components
Introduction to Components
Components are the core building block in which all applications written with React, Angular, and Vue are built. Let's explore what they are and how to build them.
·playfulprogramming.com·
Introduction to Components
Functional documentation
Functional documentation
Thoughts on making our documentation as reusable as our code.
·heydonworks.com·
Functional documentation
Testing HTML With Modern CSS
Testing HTML With Modern CSS
CSS can be a great HTML testing tool, especially in 2024
·heydonworks.com·
Testing HTML With Modern CSS