A Handy Use For Cascade Layers
Michelle Barker demonstrates a practical use case for Cascade Layers. - http://amp.gs/jGSCL
#css
Michelle Barker demonstrates a practical use case for Cascade Layers. - http://amp.gs/jGSCL
#css
👍5
Strategy Design Pattern in Angular
Implementing Strategy Pattern in Angular is easy when we have good basics - http://amp.gs/jGSrZ
#angular
Implementing Strategy Pattern in Angular is easy when we have good basics - http://amp.gs/jGSrZ
#angular
👍5
BFF Architecture
Though it has a funny name, BFF architecture is a simple yet effective concept. BFF stands for Backend For Frontend, and what is basically means is that we create a backend for every type of frontend our system has, such as mobile, desktop, web browser and more. This way we can streamline the integration between the frontend and the backend.
Read more about BFF pattern in this great introduction on mobilelive. - http://amp.gs/jGSwD
#bff #architecture
Though it has a funny name, BFF architecture is a simple yet effective concept. BFF stands for Backend For Frontend, and what is basically means is that we create a backend for every type of frontend our system has, such as mobile, desktop, web browser and more. This way we can streamline the integration between the frontend and the backend.
Read more about BFF pattern in this great introduction on mobilelive. - http://amp.gs/jGSwD
#bff #architecture
👍7🥰1
👍3❤1
Refactoring a Component from Vue 2 Options API to Vue 3 Composition API
Vue 3 is gaining traction, and sooner than later, every codebase will need to be migrated. It comes with many new paradigms and API changes, but the one that stands out is the Composition API. - http://amp.gs/jGNkV
#vue
Vue 3 is gaining traction, and sooner than later, every codebase will need to be migrated. It comes with many new paradigms and API changes, but the one that stands out is the Composition API. - http://amp.gs/jGNkV
#vue
Medium
Refactoring a Component from Vue 2 Options API to Vue 3 Composition API
Vue 3 is gaining traction, and sooner than later, every codebase will need to be migrated. It comes with many new paradigms and API…
🐳3👍1💩1
Using Grid Named Areas to Visualize (and Reference) Your Layout
Preethi Selvam shows how to use grid-template-areas to visualize a grid layout. - http://amp.gs/jGNrB
#css
Preethi Selvam shows how to use grid-template-areas to visualize a grid layout. - http://amp.gs/jGNrB
#css
CSS-Tricks
Using Grid Named Areas to Visualize (and Reference) Your Layout | CSS-Tricks
Whenever we build simple or complex layouts using CSS Grid, we're usually positioning items with line numbers. Grid layouts contain grid lines that are
👍4
Shell Scripting with Node.js
Axel is too humble to call this an ‘Ultimate Guide’ or the like, but it is. After months digging into the guts of Node, npm, and the technicalities of shell scripting, he’s released a complete book. You can support him by buying it in various useful formats and/or read it online for free. A new resource to bookmark for sure. - http://amp.gs/jGNHL
#nodejs
Axel is too humble to call this an ‘Ultimate Guide’ or the like, but it is. After months digging into the guts of Node, npm, and the technicalities of shell scripting, he’s released a complete book. You can support him by buying it in various useful formats and/or read it online for free. A new resource to bookmark for sure. - http://amp.gs/jGNHL
#nodejs
👍3
React Router 6.4: Bringing in the Remix Features
The latest release of the popular router adds data loading, data mutation, pending navigation, and error handling APIs from Remix, bringing them to every React Router app. - http://amp.gs/jGAkl
#react #router
The latest release of the popular router adds data loading, data mutation, pending navigation, and error handling APIs from Remix, bringing them to every React Router app. - http://amp.gs/jGAkl
#react #router
remix.run
React Router 6.4 Release
React Router 6.4 was released today, adding all of data loading, data mutation, pending navigation, and error handling APIs from Remix to every React Router app.
👍7
Unit Testing Vue Apps: Tips, Tricks, and Best Practices
This talk breaks down how unit testing in Vue works and explains how to set up an easy-to-use framework for any Vue app so that your tests most accurately represent how a user would interact with your platform. - http://amp.gs/jGAUP
#vue
This talk breaks down how unit testing in Vue works and explains how to set up an easy-to-use framework for any Vue app so that your tests most accurately represent how a user would interact with your platform. - http://amp.gs/jGAUP
#vue
Vue Mastery
Unit Testing Vue Apps: Tips, Tricks, and Best Practices
Unit testing is something you've been told you should do, but have you ever wondered why? Or what you should test? Or how to test what you should test? In this talk, we'll break down the answers to all of these questions. We'll also talk about how to set…
👍7
What is domain-centric architecture?
Based on the XConf 2020 presentation: What is Domain Centric Architecture and why do you need it in your… - http://amp.gs/jGAHh
#architecture
Based on the XConf 2020 presentation: What is Domain Centric Architecture and why do you need it in your… - http://amp.gs/jGAHh
#architecture
👍6
How to profile the runtime performance of an Angular app
Performance problems are aggravating. - http://amp.gs/jGqIF
#angular
Performance problems are aggravating. - http://amp.gs/jGqIF
#angular
Medium
How to profile the runtime performance of an Angular app
Performance problems are as aggravating as being crammed into an airplane seat with broken glass in your underwear.
👍4
CSS Container Queries Are Finally Here
Ahmad Shadeed explains how container queries work, how you can use them, and what the syntax looks like, and shares a few real-life examples and use cases. - http://amp.gs/jGqnK
#css
Ahmad Shadeed explains how container queries work, how you can use them, and what the syntax looks like, and shares a few real-life examples and use cases. - http://amp.gs/jGqnK
#css
👍8😁4
Troubleshooting When a Child Process's Spawn Output Is (Sometimes) Empty
If you use child_process.spawn() to invoke external scripts or tools, you might find, like the author, that it begins to fail in unusual ways. Join Chris as he tracks down an (easily resolved) bug that could trip you up.. - http://amp.gs/jGq4L
#nodejs
If you use child_process.spawn() to invoke external scripts or tools, you might find, like the author, that it begins to fail in unusual ways. Join Chris as he tracks down an (easily resolved) bug that could trip you up.. - http://amp.gs/jGq4L
#nodejs
Upstart
Node.js troubleshooting: Child process spawn output is (sometimes) empty
My Node.js application uses child_process.spawn() to invoke ffmpeg for inspecting audio and video files. This code had been running without fail for many months. How come it suddenly started sporadically returning empty results? Recently, I was preparing…
👍2
❤3👍3
Next.js 12.3 Features Walkthrough and Demo
Vercel’s VP of Developer Experience walks through the changes in the latest version of Next.js which we squeezed in to last week’s issue. If you don’t like video, you can read more about the release on Vercel’s blog. - https://www.youtube.com/watch?v=3UD7Y02AcN4
#react #nextjs
Vercel’s VP of Developer Experience walks through the changes in the latest version of Next.js which we squeezed in to last week’s issue. If you don’t like video, you can read more about the release on Vercel’s blog. - https://www.youtube.com/watch?v=3UD7Y02AcN4
#react #nextjs
YouTube
Next.js 12.3 Overview: Improved Fast Refresh, TypeScript Auto-Install, and more.
Next.js 12.3 introduces several improvements to your React development workflow, including hot reloading environment and configuration files, and automatic installation of TypeScript dependencies when renaming a file to `.ts`.
This hour-long session will…
This hour-long session will…
👍4🔥1
15 Game-Changing Tools in the Vue 3 Ecosystem
Some killer tools in the Vue 3 ecosystem that have made building applications with Vue.js much easier. - http://amp.gs/jGs8X
#vue
Some killer tools in the Vue 3 ecosystem that have made building applications with Vue.js much easier. - http://amp.gs/jGs8X
#vue
👍2
Critical CSS? Not So Fast!
Harry Roberts explains why in practice, in the real world, critical CSS often falls short as a fragile and expensive technique to implement and seldom provides the benefits that many developers expect. - http://amp.gs/jGsng
#css
Harry Roberts explains why in practice, in the real world, critical CSS often falls short as a fragile and expensive technique to implement and seldom provides the benefits that many developers expect. - http://amp.gs/jGsng
#css
Csswizardry
Critical CSS? Not So Fast! – CSS Wizardry
How helpful is Critical CSS?
👍5