Building a Node App with TypeScript
Learn how to set up TypeScript to bundle a Node app using pnpm, Node, TypeScript, and ES modules for a seamless development experience, all from someone who knows a thing or two about TypeScript! - https://www.totaltypescript.com/typescript-and-node
#nodejs
Learn how to set up TypeScript to bundle a Node app using pnpm, Node, TypeScript, and ES modules for a seamless development experience, all from someone who knows a thing or two about TypeScript! - https://www.totaltypescript.com/typescript-and-node
#nodejs
Total TypeScript
Build a Node App with TypeScript
Learn how to set up TypeScript to bundle a Node app using pnpm, Node.js, TypeScript, and ES Modules for a seamless development experience.
👍5
How to migrate Angular CoreModule to standalone APIs
In this article we’re going to learn how to migrate commonly used Angular CoreModule (or any other Angular…
- https://tomastrajan.medium.com/how-to-migrate-angular-core-module-to-standalone-apis-206282541eb5
#angular
In this article we’re going to learn how to migrate commonly used Angular CoreModule (or any other Angular…
- https://tomastrajan.medium.com/how-to-migrate-angular-core-module-to-standalone-apis-206282541eb5
#angular
Medium
How to migrate Angular CoreModule to standalone APIs
In this article we’re going to learn how to migrate commonly used Angular CoreModule (or any other Angular module) to standalone APIs!
👍5🤔2
Simplest implementation for Vue Server-side Rendering with any Backend
In this article the author takes a look at how to set up Server-side rendering using PHP + Laravel & Vue 3. - https://sethphat.dev/simplest-implementation-for-vue-server-side-rendering-with-any-backend
#vue
In this article the author takes a look at how to set up Server-side rendering using PHP + Laravel & Vue 3. - https://sethphat.dev/simplest-implementation-for-vue-server-side-rendering-with-any-backend
#vue
Seth Phat Blog
⭐️ Simplest implementation for Vue Server-side Rendering with any Backend
Hey guys,
I recently discovered & successfully implemented server-side rendering using PHP + Laravel & Vue 3. Thought I would note them down here and share them with you guys, so I did 😉
With this simplest way, you will have the up-and-running Serve...
I recently discovered & successfully implemented server-side rendering using PHP + Laravel & Vue 3. Thought I would note them down here and share them with you guys, so I did 😉
With this simplest way, you will have the up-and-running Serve...
👍4
You Want border-color: transparent, Not border: none
Dave Rupert explains why, instead of removing the border from elements entirely, you should set the border-color to transparent instead. - https://frontendmasters.com/blog/you-want-border-color-transparent-not-border-none
#css
Dave Rupert explains why, instead of removing the border from elements entirely, you should set the border-color to transparent instead. - https://frontendmasters.com/blog/you-want-border-color-transparent-not-border-none
#css
Frontendmasters
You Want border-color: transparent, Not border: none
If you find yourself removing a border from an element that has a border and are tempted to use border: 0 , border: none, or outline: none, I’d urge you to stop for a moment and reconsider. It’s like the old G.K. Chesterton saying about fences: Do not remove…
👍7
Enhancing Frontend architecture using Federated Modules - https://medium.com/airteldigital/enhancing-frontend-architecture-using-federated-modules-3d1961afb66e
#microfrontends
#microfrontends
Medium
Enhancing Frontend architecture using Federated Modules
Written By- Arshmeet Singh
👍5
Setting up an Express.js App with TypeScript in 2024
This hour-long video doesn’t focus on building an Express.js app itself, but on getting everything set up and working in a very clear, easy to follow way with a variety of modern - https://www.youtube.com/watch?v=Be7X6QJusJA
#nodejs
This hour-long video doesn’t focus on building an Express.js app itself, but on getting everything set up and working in a very clear, easy to follow way with a variety of modern - https://www.youtube.com/watch?v=Be7X6QJusJA
#nodejs
YouTube
Express JS with TypeScript - Setup, Examples, Testing
*DISCLAIMER*
This is NOT a full in depth tutorial on Express JS. It is only designed to walk you through the setup process of installing TypeScript, getting it up and running with Express, and show you examples of type annotating arguments. I have also added…
This is NOT a full in depth tutorial on Express JS. It is only designed to walk you through the setup process of installing TypeScript, getting it up and running with Express, and show you examples of type annotating arguments. I have also added…
👍5
Useful Vue Utils with VueUse
In this article, the author talks a bit more about VueUse and how much you can get out of it. And believe me, you will gain a lot - https://dev.to/jacobandrewsky/useful-vue-utils-with-vueuse-17ap
#vue
In this article, the author talks a bit more about VueUse and how much you can get out of it. And believe me, you will gain a lot - https://dev.to/jacobandrewsky/useful-vue-utils-with-vueuse-17ap
#vue
DEV Community
Useful Vue Utils with VueUse
I always heard good words and recommendations about VueUse but I never really had a chance to use it...
👍7
Angular OnPush Change Detection Strategy: An Illustrated Guide
Master Angular’s OnPush change detection strategy with this illustrated guide. - https://medium.com/angular-gems/angular-on-push-change-detection-strategy-bef4af0727b3
#angular
Master Angular’s OnPush change detection strategy with this illustrated guide. - https://medium.com/angular-gems/angular-on-push-change-detection-strategy-bef4af0727b3
#angular
Medium
Angular OnPush Change Detection Strategy: An Illustrated Guide
Master Angular’s OnPush change detection strategy with this illustrated guide.
👍4
A highly configurable switch component using modern CSS techniques
Andy Bell shows how to build a highly configurable switch component using modern CSS, such as :has(), container queries, Logical Properties, and Custom Properties. - https://piccalil.li/blog/a-highly-configurable-switch-component-using-modern-css
#css
Andy Bell shows how to build a highly configurable switch component using modern CSS, such as :has(), container queries, Logical Properties, and Custom Properties. - https://piccalil.li/blog/a-highly-configurable-switch-component-using-modern-css
#css
Piccalilli
A highly configurable switch component using modern CSS techniques
Learn how build a highly configurable switch component using modern CSS, such as :has(), container queries, Logical Properties and Custom Properties.
👍7
Improve React Component Maintainability with Layered Architecture
Unlocking the Secrets to Building Scalable and Maintainable React Components - https://blog.bitsrc.io/improve-react-component-maintainability-with-layered-architecture-25e74ba86430
#react
Unlocking the Secrets to Building Scalable and Maintainable React Components - https://blog.bitsrc.io/improve-react-component-maintainability-with-layered-architecture-25e74ba86430
#react
Medium
Improve React Component Maintainability with Layered Architecture
Unlocking the Secrets to Building Scalable and Maintainable React Components
👍5❤1
Use Parcel Macros in Other Bundlers with unplugin-parcel-macros
Macros, as implemented in Parcel (and Bun!), are JS functions that run at build time whose results are inlined into a bundle in place of the original call. You can now use this feature with webpack, Vite, Rollup, esbuild, etc. - https://github.com/devongovett/unplugin-parcel-macros
#parsel
Macros, as implemented in Parcel (and Bun!), are JS functions that run at build time whose results are inlined into a bundle in place of the original call. You can now use this feature with webpack, Vite, Rollup, esbuild, etc. - https://github.com/devongovett/unplugin-parcel-macros
#parsel
GitHub
GitHub - devongovett/unplugin-parcel-macros
Contribute to devongovett/unplugin-parcel-macros development by creating an account on GitHub.
👍2
A Beginner's Guide to Worker Threads in Node
Worker threads provide a way to create independent JavaScript execution threads that run in parallel. - https://betterstack.com/community/guides/scaling-nodejs/nodejs-workers-explained/
#nodejs
Worker threads provide a way to create independent JavaScript execution threads that run in parallel. - https://betterstack.com/community/guides/scaling-nodejs/nodejs-workers-explained/
#nodejs
Betterstack
Node.js Multithreading: A Beginner's Guide to Worker Threads | Better Stack Community
Node.js is more suitable for I/O-heavy workloads, but this doesn't mean you can't run CPU-heavy operations efficiently. Worker threads provide a way to do just that!
👍4
Understanding and Measuring Nuxt Performance – Vue.js 3 Performance
This article is the fist part of a series on Performance in Vue 3 and will focus on performance in an application and what makes an application termed as fast. - https://vueschool.io/articles/vuejs-tutorials/understanding-and-measuring-nuxt-performance-vue-js-3-performance/
#vue
This article is the fist part of a series on Performance in Vue 3 and will focus on performance in an application and what makes an application termed as fast. - https://vueschool.io/articles/vuejs-tutorials/understanding-and-measuring-nuxt-performance-vue-js-3-performance/
#vue
vueschool.io
Understanding and Measuring Nuxt and Vue.js Performance - Vue School Articles
Master the art of measuring and optimizing Nuxt and Vue.js performance with key strategies to improve your app’s speed and user experience.
👍2
Learn These Viewport-Relative CSS Units (100vh, 100dvh, 100lvh, 100svh)
George Martsoukos covers the challenges of working with the classic 100vh unit to make full-screen sections and discusses some alternative CSS units. - https://webdesign.tutsplus.com/learn-these-viewport-relative-css-units-100vh-100dvh-100lvh-100svh--cms-108537t
#css
George Martsoukos covers the challenges of working with the classic 100vh unit to make full-screen sections and discusses some alternative CSS units. - https://webdesign.tutsplus.com/learn-these-viewport-relative-css-units-100vh-100dvh-100lvh-100svh--cms-108537t
#css
Web Design Envato Tuts+
Learn these viewport-relative CSS units (100vh, 100dvh, 100lvh,...
In this tutorial, we’ll cover the challenges when working with the classic 100vh unit for making full-screen sections and discuss some great alternative CSS units.
👍9
Incremental Static Regeneration for Angular
In Angular v16 we got a new hydration system. It was also hinted that experiments for partial hydration and… - https://blog.angular.io/incremental-static-regeneration-for-angular-c12745ff4b48
#angular
In Angular v16 we got a new hydration system. It was also hinted that experiments for partial hydration and… - https://blog.angular.io/incremental-static-regeneration-for-angular-c12745ff4b48
#angular
Medium
Incremental Static Regeneration for Angular
In Angular v16 we got a new hydration system. It was also hinted that experiments for partial hydration and resumability are in the works…
👍7
React Server Components Now in RedwoodJS
If you thought RSCs were a Next.js phenomenon, think again. Implementations are popping up all over, such as in Waku and now RedwoodJS, a full-stack framework founded by GitHub co-founder Tom Preston-Werner that leans on React, Prisma and other technologies to provide a great DX ‘out of the box.’ This post digs deep into how RSCs are used and how they can supplant Redwood’s use of GraphQL. - https://redwoodjs.com/blog/rsc-now-in-redwoodjs
#react
If you thought RSCs were a Next.js phenomenon, think again. Implementations are popping up all over, such as in Waku and now RedwoodJS, a full-stack framework founded by GitHub co-founder Tom Preston-Werner that leans on React, Prisma and other technologies to provide a great DX ‘out of the box.’ This post digs deep into how RSCs are used and how they can supplant Redwood’s use of GraphQL. - https://redwoodjs.com/blog/rsc-now-in-redwoodjs
#react
👍6
Comparing JavaScript Frameworks: Templates
A thorough comparison of the template languages used by React, Vue, Angular and Svelte. Interesting analysis and this looks set to turn into a great series. - https://www.maartenhus.nl/blog/comparing-javascript-frameworks-part-1-templates/
#javascript
A thorough comparison of the template languages used by React, Vue, Angular and Svelte. Interesting analysis and this looks set to turn into a great series. - https://www.maartenhus.nl/blog/comparing-javascript-frameworks-part-1-templates/
#javascript
www.maartenhus.nl
Comparing JavaScript Frameworks part 1: templates
Comparing the template languages of React, Vue, Angular and Svelte.
👍5👀1
Vue 3 Velocity: The Cache Busting Blueprint
Browser caching is a powerful optimization technique employed to enhance the performance of web applications. The term “cache-busting” refers to the intentional invalidation or versioning of static assets, compelling the browser to fetch fresh resources when changes occur. In this article, the author introduces cache-busting and provides detailed knowledge on you can implement cache-busting in a Vue 3 project. - https://medium.com/@khalidoghli7/vue-3-velocity-the-cache-busting-blueprint-704cfa80ae3c
#vue
Browser caching is a powerful optimization technique employed to enhance the performance of web applications. The term “cache-busting” refers to the intentional invalidation or versioning of static assets, compelling the browser to fetch fresh resources when changes occur. In this article, the author introduces cache-busting and provides detailed knowledge on you can implement cache-busting in a Vue 3 project. - https://medium.com/@khalidoghli7/vue-3-velocity-the-cache-busting-blueprint-704cfa80ae3c
#vue
Medium
Vue 3 Velocity: The Cache Busting Blueprint
A Deep Dive into Advanced Cache Busting Techniques
👍5
Parsing Hacker News's 'Who's Hiring' Threads with OpenAI and Node - https://www.jbernier.com/p?id=hn-who-is-hiring-chatgpt
#nodejs
#nodejs
Jbernier
Jeremy Bernier
Jeremy Bernier - Software Engineer, Builder, Thinker, World Traveler
👍2🔥1