Using two script blocks in Vue Single File Components
In this article, the author provides a guide on how you can use two script blocks in one Vue component. - https://dev.to/jacobandrewsky/using-two-script-blocks-in-vue-single-file-components-29l4
#vue
In this article, the author provides a guide on how you can use two script blocks in one Vue component. - https://dev.to/jacobandrewsky/using-two-script-blocks-in-vue-single-file-components-29l4
#vue
DEV Community
Using two script blocks in Vue Single File Components
Hey there! I recently encountered an issue while developing Vue components - I wanted to create a...
Mastering ControlValueAccessor in Angular forms: Never Forget Again
I have been creating form custom components for a long time and each time I have to read about… - https://medium.com/frontend-for-everyone/mastering-controlvalueaccessor-in-angular-forms-never-forget-again-447bc0425011
#angular
I have been creating form custom components for a long time and each time I have to read about… - https://medium.com/frontend-for-everyone/mastering-controlvalueaccessor-in-angular-forms-never-forget-again-447bc0425011
#angular
Medium
Mastering ControlValueAccessor in Angular forms: Never Forget Again
I have been creating form custom components for a long time and each time I have to read about ControlValueAccessor to implement it. There…
JavaScript Meta-programming with Proxies and Reflection
Overview, applications, best practices, and limitations - https://medium.com/ekino-france/javascript-meta-programming-with-proxies-and-reflection-26263fc8b52f
#jaavscript
Overview, applications, best practices, and limitations - https://medium.com/ekino-france/javascript-meta-programming-with-proxies-and-reflection-26263fc8b52f
#jaavscript
Medium
JavaScript Meta-programming with Proxies and Reflection
Overview, applications, best practices, and limitations
System Design Interview Questions: The Ultimate Crash Course
Mastering System Design Interview Questions: Essential Tips and Strategies for Success. - https://levelup.gitconnected.com/system-design-interview-questions-the-ultimate-crash-course-d1f17da93faa
#system #design
Mastering System Design Interview Questions: Essential Tips and Strategies for Success. - https://levelup.gitconnected.com/system-design-interview-questions-the-ultimate-crash-course-d1f17da93faa
#system #design
Medium
System Design Interview Questions: The Ultimate Crash Course
Mastering System Design Interview Questions: Essential Tips and Strategies for Success.
Prisma, Drizzle, TypeORM or Sequalize — When Your Focus Is Scale, Which One To…
Node.js ecosystem is experiencing an interesting development of toolings in the ORM fields. Few years ago, we… - https://medium.com/@tamartwena/node-js-data-access-layer-tools-which-orm-to-choose-40473bc09ad0
#nodejs
Node.js ecosystem is experiencing an interesting development of toolings in the ORM fields. Few years ago, we… - https://medium.com/@tamartwena/node-js-data-access-layer-tools-which-orm-to-choose-40473bc09ad0
#nodejs
Medium
Prisma, Drizzle, TypeORM or Sequalize — When Your Focus Is Scale, Which One To Choose?
Node.js ecosystem is experiencing an interesting development of toolings in the ORM fields. Few years ago, we had the veteran ORMs …
Sticky Headers And Full-Height Elements: A Tricky Combination
Philip Braunen explores why sticky elements don’t play nicely if they have to coordinate with other elements to make up a combined height and presents a solution to fix it. - https://www.smashingmagazine.com/2024/09/sticky-headers-full-height-elements-tricky-combination
#css
Philip Braunen explores why sticky elements don’t play nicely if they have to coordinate with other elements to make up a combined height and presents a solution to fix it. - https://www.smashingmagazine.com/2024/09/sticky-headers-full-height-elements-tricky-combination
#css
Smashing Magazine
Sticky Headers And Full-Height Elements: A Tricky Combination — Smashing Magazine
Sticky positioning is one of those CSS features that’s pretty delicate and can be negated by a lot of things, so here’s another one to add to your mental catalog: Sticky elements don’t play nicely if they have to coordinate with other elements to make up…
Tightly Coupled Components Vue Components with Provide/Inject
Using provide and inject in Vue.js allows you to create tightly coupled components that can share state and behavior.
This pattern is particularly useful for creating reusable UI components. - https://vueschool.io/articles/vuejs-tutorials/tightly-coupled-components-vue-components-with-provide-inject
#vue
Using provide and inject in Vue.js allows you to create tightly coupled components that can share state and behavior.
This pattern is particularly useful for creating reusable UI components. - https://vueschool.io/articles/vuejs-tutorials/tightly-coupled-components-vue-components-with-provide-inject
#vue
vueschool.io
Tightly Coupled Components Vue Components with Provide/Inject - Vue School Articles
In this article, learn how to create tightly coupled components with Vue’s provide/inject functions. This component design strategy is great for creating components that are intuitive to use together and rely on shared state!
Angular 18: Revolutionizing Web Development with Cutting-Edge Features
Angular 18, expected to be released in May 2024, introduces several new features and enhancements aimed at… - https://waqasahmeddev.medium.com/angular-18-revolutionizing-web-development-with-cutting-edge-features-1db3275a6199
#angular
Angular 18, expected to be released in May 2024, introduces several new features and enhancements aimed at… - https://waqasahmeddev.medium.com/angular-18-revolutionizing-web-development-with-cutting-edge-features-1db3275a6199
#angular
Medium
Angular 18: Revolutionizing Web Development with Cutting-Edge Features
Angular 18, expected to be released in May 2024, introduces several new features and enhancements aimed at improving developer experience…
React Compiler Beta Release
Five months ago we got our first official introduction to React Compiler, a new approach to improving React app performance by optimizing code at build time. It’s now a step closer, and React 17+ users and library maintainers are encouraged to give it a spin. - https://react.dev/blog/2024/10/21/react-compiler-beta-release
#react
Five months ago we got our first official introduction to React Compiler, a new approach to improving React app performance by optimizing code at build time. It’s now a step closer, and React 17+ users and library maintainers are encouraged to give it a spin. - https://react.dev/blog/2024/10/21/react-compiler-beta-release
#react
react.dev
React Compiler Beta Release – React
The library for web and native user interfaces
Types Vs Interfaces in TypeScript
TypeScript is full of surprises and some behaviors are only native to TypeScript. - https://javascript.plainenglish.io/types-vs-interfaces-in-typescript-053a3d6c4dc1
#typescript
TypeScript is full of surprises and some behaviors are only native to TypeScript. - https://javascript.plainenglish.io/types-vs-interfaces-in-typescript-053a3d6c4dc1
#typescript
Medium
Types Vs Interfaces in TypeScript
TypeScript is full of surprises and some behaviors are only native to TypeScript.
Is the sticky thing stuck? Is the snappy item snapped? A look at state queries in CSS
Brecht De Ruyte shares first impressions and demos with state queries in CSS and Scroll Snap events in JavaScript. - https://utilitybend.com/blog/is-the-sticky-thing-stuck-is-the-snappy-item-snapped-a-look-at-state-queries-in-css
#css
Brecht De Ruyte shares first impressions and demos with state queries in CSS and Scroll Snap events in JavaScript. - https://utilitybend.com/blog/is-the-sticky-thing-stuck-is-the-snappy-item-snapped-a-look-at-state-queries-in-css
#css
Utilitybend
Is the sticky thing stuck? Is the snappy item snapped? A look at state queries in CSS | utilitybend
Excited to finally explore CSS state queries and Scroll Snap events. This article will showcase initial impressions and demos using these features.
Building a WhatsApp Chat Clone with Nest.js
In this article we are going to implement a sending and receiving messages feature for following whatsapp UI… - https://medium.com/@ChanakaDev/building-a-whatsapp-chat-clone-with-nest-js-320c996ad2ce
#nodejs
In this article we are going to implement a sending and receiving messages feature for following whatsapp UI… - https://medium.com/@ChanakaDev/building-a-whatsapp-chat-clone-with-nest-js-320c996ad2ce
#nodejs
Medium
Building a WhatsApp Chat Clone with Nest.js
In this article we are going to implement a sending and receiving messages feature for following whatsapp UI with Nest.js
How to Read and Write Cookies in Nuxt 3
Learn how to read, write and manage cookies in Nuxt 3 using the useCookie built-in composable. - https://masteringnuxt.com/blog/how-to-read-and-write-cookies-in-nuxt-3
#vue
Learn how to read, write and manage cookies in Nuxt 3 using the useCookie built-in composable. - https://masteringnuxt.com/blog/how-to-read-and-write-cookies-in-nuxt-3
#vue
Masteringnuxt
How to Read and Write Cookies in Nuxt 3
Learn how to read, write and manage cookies in Nuxt 3 using the useCookie built-in composable.
JS Explained: Symbol.dispose and Symbol.asyncDispose
Unlock the secrets of Symbol.dispose and Symbol.asyncDispose for effective resource management in JavaScript. - https://medium.aegis-techno.fr/js-explained-symbol-dispose-and-symbol-asyncdispose-cdd48c7d7f4b
#javascript
Unlock the secrets of Symbol.dispose and Symbol.asyncDispose for effective resource management in JavaScript. - https://medium.aegis-techno.fr/js-explained-symbol-dispose-and-symbol-asyncdispose-cdd48c7d7f4b
#javascript
Medium
JS Explained: Symbol.dispose and Symbol.asyncDispose
Unlock the secrets of Symbol.dispose and Symbol.asyncDispose for effective resource management in JavaScript.
Creating Angular Components: Template-First Declarative Approach
This article explains how to build a reactive and reusable Angular component in a declarative way, using a… - https://medium.com/@eugeniyoz/creating-angular-components-template-first-declarative-approach-00c4a4791270
#angular
This article explains how to build a reactive and reusable Angular component in a declarative way, using a… - https://medium.com/@eugeniyoz/creating-angular-components-template-first-declarative-approach-00c4a4791270
#angular
Medium
Creating Angular Components: Template-First Declarative Approach
This article explains how to build a reactive and reusable Angular component in a declarative way, using a “template-first” approach.
Bad questions for Senior Frontend Dev Interview
How the interview process has turned into a generic ChatGPT template - https://medium.com/@maks-dolgikh/bad-questions-for-senior-frontend-dev-interview-2c94dd937d75
#interview
How the interview process has turned into a generic ChatGPT template - https://medium.com/@maks-dolgikh/bad-questions-for-senior-frontend-dev-interview-2c94dd937d75
#interview
Medium
Bad questions for Senior Frontend Dev Interview
How the interview process has turned into a generic ChatGPT template
Next.js 15 Released
Last week was a big week for the popular (some may even argue default?) React framework with Next.js Conf taking place (more on that later) and this major release. It includes a codemod CLI for easier upgrading, async request APIs, alignment with React 19, and more. - https://nextjs.org/blog/next-15
#react
Last week was a big week for the popular (some may even argue default?) React framework with Next.js Conf taking place (more on that later) and this major release. It includes a codemod CLI for easier upgrading, async request APIs, alignment with React 19, and more. - https://nextjs.org/blog/next-15
#react
nextjs.org
Next.js 15
Next.js 15 introduces React 19 support, caching improvements, a stable release for Turbopack in development, new APIs, and more.
How to Build Your Own Vue-like Reactivity System from Scratch
In this tutorial, the author explains Vue's reactivity by building our own versions of ref() and watchEffect(). Gain a deeper understanding of reactive programming in frontend development. - https://dev.to/alexanderop/how-to-build-your-own-vue-like-reactivity-system-from-scratch-1d2d
#vue
In this tutorial, the author explains Vue's reactivity by building our own versions of ref() and watchEffect(). Gain a deeper understanding of reactive programming in frontend development. - https://dev.to/alexanderop/how-to-build-your-own-vue-like-reactivity-system-from-scratch-1d2d
#vue
DEV Community
How to Build Your Own Vue-like Reactivity System from Scratch
Introduction Understanding the core of modern Frontend frameworks is crucial for every web...
Building the Perfect Logo Strip
Nils Binder shows a clever technique to create a visually balanced row of logos. - https://9elements.com/blog/building-the-perfect-logo-strip
#css
Nils Binder shows a clever technique to create a visually balanced row of logos. - https://9elements.com/blog/building-the-perfect-logo-strip
#css
9elements
Building the Perfect Logo Strip - 9elements
We've all been there: you're working on a website and need to display a row of logos—clients, partners, sponsors—you name it. However, logos come in all shapes and sizes, and making them look good together can be quite challenging. How do you get...
Stop using @ViewChild
Explore how to use attribute directives in Angular to handle direct DOM access efficiently, avoiding common… - https://medium.com/@rk22mar/stop-using-viewchild-36479592bef7
#angular
Explore how to use attribute directives in Angular to handle direct DOM access efficiently, avoiding common… - https://medium.com/@rk22mar/stop-using-viewchild-36479592bef7
#angular
Medium
Part 1: Stop using @ViewChild
Explore how to use attribute directives in Angular to handle direct DOM access efficiently, avoiding common pitfalls with @ViewChild.