Achieving Vertical Alignment (Thanks, Subgrid!)
Cathy Dutton demonstrates how to achieve vertical alignment using subgrid. - http://amp.gs/LQ7m
#css
Cathy Dutton demonstrates how to achieve vertical alignment using subgrid. - http://amp.gs/LQ7m
#css
CSS-Tricks
Achieving Vertical Alignment (Thanks, Subgrid!) | CSS-Tricks
Our tools for vertical alignment have gotten a lot better as of late. My early days as a website designer involved laying out 960px wide homepage designs and
Creating Extensions for Visual Studio Code: An Introduction
If you want to extend one of the most popular editors out there. - http://amp.gs/LQLo
#javascript #vscode
If you want to extend one of the most popular editors out there. - http://amp.gs/LQLo
#javascript #vscode
Watch with @vue/reactivity - Anthony Fu
A brief intro to how the Vue reactivity system works and a guide to implementing the (missing) `watch` on your own. - http://amp.gs/Lc9Q
#vue
A brief intro to how the Vue reactivity system works and a guide to implementing the (missing) `watch` on your own. - http://amp.gs/Lc9Q
#vue
antfu.me
Watch with @vue/reactivity
A brief intro of how it works and a guide to implementing the (missing) `watch` on your own.
Building React Apps with Storybook
We have featured a number of articles on Storybook over the past few issues but none of them illustrated its use through a full cycle of development in the quite the way this article does. - http://amp.gs/Lcoe
#react
We have featured a number of articles on Storybook over the past few issues but none of them illustrated its use through a full cycle of development in the quite the way this article does. - http://amp.gs/Lcoe
#react
Smashing Magazine
Building React Apps With Storybook — Smashing Magazine
In this article, you will learn how to build and test React components in isolation using Storybook. You will also learn how to use the knobs add-on to modify data directly from the storybook explorer.
3 Angular Dependency Injection Tips
Angular’s Dependency Injection System is a magic way to deliver the classes that house your business rules… - http://amp.gs/L6vG
#angular
Angular’s Dependency Injection System is a magic way to deliver the classes that house your business rules… - http://amp.gs/L6vG
#angular
Medium
3 Angular Dependency Injection Tips
Angular’s Dependency Injection System is a magic way to deliver the classes that house your business rules, or encapsulate other…
👍1
How To Use Face Motion To Interact With Typography
Edoardo Cavazza explains how to combine Machine Learning, variable fonts, and CSS grids to create layouts that respond to the proximity, the inclination, and the number of the users’ faces. - http://amp.gs/Lbt8
#css
Edoardo Cavazza explains how to combine Machine Learning, variable fonts, and CSS grids to create layouts that respond to the proximity, the inclination, and the number of the users’ faces. - http://amp.gs/Lbt8
#css
Smashing Magazine
How To Use Face Motion To Interact With Typography — Smashing Magazine
In this article, we will cover how to combine Machine Learning, variable fonts, and CSS grids to create layouts that respond to the proximity, the inclination, and the number of the users’ faces.
The State of Micro Frontends
One of the more controversial topics in frontend web dev is microfrontends. Are they worth it? Should you really split up your application? Do you really need to use this now? - http://amp.gs/WIjB
#microfrontends
One of the more controversial topics in frontend web dev is microfrontends. Are they worth it? Should you really split up your application? Do you really need to use this now? - http://amp.gs/WIjB
#microfrontends
Medium
The State of Micro Frontends
One of the more controversial topics in frontend web dev is microfrontends. Are they worth it? Should you really split up your application?
11 Top Node ORMs, Query Builders and Database Libraries in 2020
Choosing an ORM or query builder for your app can be daunting, but this roundup from the folks at Prisma really goes into some depth on the most popular options including Mongoose, Knex.js, Sequelize and, yes, Prisma (so take the bias into account).- http://amp.gs/WI6I
#nodejs
Choosing an ORM or query builder for your app can be daunting, but this roundup from the folks at Prisma really goes into some depth on the most popular options including Mongoose, Knex.js, Sequelize and, yes, Prisma (so take the bias into account).- http://amp.gs/WI6I
#nodejs
Prisma's Data Guide
Best 11 ORMs for Node.js, Query Builders & Database Libraries in 2021
Choosing an ORM or query builder for your Node.js app can be daunting. We review the most popular query builders, ORMs, and other database libraries so you don't have to.
A Gentle Introduction to Code Splitting with React
Code splitting is an advanced optimization technique used to divide code into 'bundles' that can be loaded on demand as functionality is actually required. - http://amp.gs/Wj6u
#react
Code splitting is an advanced optimization technique used to divide code into 'bundles' that can be loaded on demand as functionality is actually required. - http://amp.gs/Wj6u
#react
Medium
A Gentle Introduction to Code Splitting with React
A lot of folks (myself included) are used to write SPA React applications that need both a user-facing part and an admin interface for…
Vue.js Creator Evan You Interview: “You need to understand what your users want”
We spoke with Evan about the release of Vue 3, his opinion on no-backend & fullstack approaches, Vue use cases and the work-life balance of the creator of the technology. - http://amp.gs/W8Xn
#vue
We spoke with Evan about the release of Vue 3, his opinion on no-backend & fullstack approaches, Vue use cases and the work-life balance of the creator of the technology. - http://amp.gs/W8Xn
#vue
Evrone
An interview with the creator of the Vue.js framework Evan You by Evrone
We spoke with Evan about the release of Vue 3, his opinion on no-backend & fullstack approaches, Vue use cases and the work-life balance of the creator of the technology.
The Best Way To Architect Your Angular Libraries
The ideas presented in this article are based on extensive experience from large enterprise environment (100 Angular SPAs and 30+ libs )… - http://amp.gs/Wzo8
#angular
The ideas presented in this article are based on extensive experience from large enterprise environment (100 Angular SPAs and 30+ libs )… - http://amp.gs/Wzo8
#angular
Medium
The Best Way To Architect Your Angular Libraries
The ideas presented in this article are based on extensive experience from large enterprise environment (100 Angular SPAs and 30+ libs )…
CSS Variables 101
Ahmad Shadeed shares an in-depth guide to CSS variables with lots of examples and use-cases. - http://amp.gs/W1HS
#css
Ahmad Shadeed shares an in-depth guide to CSS variables with lots of examples and use-cases. - http://amp.gs/W1HS
#css
Ahmad Shadeed Blog
CSS Variables 101 - Ahmad Shadeed
Learn about CSS variables (CSS custom properties) in detail.
The Ultimate Guide to React Localization with i18next
Making your app available to the broadest possible audience regardless of what language they speak could be the fastest and easiest way to increase your audience. i18next is the robust internationalization framework you’ll need to be local all over the globe. - http://amp.gs/WmJW
#react
Making your app available to the broadest possible audience regardless of what language they speak could be the fastest and easiest way to increase your audience. i18next is the robust internationalization framework you’ll need to be local all over the globe. - http://amp.gs/WmJW
#react
Nuxt Composition API - Filip Rakowski
Learn which challenges the Composition API brought to Nuxt.js, and which posibilities we got when the Nuxt team released the powerful @nuxtjs/composition-api module. - http://amp.gs/WZF2
#vue #nuxt
Learn which challenges the Composition API brought to Nuxt.js, and which posibilities we got when the Nuxt team released the powerful @nuxtjs/composition-api module. - http://amp.gs/WZF2
#vue #nuxt
Vue.js Tutorials
Nuxt Composition API - Vue.js Tutorials
Learn which challenges the Composition API brought to Nuxt.js, and which posibilities we got when the Nuxt team released the powerful @nuxtjs/composition-api module.
Understanding the Event Loop, Callbacks, Promises, and async/await
This isn’t new ground, but Tania always does a great job of explaining concepts from the ground up. - http://amp.gs/WpMb
#javascript
This isn’t new ground, but Tania always does a great job of explaining concepts from the ground up. - http://amp.gs/WpMb
#javascript
Taniarascia
Understanding the Event Loop, Callbacks, Promises, and Async/Await in JavaScript
This article was originally written for DigitalOcean. Introduction In the early days of the internet, websites often consisted of static…
Angular Refactoring Examples
Common patterns, tips & tricks, for refactoring our Angular applications. - http://amp.gs/WlwA
#angular
Common patterns, tips & tricks, for refactoring our Angular applications. - http://amp.gs/WlwA
#angular
Medium
Angular Refactoring Examples
Common patterns, tips & tricks, for refactoring our Angular applications
When Fonts Fall
Marcin Wichary shares an exhaustive guide to font fallback, its beauty, and all the pitfalls. - http://amp.gs/WBHi
#css
Marcin Wichary shares an exhaustive guide to font fallback, its beauty, and all the pitfalls. - http://amp.gs/WBHi
#css
Figma
When fonts fall
A deep-dive into font fallback
Vue Flow Form - Open Source Form Generator Built with Vue.js
Vue Flow Form is a form generator tool for developing custom, conversational forms. It’s a free, open-source, and self-hosted solution built with Vue.js. - http://amp.gs/WnuU
#vue
Vue Flow Form is a form generator tool for developing custom, conversational forms. It’s a free, open-source, and self-hosted solution built with Vue.js. - http://amp.gs/WnuU
#vue
DITDOT
Vue Flow Form - Open Source Form Generator Built with Vue.js
Vue Flow Form is a form generator tool for developing custom, conversational forms. It's a free, open-source, and self-hosted solution built with Vue.js.
5 Awesome JavaScript Promise Tricks
Check out in this article some awesome Promise API tricks! - http://amp.gs/WGpj
#javascript
Check out in this article some awesome Promise API tricks! - http://amp.gs/WGpj
#javascript
Web Design Tips
5 Awesome JavaScript Promise Tricks - Web Design Tips
The Promise API changed the game in JavaScript. We went from abusing setTimeouts and settling for synchronous operations to doing everything possible to leverage this new async API. Let’s check out a handful of awesome Promise API tricks! One problem we instantly…