Speeding Up Your Sass Compilation in Vite and Webpack
James Stuckey Weber shares a guide on speeding up your Sass compilation in Vite and Webpack. - https://www.oddbird.net/2024/08/14/sass-compiler
#css #sass
James Stuckey Weber shares a guide on speeding up your Sass compilation in Vite and Webpack. - https://www.oddbird.net/2024/08/14/sass-compiler
#css #sass
OddBird
Speeding Up Your Sass Compilation in Vite and Webpack
A quick guide to adopting the modern Sass API
Multithreaded Programming in Node.js using Atomics
Worker threads enable you to write multi-threaded Node apps, but sharing resources across them can quickly become tricky. Atomics can help you avoid some of the pain. - https://pavel-romanov.com/multithreading-in-nodejs-using-atomics-for-safe-shared-memory-operations
#nodejs
Worker threads enable you to write multi-threaded Node apps, but sharing resources across them can quickly become tricky. Atomics can help you avoid some of the pain. - https://pavel-romanov.com/multithreading-in-nodejs-using-atomics-for-safe-shared-memory-operations
#nodejs
Pavel Romanov
Multithreaded Programming in Node.js using Atomics
Learn how to use Atomics in Node.js for safe shared memory operations and avoid race conditions in multithreaded environments
Module Federation using Angular Standalone Components
In 6 Steps - https://medium.com/frontend-for-everyone/module-federation-using-angular-standalone-components-in-6-steps-bb851b081a59
#angular
In 6 Steps - https://medium.com/frontend-for-everyone/module-federation-using-angular-standalone-components-in-6-steps-bb851b081a59
#angular
Medium
Module Federation using Angular Standalone Components — In 6 Steps
This is part 2 of the series on Module Federation.
Nuxt build vs Nuxt Generate what is the difference?
This article offers a brief info on the Nuxt commands for deploying your Nuxt app and the differences between them. - https://dev.to/leamsigc/nuxt-build-vs-nuxt-generate-what-is-the-difference-759
#vue
This article offers a brief info on the Nuxt commands for deploying your Nuxt app and the differences between them. - https://dev.to/leamsigc/nuxt-build-vs-nuxt-generate-what-is-the-difference-759
#vue
DEV Community
Nuxt build vs Nuxt Generate what is the difference?
What is the difference ? In the nuxt docs for Cloudflare deployment...
21 Talks from Chain React 2024
Chain React was a React Native conference that took place last month in Portland, Oregon. Catch up with what went on in this playlist, including building React Native apps for TVs, how to optimize React Native performance, or Jack Herrington showing off how to build a local-first semantic search system inside a React Native app. - https://www.youtube.com/playlist?list=PLE7tQUdRKcyb81ybEVsrk6PfxXu7pJs1i#chainreact2024
#react
Chain React was a React Native conference that took place last month in Portland, Oregon. Catch up with what went on in this playlist, including building React Native apps for TVs, how to optimize React Native performance, or Jack Herrington showing off how to build a local-first semantic search system inside a React Native app. - https://www.youtube.com/playlist?list=PLE7tQUdRKcyb81ybEVsrk6PfxXu7pJs1i#chainreact2024
#react
YouTube
Chain React 2024
Catch up on all of the talks from the 5th annual U.S. React Native Conference held in Portland, OR July 18-19, 2024. At Chain React, you'll find talks, live ...
Top LeetCode Patterns for FAANG Coding Interviews
A Software Engineer’s Guide to Conquering FAANG Interviews with High-ROI Coding Patterns. - https://levelup.gitconnected.com/top-leetcode-patterns-for-faang-coding-interviews-5558b3357f7f
#interview #leetcode
A Software Engineer’s Guide to Conquering FAANG Interviews with High-ROI Coding Patterns. - https://levelup.gitconnected.com/top-leetcode-patterns-for-faang-coding-interviews-5558b3357f7f
#interview #leetcode
Medium
Top LeetCode Patterns for FAANG Coding Interviews
A Software Engineer’s Guide to Conquering FAANG Interviews with High-ROI Coding Patterns.
How to Deploy Node to AWS Lambda with OpenTofu and GitHub Actions
Someone on Hacker News joked that this is how to deploy a Node.js app enterprise-style. A lot of tooling is involved, but this is the reality for many developers, and Meysam walks through the steps. - https://developer-friendly.blog/blog/2024/09/02/how-to-deploy-nodejs-to-aws-lambda-with-opentofu--github-actions/#setting-up-your-development-environment
#nodejs
Someone on Hacker News joked that this is how to deploy a Node.js app enterprise-style. A lot of tooling is involved, but this is the reality for many developers, and Meysam walks through the steps. - https://developer-friendly.blog/blog/2024/09/02/how-to-deploy-nodejs-to-aws-lambda-with-opentofu--github-actions/#setting-up-your-development-environment
#nodejs
developer-friendly.blog
How to Deploy NodeJS to AWS Lambda with OpenTofu & GitHub Actions - Developer Friendly Blog
Learn to deploy NodeJS apps to AWS Lambda using IaC and GitHub Actions for CI/CD. A comprehensive guide for engineers implementing GitOps.
Feature Detect CSS @starting-style Support
Bramus Van Damme shows a clever way to detect @starting-style at-rule support. - https://www.bram.us/2024/07/11/feature-detect-css-starting-style-support
#css
Bramus Van Damme shows a clever way to detect @starting-style at-rule support. - https://www.bram.us/2024/07/11/feature-detect-css-starting-style-support
#css
Bram.us
Feature detect CSS @starting-style support
Awaiting browser support for at-rule(), here’s how you do it.
It’s Time to Talk About Import Map, Micro Frontend, and Nx Monorepo
How leveraging native import map overrides can significantly benefit your micro frontend architecture - https://javascript.plainenglish.io/its-time-to-talk-about-import-map-micro-frontend-and-nx-monorepo-0b8e2c07568a
#angular
How leveraging native import map overrides can significantly benefit your micro frontend architecture - https://javascript.plainenglish.io/its-time-to-talk-about-import-map-micro-frontend-and-nx-monorepo-0b8e2c07568a
#angular
Medium
⏰ It’s Time to Talk About Import Map, Micro Frontend, and Nx Monorepo
How leveraging native import map overrides can significantly benefit your micro frontend architecture
What Are Micro-Frontends Really For?
You’ll learn how micro-frontends got lost in the microservices hype and their true purpose and value. - https://drpicox.medium.com/what-are-micro-frontends-for-aad66e9c2cf8
#microfrontends
You’ll learn how micro-frontends got lost in the microservices hype and their true purpose and value. - https://drpicox.medium.com/what-are-micro-frontends-for-aad66e9c2cf8
#microfrontends
Medium
What Are Micro-Frontends Really For?
You’ll learn how micro-frontends got lost in the microservices hype and their true purpose and value.
Revuelution: Using GSAP with Nuxt3
Nuxt offers a set of powerful built-in tools for handling data fetching. This article examines the different methods Nuxt provides us for data fetching. - https://ninja-army.hashnode.dev/revuelution-using-gsap-with-nuxt3
#vue
Nuxt offers a set of powerful built-in tools for handling data fetching. This article examines the different methods Nuxt provides us for data fetching. - https://ninja-army.hashnode.dev/revuelution-using-gsap-with-nuxt3
#vue
Ninja Army (Joschi)
GSAP in Nuxt3
Learn how to use GSAP in Nuxt3 to supercharge your web animations. Discover the powerful features of GSAP and the modern development experience of Nuxt3..
How to Use React Compiler
The compiler feature in React 19 is generating a lot of buzz — this “complete guide”, as described by this author, covers much of what you'll need to get started. - https://www.freecodecamp.org/news/react-compiler-complete-guide-react-19/
#react
The compiler feature in React 19 is generating a lot of buzz — this “complete guide”, as described by this author, covers much of what you'll need to get started. - https://www.freecodecamp.org/news/react-compiler-complete-guide-react-19/
#react
freeCodeCamp.org
How to Use React Compiler – A Complete Guide
In this tutorial, you'll learn how the React compiler can help you write more optimized React applications. React is a user interface library that has been doing its job quite well for over a decade. The component architecture, uni-directional data f...
CSS Olympic Rings
Amit Sheen shares a creative guide on building animated 3D olympic rings in CSS. - https://css-tricks.com/css-olympic-rings
#css
Amit Sheen shares a creative guide on building animated 3D olympic rings in CSS. - https://css-tricks.com/css-olympic-rings
#css
CSS-Tricks
CSS Olympic Rings | CSS-Tricks
It was a few years ago during the 2020 Olympics in Tokyo 2020 that I made a demo of animated 3D Olympic rings. I like it, it looks great, and I love the
How to Share Code Between Micro Frontends
Sharing context, functionality, and styles between micro frontends - https://blog.bitsrc.io/how-to-share-code-between-micro-frontends-13297520fade
#microfrontends
Sharing context, functionality, and styles between micro frontends - https://blog.bitsrc.io/how-to-share-code-between-micro-frontends-13297520fade
#microfrontends
Medium
How to Share Code Between Micro Frontends
Sharing context, functionality, and styles between micro frontends
setImmediate() vs setTimeout()
setImmediate is considered deprecated in the browser space, but its different behavior still has a role to play in Node. - https://www.trevorlasn.com/blog/setimmediate-vs-settimeout-in-javascript
#nodejs
setImmediate is considered deprecated in the browser space, but its different behavior still has a role to play in Node. - https://www.trevorlasn.com/blog/setimmediate-vs-settimeout-in-javascript
#nodejs
setImmediate() vs setTimeout() in JavaScript
both setImmediate() and setTimeout() are used for scheduling tasks, but they work differently.
Using shallowRef in Vue to improve performance
shallowRef is a great utility in Vue.js that could help improve performance of your website if you are dealing with huge data structures like nested objects or arrays. - https://dev.to/jacobandrewsky/using-shallowref-in-vue-to-improve-performance-559f
#vue
shallowRef is a great utility in Vue.js that could help improve performance of your website if you are dealing with huge data structures like nested objects or arrays. - https://dev.to/jacobandrewsky/using-shallowref-in-vue-to-improve-performance-559f
#vue
DEV Community
Using shallowRef in Vue to improve performance
Handling large data structures in frontend applications is not easy. However, I recently learned...
Why Build-Time Components Are a Leap Forward for Content Sites
Zeno Rocha, of Resend, says that “this is simply the best explanation of how to compile Markdown in React apps.” High praise indeed. - https://codehike.org/blog/build-time-components
#react
Zeno Rocha, of Resend, says that “this is simply the best explanation of how to compile Markdown in React apps.” High praise indeed. - https://codehike.org/blog/build-time-components
#react
codehike.org
Build-time Components
Why React Server Components are a leap forward for content-driven websites
Enhancing Angular Component Flexibility with Fallback Content in ng-content
Angular v18 Introduces Fallback Content for ng-content Slots - https://netbasal.com/enhancing-angular-component-flexibility-with-fallback-content-in-ng-content-50637eea7dd5
#angular
Angular v18 Introduces Fallback Content for ng-content Slots - https://netbasal.com/enhancing-angular-component-flexibility-with-fallback-content-in-ng-content-50637eea7dd5
#angular
Medium
Enhancing Angular Component Flexibility with Fallback Content in ng-content
Angular v18 Introduces Fallback Content for ng-content Slots
As a Frontend Dev, Don’t You Even Know How to Use Symbol?
Symbol is one of the primitive data types in JavaScript, it represents a unique, immutable value, usually… - https://javascript.plainenglish.io/as-a-frontend-dev-dont-you-even-know-how-to-use-symbol-a7111b08a899
#javascript
Symbol is one of the primitive data types in JavaScript, it represents a unique, immutable value, usually… - https://javascript.plainenglish.io/as-a-frontend-dev-dont-you-even-know-how-to-use-symbol-a7111b08a899
#javascript
Medium
As a Frontend Dev, Don’t You Even Know How to Use Symbol?
Symbol is one of the primitive data types in JavaScript, it represents a unique, immutable value, usually used as the key value of object…
The Article Element
Heydon Pickering explains everything you need to know about the HTML article element. - https://heydonworks.com/article/the-article-element
#css
Heydon Pickering explains everything you need to know about the HTML article element. - https://heydonworks.com/article/the-article-element
#css
HeydonWorks
The article element
An unofficial guide to the HTML article element