A Look At “use cache”, Next.js's Latest Take on Data Caching
Explained in Jack’s usual tight, expertful fashion. - https://www.youtube.com/watch?v=ZDRGEewXkrs
#react
Explained in Jack’s usual tight, expertful fashion. - https://www.youtube.com/watch?v=ZDRGEewXkrs
#react
YouTube
“use cache” NextJS’s latest take on data caching
NextJS 15 has three different ways to handle data caching. Let's take a look at all three ways to cache data in your React app to get the best performance you can.
Code: https://github.com/jherr/three-nextjs-caching-variations
CacheLife: https://nextjs.…
Code: https://github.com/jherr/three-nextjs-caching-variations
CacheLife: https://nextjs.…
View Transitions API: Single Page Apps Without a Framework
Umar Hansa shares a practical guide to View Transitions. - https://www.debugbear.com/blog/view-transitions-spa-without-framework
#css
Umar Hansa shares a practical guide to View Transitions. - https://www.debugbear.com/blog/view-transitions-spa-without-framework
#css
Debugbear
View Transition API: Single Page Apps Without a Framework | DebugBear
An introduction to View Transitions, a modern web platform feature to improve user experience and perceived performance
How to Read Files Quickly in Node and vs Bun - https://lemire.me/blog/2024/03/12/how-to-read-files-quickly-in-javascript/
#nodejs
#nodejs
Exploring JavaScript Symbols
Symbols were a new ‘quirky little primitive’ (as Trevor puts it) that arrived with ES6 ten years ago, but they continue to be poorly understood. Trevor boils them down really well, including a little side quest into the likely-to-be-deprecated ‘species.’ - https://www.trevorlasn.com/blog/symbols-in-javascript
#javascript
Symbols were a new ‘quirky little primitive’ (as Trevor puts it) that arrived with ES6 ten years ago, but they continue to be poorly understood. Trevor boils them down really well, including a little side quest into the likely-to-be-deprecated ‘species.’ - https://www.trevorlasn.com/blog/symbols-in-javascript
#javascript
Exploring JavaScript Symbols
Deep dive into JavaScript Symbols - what they are, why they matter, and how to use them effectively
Angular 18 — Zoneless & Change Detection
Clear examples of change detection on different application triggers. Click, Input + NgModel, AsyncPipe… - https://itnext.io/angular-18-zoneless-change-detection-381bfdcdd13e
#angular
Clear examples of change detection on different application triggers. Click, Input + NgModel, AsyncPipe… - https://itnext.io/angular-18-zoneless-change-detection-381bfdcdd13e
#angular
Medium
Angular 18 — Zoneless & Change Detection
Clear examples of change detection on different application triggers. Click, Input + NgModel, AsyncPipe, Signal, Web API — setInterval
Google OAuth in React: A Beginner’s Guide to Authentication - https://marmelab.com/blog/2024/11/18/google-authentication-react.html
#react
#react
Marmelab
Google OAuth in React: A Beginner’s Guide to Authentication
How to use Google Identity Services as the authentication provider in a React application, a step-by-step tutorial.
Understanding Security in Angular Applications: Best Practices and…
In the modern web development landscape, security is a critical aspect that cannot be overlooked. With the… - https://medium.com/@rakesh.mr.0341/understanding-security-in-angular-applications-best-practices-and-implementation-edc773863d8a
#angular
In the modern web development landscape, security is a critical aspect that cannot be overlooked. With the… - https://medium.com/@rakesh.mr.0341/understanding-security-in-angular-applications-best-practices-and-implementation-edc773863d8a
#angular
Medium
Understanding Security in Angular Applications: Best Practices and Implementation
In the modern web development landscape, security is a critical aspect that cannot be overlooked. With the rise of sophisticated cyber threats, ensuring the safety of user data and application…
Come to the light-dark() Side
Sara Joy demonstrates modern CSS features that make respecting user color scheme preferences trivial. - https://css-tricks.com/come-to-the-light-dark-side
#css
Sara Joy demonstrates modern CSS features that make respecting user color scheme preferences trivial. - https://css-tricks.com/come-to-the-light-dark-side
#css
CSS-Tricks
Come to the light-dark() Side | CSS-Tricks
Dark mode interfaces have matured a lot in the past few years. We all know the "traditional" approach using media queries but in this article, Sara Joy demonstrates modern CSS features that make respecting user color scheme preferences pretty darn easy.
Controlling When Components are Loaded in Nuxt
Explore how to optimize your Nuxt app’s performance by controlling when components load. Learn about lazy components, prefetching, and making components asynchronous to enhance user experience and reduce initial load times. - https://masteringnuxt.com/blog/controlling-when-components-are-loaded-in-nuxt
#vue
Explore how to optimize your Nuxt app’s performance by controlling when components load. Learn about lazy components, prefetching, and making components asynchronous to enhance user experience and reduce initial load times. - https://masteringnuxt.com/blog/controlling-when-components-are-loaded-in-nuxt
#vue
Masteringnuxt
Controlling When Components are Loaded in Nuxt
Explore how to optimize your Nuxt app’s performance by controlling when components load. Learn about lazy components, prefetching, and making components asynchronous to enhance user experience and reduce initial load times.
Feature-Based React Architecture
“In a feature-based architecture, each feature is decoupled from the others as much as possible. This way we can keep the components and their data fetching functions focused on their domain.” - https://www.robinwieruch.de/react-feature-architecture/
#react
“In a feature-based architecture, each feature is decoupled from the others as much as possible. This way we can keep the components and their data fetching functions focused on their domain.” - https://www.robinwieruch.de/react-feature-architecture/
#react
www.robinwieruch.de
Feature-based React Architecture
How to create a feature-based React architecture that allows large scale applications ...
Most-Used Distributed System Design Patterns
Distributed system design patterns provide architects and developers with proven solutions and best practices… - https://medium.com/javarevisited/most-used-distributed-system-patterns-d5d90ffedf33
#system #design #patterns
Distributed system design patterns provide architects and developers with proven solutions and best practices… - https://medium.com/javarevisited/most-used-distributed-system-patterns-d5d90ffedf33
#system #design #patterns
Medium
Most-Used Distributed System Design Patterns
Distributed system design patterns provide architects and developers with proven solutions and best practices for designing and…
At Last! Simple Details/Summary Animation With Pure CSS
Kevin Powell shows how to easily animate details/summary elements using modern CSS. - https://www.youtube.com/watch?v=Vzj3jSUbMtI
#css
Kevin Powell shows how to easily animate details/summary elements using modern CSS. - https://www.youtube.com/watch?v=Vzj3jSUbMtI
#css
YouTube
Animate details & summary with a few lines of CSS
If you’ve ever used a details/summary, you’ve definitely wished there was an easy way to animate them opening and closing. Well, thanks to to modern CSS, this is becoming possible! And while browser support isn’t perfect for a lot of this, it’s the perfect…
Node.js 22 Runtime Now Available in AWS Lambda
AWS’s popular serverless platform, which initially launched with only Node.js support, has just turned ten, and this week adds official support for the latest Node LTS release too. - https://aws.amazon.com/ru/blogs/compute/node-js-22-runtime-now-available-in-aws-lambda/
#nodejs
AWS’s popular serverless platform, which initially launched with only Node.js support, has just turned ten, and this week adds official support for the latest Node LTS release too. - https://aws.amazon.com/ru/blogs/compute/node-js-22-runtime-now-available-in-aws-lambda/
#nodejs
Amazon
Node.js 22 runtime now available in AWS Lambda | Amazon Web Services
This post is written by Julian Wood, Principal Developer Advocate, and Andrea Amorosi, Senior SA Engineer. You can now develop AWS Lambda functions using the Node.js 22 runtime, which is in active LTS status and ready for production use. Node.js 22 includes…
Introduction to Command Pattern in Angular
There are a few ways to delegate tasks. In this scenario, the display mode of path visualization will be… - https://medium.com/a-layman/introduction-of-command-pattern-in-angular-bdef4038ac48
#angular
There are a few ways to delegate tasks. In this scenario, the display mode of path visualization will be… - https://medium.com/a-layman/introduction-of-command-pattern-in-angular-bdef4038ac48
#angular
Medium
Introduction to Command Pattern in Angular
There are a few ways to delegate tasks. In this scenario, the display mode of path visualization will be changed when the option of…
6 Principles of High-Performance Software Development Team
Marc Andreessen, co-founder and general partner of venture capital firm Andreessen Horowitz, said, “Software… - https://medium.com/beyond-agile-leadership/6-principles-of-high-performance-software-development-team-7bc1f5021add
#software #-development
Marc Andreessen, co-founder and general partner of venture capital firm Andreessen Horowitz, said, “Software… - https://medium.com/beyond-agile-leadership/6-principles-of-high-performance-software-development-team-7bc1f5021add
#software #-development
Medium
6 Principles of High-Performance Software Development Team
Marc Andreessen, co-founder and general partner of venture capital firm Andreessen Horowitz, said, “Software is eating the world.” The…
Create Your Own Cloudflare Workers AI LLM Playground Using NuxtHub and NuxtUI
Learn how to build your own AI LLM Playground using Cloudflare Workers, NuxtHub, and NuxtUI. This guide walks you through the process, offering a step-by-step tutorial for integrating these tools into your project - https://dev.to/ra_jeeves/create-your-own-cloudflare-workers-ai-llm-playground-using-nuxthub-and-nuxtui-3f1m
#vue
Learn how to build your own AI LLM Playground using Cloudflare Workers, NuxtHub, and NuxtUI. This guide walks you through the process, offering a step-by-step tutorial for integrating these tools into your project - https://dev.to/ra_jeeves/create-your-own-cloudflare-workers-ai-llm-playground-using-nuxthub-and-nuxtui-3f1m
#vue
DEV Community
Create Your Own Cloudflare Workers AI LLM Playground Using NuxtHub and NuxtUI
You might be wondering, 'Another LLM (Large Language Model) playground? Aren't there plenty of these...
Building a Teleprompter App in 30 Minutes with AI
Building apps with AI powered tools isn’t that unusual nowadays, but if you’ve never seen the process, this is a good look at the process all the way through to deployment. He uses Vercel’s v0, Replit and Cursor. - https://www.youtube.com/watch?v=PbqYgK1xpms
#react
Building apps with AI powered tools isn’t that unusual nowadays, but if you’ve never seen the process, this is a good look at the process all the way through to deployment. He uses Vercel’s v0, Replit and Cursor. - https://www.youtube.com/watch?v=PbqYgK1xpms
#react
YouTube
Building a Teleprompter App in 30 mins using Vercel v0, Replit & Cursor.AI
*Get my best prompts here (for free!) → https://kilian.id/prompts*
Walking you step by step through how I build a teleprompter app as a non-technical person with no coding education. To build this app, I used Vercel v0, Replit & Cursor.AI. If I can do it…
Walking you step by step through how I build a teleprompter app as a non-technical person with no coding education. To build this app, I used Vercel v0, Replit & Cursor.AI. If I can do it…
Avoiding False Positives in Node.js Tests
Specifically, avoiding loose/unstrict equality checks, overly general assertions, shallow equality, and misunderstandings over what assertions are doing. - https://blog.appsignal.com/2024/11/20/avoiding-false-positives-in-nodejs-tests.html
#nodejs
Specifically, avoiding loose/unstrict equality checks, overly general assertions, shallow equality, and misunderstandings over what assertions are doing. - https://blog.appsignal.com/2024/11/20/avoiding-false-positives-in-nodejs-tests.html
#nodejs
Appsignal
Avoiding False Positives in Node.js Tests | AppSignal Blog
Let's examine several common false positive patterns that can crop up in Node.js test suites.