Found 258 bookmarks
Newest
Example | NextAuth.js
Example | NextAuth.js
The example code below describes how to add authentication to a Next.js app.
·next-auth.js.org·
Example | NextAuth.js
The State of Micro Frontends - Bits and Pieces
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?
·blog.bitsrc.io·
The State of Micro Frontends - Bits and Pieces
Why You Should Choose HTML5 Over — Smashing Magazine
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.
·smashingmagazine.com·
Why You Should Choose HTML5 Over — Smashing Magazine
Build an API with Laravel by Wacky Studio
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.
·buildanapi.com·
Build an API with Laravel by Wacky Studio
Loading Web Fonts with the Web Font Loader | CSS-Tricks
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
·css-tricks.com·
Loading Web Fonts with the Web Font Loader | CSS-Tricks
How to Build a Real-time React and Express Fullstack search engine with Postgres
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
·freecodecamp.org·
How to Build a Real-time React and Express Fullstack search engine with Postgres