15 Years of Twitter vs That One Rich Asshole
Building a website like it's 1999... in 2022 - localghost
The Hidden Beauty of Databases: Explained for Non-Techies Like Never Before - Aman Y. Agarwal
Replace axios with a simple custom fetch wrapper
Axios can do a ton of stuff, but here's a simpler solution that can handle most use cases
Learn Enough Docker to be Useful. Part 1: The Conceptual Landscape | by Jeff Hale | Towards Data Science
The Tech Stack of a Solo-Developer to build a SaaS With React and AWS | Hacker Noon
Learn 📚 | tinyhttp — 0-legacy, tiny & fast web framework as a replacement of Express
tinyhttp is a modern Express-like web framework for Node.js. It uses a bare minimum amount of dependencies trying to avoid legacy hell.
Rethinking Twitter as a Serverless App | CSS-Tricks
In a previous article, we showed how to build a GraphQL API with FaunaDB. We've also written a series of articles explaining how traditional databases built
OpenAPI Specification - Version 3.0.3 | Swagger
Getting Started with Serverless Angular Universal on AWS Lambda - Twilio
Learn to start using the JavaScript framework Angular Universal and deploy your Node.js applications that use it on AWS Lambda in this easy-to-follow programming tutorial.
Distributed Tracing for Complex Systems | Lightstep
Lightstep is the easiest way for developers and SREs to understand complex systems.
Introduction to Varnish — Varnish HTTP Cache
How Netflix Scales its API with GraphQL Federation | Netflix TechBlog
Learn how Netflix uses GraphQL federation for its API architecture, offering a unified, curated API powered by decoupled back-end services.
ooooops I guess we’re* full-stack developers now | CSS-Tricks
Microservices guru says think serverless, not Kubernetes: You don't want to manage 'a towering edifice of stuff' • The Register
The Power of Serverless for Front-End Developers | The Power of Serverless
CSS-Tricks is a website about websites.
Example | NextAuth.js
The example code below describes how to add authentication to a Next.js app.
Passport - Authentication using NodeJS, Express and MongoDB - DEV Community 👩💻👨💻
Install passport, passport-local, passport-local-mongoose Modules npm install passport@0.4.0 passpo...
The State of Micro Frontends - Bits and Pieces
One of the more controversial topics in frontend web dev is microfrontends. Are they worth it? Should you really split up your application?
Immediate mode GUIs | Lambda the Ultimate
Why You Should Choose HTML5 Over — Smashing Magazine
In this article, Bruce Lawson explains what use we have of `` and how authors should mark up headings that are hugely important to AT users.
Build an API with Laravel by Wacky Studio
Build APIs in Laravel with our book build an api with Laravel. The book teaches you about JSON:API specification, test-driven API development in Laravel etc.
Micro Frontends - extending the microservice idea to frontend development
Loading Web Fonts with the Web Font Loader | CSS-Tricks
Several years ago the consensus on font loading in the community was that, as a website loads, all fonts should be hidden until the correct resources have
We have a problem with promises
How to Build a Real-time React and Express Fullstack search engine with Postgres
In this tutorial we will go through and setup a full stack search engine with React as the front end, Node and Express for the server, and PostgreSQL for the database. This search engine will be slightly more complex than a simple text search setup. For example, a user
What if we got aspect-ratio sized images by doing almost nothing? | CSS-Tricks
Say you have an image you're using in an that is 800x600 pixels. Will it actually display as 800px wide on your site? It's very likely that it will not. We