Advanced Guide to Module Federation
There are plenty of articles about setting up Webpack’s Module Federation. But almost all the articles focus… - https://medium.com/@randombitsdev/advanced-guide-to-module-federation-8f25431cbf3c
#microfrontends
There are plenty of articles about setting up Webpack’s Module Federation. But almost all the articles focus… - https://medium.com/@randombitsdev/advanced-guide-to-module-federation-8f25431cbf3c
#microfrontends
Medium
Advanced Guide to Module Federation
There are plenty of articles about setting up Webpack’s Module Federation. But almost all the articles focus on the basics. Here I will go…
Building a Quiz App Powered by Nuxt Content 1
This is first article in a two-part tutorial on using Nuxt Content to build a quiz application. - https://masteringnuxt.com/blog/building-a-quiz-app-powered-by-nuxt-content
#vue
This is first article in a two-part tutorial on using Nuxt Content to build a quiz application. - https://masteringnuxt.com/blog/building-a-quiz-app-powered-by-nuxt-content
#vue
Masteringnuxt
Building a Quiz App Powered by Nuxt Content (Part 1)
In this tutorial, we'll be using Nuxt Content to build a quiz application.
Desert Racer: World's First CSS-Only Swipe-Aware Game!
Philip Warkentien II created a CSS-only, no JS, no checkbox, swipe-aware (scroll-aware) game. In this article, you’ll learn exactly how it was built. - https://dev.to/warkentien2/desert-racer-worlds-first-css-only-swipe-aware-game-4j0h
#css
Philip Warkentien II created a CSS-only, no JS, no checkbox, swipe-aware (scroll-aware) game. In this article, you’ll learn exactly how it was built. - https://dev.to/warkentien2/desert-racer-worlds-first-css-only-swipe-aware-game-4j0h
#css
DEV Community
Desert Racer 🏜️: World's First CSS-only Swipe-Aware Game!
A CSS-only, no JS, no checkbox, swipe-aware (scroll-aware) game. With config options and...
Using ReactToPrint to Generate a Printable Document
Use ReactToPrint to add a print feature to your React app while preserving your document’s neat, consistent appearance. - https://blog.logrocket.com/using-react-to-print-generate-printable-document/
#react
Use ReactToPrint to add a print feature to your React app while preserving your document’s neat, consistent appearance. - https://blog.logrocket.com/using-react-to-print-generate-printable-document/
#react
LogRocket Blog
Using react-to-print to generate a printable document - LogRocket Blog
ReactToPrint is a great tool for easily adding a print feature to your React app while preserving your document's neat, consistent look.
Hexagonal Architecture with Nest.js and TypeScript
Understanding Hexagonal Architecture - https://kisztof.medium.com/hexagonal-architecture-with-nest-js-and-typescript-f181cc7b6452
#nodejs
Understanding Hexagonal Architecture - https://kisztof.medium.com/hexagonal-architecture-with-nest-js-and-typescript-f181cc7b6452
#nodejs
Medium
Hexagonal Architecture with Nest.js and TypeScript
Understanding Hexagonal Architecture
How to Refactor Your Angular App from RxJS to Angular Signals
It has been some time since Angular introduced signals, and the community began to discuss whether it is a… - https://javascript.plainenglish.io/how-to-refactoryour-angular-app-from-rxjs-to-angular-signals-f33876579a38
#angular
It has been some time since Angular introduced signals, and the community began to discuss whether it is a… - https://javascript.plainenglish.io/how-to-refactoryour-angular-app-from-rxjs-to-angular-signals-f33876579a38
#angular
Medium
How to Refactor Your Angular App from RxJS to Angular Signals
It has been some time since Angular introduced signals, and the community began to discuss whether it is a step forward or a step back. For…
An Interactive Guide to CSS Container Queries
Ahmad Shadeed shares an interactive guide to container queries, explaining the problems they solve, how they work, and how you can use them today in your workflows. - https://ishadeed.com/article/css-container-query-guide
#css
Ahmad Shadeed shares an interactive guide to container queries, explaining the problems they solve, how they work, and how you can use them today in your workflows. - https://ishadeed.com/article/css-container-query-guide
#css
Ishadeed
An Interactive Guide to CSS Container Queries
Learn how to use CSS container queries today.
8 Advanced JavaScript Interview Questions for Senior Roles
JavaScript is a powerful language that is one of the primary building blocks of the web. This powerful… - https://levelup.gitconnected.com/8-advanced-javascript-interview-questions-for-senior-roles-c59e1b0f83e1
#javascript #interview
JavaScript is a powerful language that is one of the primary building blocks of the web. This powerful… - https://levelup.gitconnected.com/8-advanced-javascript-interview-questions-for-senior-roles-c59e1b0f83e1
#javascript #interview
Medium
8 Advanced JavaScript Interview Questions for Senior Roles
JavaScript is a powerful language that is one of the primary building blocks of the web. This powerful language also has some of its…
Advanced Transaction Management with NestJS & TypeORM
If you want to follow along easier in the advanced transaction management part, clone the… - https://medium.com/@dev.muhammet.ozen/advanced-transaction-management-with-nestjs-typeorm-43a839363491
#nodejs
If you want to follow along easier in the advanced transaction management part, clone the… - https://medium.com/@dev.muhammet.ozen/advanced-transaction-management-with-nestjs-typeorm-43a839363491
#nodejs
Medium
Advanced Transaction Management with NestJS & TypeORM
IMPORTANT NOTE:
If you want to follow along easier in the advanced transaction management part, clone the following repository…
If you want to follow along easier in the advanced transaction management part, clone the following repository…
Flaky Tests in React: Detection, Prevention and Tools - https://semaphoreci.com/blog/flaky-react
#react
#react
Semaphore
Flaky Tests In React: Detection, Prevention and Tools - Semaphore
This guide explores the causes, detection, and fixes for flaky tests in React, ensuring code quality and a smooth user experience.
Optimizing Angular Form Validation with Lazy Load
Lazy loading is a technique used to improve the performance of web applications by only loading the necessary… - https://netbasal.com/optimizing-angular-form-validation-with-lazy-load-61265536a6f2
#angular
Lazy loading is a technique used to improve the performance of web applications by only loading the necessary… - https://netbasal.com/optimizing-angular-form-validation-with-lazy-load-61265536a6f2
#angular
Medium
Optimizing Angular Form Validation with Lazy Load
Lazy loading is a technique used to improve the performance of web applications by only loading the necessary code and resources when…
Setting And Persisting Color Scheme Preferences With CSS And A “Touch” Of JavaScript
Henry Bley-Vroman will walk you through a new possibility to implement Dark Mode that leans into cutting-edge CSS, with minimal JavaScript to support persisting the user’s color scheme preference across pages. - https://www.smashingmagazine.com/2024/03/setting-persisting-color-scheme-preferences-css-javascript
#css
Henry Bley-Vroman will walk you through a new possibility to implement Dark Mode that leans into cutting-edge CSS, with minimal JavaScript to support persisting the user’s color scheme preference across pages. - https://www.smashingmagazine.com/2024/03/setting-persisting-color-scheme-preferences-css-javascript
#css
Smashing Magazine
Setting And Persisting Color Scheme Preferences With CSS And A “Touch” Of JavaScript — Smashing Magazine
There are many ways to approach a “Dark Mode” feature that respects a user’s system color scheme preferences and allows for per-site customization. Henry Bley-Vroman walks through a new possibility that leans into cutting-edge CSS, with minimal JavaScript…
Why You Should Say Goodbye to Mixins and Embrace Composables
Vuejs 3 introduced composables as the new way to define logic that is shared and re-used among components. In this article, the author outlines the missing pieces offered composables as an excellent replacement for mixins. - https://levelup.gitconnected.com/why-you-should-say-goodbye-to-mixins-and-embrace-composables-9749d8fac9fc
#vue
Vuejs 3 introduced composables as the new way to define logic that is shared and re-used among components. In this article, the author outlines the missing pieces offered composables as an excellent replacement for mixins. - https://levelup.gitconnected.com/why-you-should-say-goodbye-to-mixins-and-embrace-composables-9749d8fac9fc
#vue
Medium
Why You Should Say Goodbye to Mixins and Embrace Composables
From Mixins to Composables: Unleashing Clarity in Your Codebase
Optimizing JavaScript for Fun and for Profit
A tour of several things to avoid to keep your code running fast and smooth, complete with examples. While the performance ground upon which we walk is often shifting, many of these things are good, common sense practices. - https://romgrk.com/posts/optimizing-javascript
#javascript
A tour of several things to avoid to keep your code running fast and smooth, complete with examples. While the performance ground upon which we walk is often shifting, many of these things are good, common sense practices. - https://romgrk.com/posts/optimizing-javascript
#javascript
Romgrk
Optimizing Javascript for fun and for profit
romgrk's personal blog
Using Angular cache with library
How the angular cache can interfere with the build of an application. - https://coco-boudard.medium.com/using-angular-cache-with-library-1744e5b8627b
#angular
How the angular cache can interfere with the build of an application. - https://coco-boudard.medium.com/using-angular-cache-with-library-1744e5b8627b
#angular
Medium
Using Angular cache with library
How the angular cache can interfere with the build of an application.
__dirname is Back in Node with ES Modules
In an ES module, instead of using __dirname or __filename, you can now use import.meta.dirname and import.meta.filename - https://www.sonarsource.com/blog/dirname-node-js-es-modules/
#nodejs
In an ES module, instead of using __dirname or __filename, you can now use import.meta.dirname and import.meta.filename - https://www.sonarsource.com/blog/dirname-node-js-es-modules/
#nodejs
Sonarsource
__dirname is back in Node.js with ES modules
Node.js is reducing friction when using ES modules by making it easier to get the current module directory name
React Server Components in a Nutshell
A quick overview of RSCs that’s not focused around Next.js! Paul compares the approach taken by several frameworks before sharing his broader thoughts on the technology and why the small Waku framework is worth a look. - https://thenewstack.io/react-server-components-in-a-nutshell/
#react
A quick overview of RSCs that’s not focused around Next.js! Paul compares the approach taken by several frameworks before sharing his broader thoughts on the technology and why the small Waku framework is worth a look. - https://thenewstack.io/react-server-components-in-a-nutshell/
#react
The New Stack
React Server Components in a Nutshell
Paul Scanlon uses Waku to show how RSCs give React developers access to asynchronous server-side requests and data at the component level.
Type Predicate Inference: The TS 5.5 Feature No One Expected
And another from Matt, who’s getting excited about the forthcoming inclusion of type predicate inference from function bodies in TypeScript 5.5. - https://www.totaltypescript.com/type-predicate-inference
#typescript
And another from Matt, who’s getting excited about the forthcoming inclusion of type predicate inference from function bodies in TypeScript 5.5. - https://www.totaltypescript.com/type-predicate-inference
#typescript
Total TypeScript
Type Predicate Inference: The TS 5.5 Feature No One Expected
TypeScript 5.5 introduces type predicate inference from function bodies, simplifying type narrowing and making development easier.
Infinite-Scrolling Logos In Flat HTML And Pure CSS
Silvestar Bistrović demonstrates a CSS-only technique to create an infinite-scrolling list of images with as little HTML as possible. - https://www.smashingmagazine.com/2024/04/infinite-scrolling-logos-html-css
#css
Silvestar Bistrović demonstrates a CSS-only technique to create an infinite-scrolling list of images with as little HTML as possible. - https://www.smashingmagazine.com/2024/04/infinite-scrolling-logos-html-css
#css
Smashing Magazine
Infinite-Scrolling Logos In Flat HTML And Pure CSS — Smashing Magazine
Remember the HTML `` element? It’s deprecated, so it’s not like you’re going to use it when you need some sort of horizontal auto-scrolling feature. That’s where CSS comes in because it has all the tools we need to pull it off. Silvestar Bistrović demonstrates…