Angular: Effective Component Patterns
Effective patterns for sharing data between components in Angular… - http://amp.gs/jjEdA
#angular
Effective patterns for sharing data between components in Angular… - http://amp.gs/jjEdA
#angular
Medium
Angular: Effective Component Patterns
Effective patterns for sharing data between components in Angular…
How To Switch From Software Developer to Solutions Architect
Discover how you can start your journey into the world of architecture - http://amp.gs/jjVdA
#architect
Discover how you can start your journey into the world of architecture - http://amp.gs/jjVdA
#architect
Medium
How To Switch From Software Developer to Solutions Architect
Discover how you can start your journey into the world of architecture
Positioning Overlay Content with CSS Grid
Ryan Mulligan shares how to position overlay elements using logical, readable properties and values. - http://amp.gs/jj9Ug
#css
Ryan Mulligan shares how to position overlay elements using logical, readable properties and values. - http://amp.gs/jj9Ug
#css
CSS-Tricks
Positioning Overlay Content with CSS Grid | CSS-Tricks
Not news to any web developer in 2021: CSS Grid is an incredibly powerful tool for creating complex, distinct two-dimensional modern web layouts.
Refactoring to Vue 3
This guide will show you how to refactor a Vue 2 app to Vue 3 using the Composition API to express reusable stateful logic. - http://amp.gs/jj4AW
#vue
This guide will show you how to refactor a Vue 2 app to Vue 3 using the Composition API to express reusable stateful logic. - http://amp.gs/jj4AW
#vue
www.franciscobrusa.dev
Refactoring to Vue 3
Using the composition API to express reusable stateful logic in VueJS
Demystifying styled-components
If anything ever seems ‘magical’, it might be time to dig in and figure out how things work. Josh ‘pops the hood’ on the popular Styled Components component styling system and demonstrates how you’d build a simple similar such thing of your own. A great way to learn. - http://amp.gs/jjRst
#react
If anything ever seems ‘magical’, it might be time to dig in and figure out how things work. Josh ‘pops the hood’ on the popular Styled Components component styling system and demonstrates how you’d build a simple similar such thing of your own. A great way to learn. - http://amp.gs/jjRst
#react
Joshwcomeau
Demystifying styled-components
For so many React devs, styled-components seems kinda magical. It isn't at all clear how it uses traditional CSS features under-the-hood, and that lack of clarity can cause real problems when things go awry. In this post, we'll learn exactly how styled-components…
How to Dynamically Import ES Modules
How to use import(pathToModule) to dynamically import modules. - http://amp.gs/jjUSX
#nodejs
How to use import(pathToModule) to dynamically import modules. - http://amp.gs/jjUSX
#nodejs
Dmitri Pavlutin Blog
ES Modules Dynamic Import
How to use import(pathToModule) to dynamically import ES (ECMAScript) modules in JavaScript.
Maintaining Multi-language Angular Applications
Discover the possibilities of Angular internationalization (i18n) and localization (l10n) - http://amp.gs/jjdst
#angular
Discover the possibilities of Angular internationalization (i18n) and localization (l10n) - http://amp.gs/jjdst
#angular
Medium
Maintaining Multi-language Angular Applications with i18n
Discover the possibilities of Angular internationalization (i18n) and localization (l10n)
Disabling a Link
Scott O’Hara explores how to disable a hyperlink accessibly. - http://amp.gs/jjOiF
#css
Scott O’Hara explores how to disable a hyperlink accessibly. - http://amp.gs/jjOiF
#css
www.scottohara.me
Disabling a link | scottohara.me
With HTML alone there is no way to disable a hyperlink (an <a href> element), and have it be both exposed as a “link” and as “disabled”. Now, setting ...
Home Rolled Store with the Vue.js Composition API
The Vue.js 3 composition API is useful as a powerful store solution, providing an intuitive way of storing, accessing, and modifying state across components. - http://amp.gs/jjrHT
#vue
The Vue.js 3 composition API is useful as a powerful store solution, providing an intuitive way of storing, accessing, and modifying state across components. - http://amp.gs/jjrHT
#vue
vueschool.io
Home Rolled Store with the Vue.js Composition API - Vue School Articles
The Vue.js 3 composition API is useful as a powerful store solution, providing an intuitive way of storing, accessing, and modifying state across components.
What is a monorepo? (and Should You Use Them?) — Semaphore
Monorepos can foster rapid development workflows. In this post, we’ll examine if they are the right fit for… - http://amp.gs/jjSo1
#monorepo
Monorepos can foster rapid development workflows. In this post, we’ll examine if they are the right fit for… - http://amp.gs/jjSo1
#monorepo
Medium
What is monorepo? (and should you use it?)
Monorepos can foster rapid development workflows. In this post, we’ll examine if they are the right fit for you and your company.
How to cache API responses and other data in Angular
Using a cache system could improve significantly your web applications’ performances and allow users to… - http://amp.gs/jjNa7
#angular
Using a cache system could improve significantly your web applications’ performances and allow users to… - http://amp.gs/jjNa7
#angular
React 18: A Summary in 12 Tweets
If you didn’t have the time (or inclination) to read the detail we provided on React 18 in the last issue, here’s much the same content boiled down to 12 tweets by a former core React team member. While not suitable for every topic, this concise, Twitter-based presentation style has its merits. - http://amp.gs/jjAwd
#react
If you didn’t have the time (or inclination) to read the detail we provided on React 18 in the last issue, here’s much the same content boiled down to 12 tweets by a former core React team member. While not suitable for every topic, this concise, Twitter-based presentation style has its merits. - http://amp.gs/jjAwd
#react
Twitter
provably Flarnie
Finally listened to the React 18 Working Group Twitter Space, and it provides a nice over of the plans/features coming in React 18! Curious but busy? Check out my summary in 12 tweets~ 🧵
How to Create a Progressive Web Application with Vue and Sanity
In this article, you will learn how to build a simple web application with Vue.js, query your data from Sanity, and make it a Progressive Web Application (PWA) by installing the PWA plugin. - http://amp.gs/jjsFZ
#vue #pwa
In this article, you will learn how to build a simple web application with Vue.js, query your data from Sanity, and make it a Progressive Web Application (PWA) by installing the PWA plugin. - http://amp.gs/jjsFZ
#vue #pwa
Explore Clean Architecture In Flutter
A basic introduction on how to ensure a clean architecture for your Flutter apps. - http://amp.gs/jjigN
#flutter
A basic introduction on how to ensure a clean architecture for your Flutter apps. - http://amp.gs/jjigN
#flutter
Microfrontends — part 1: extending service-oriented architecture to frontend…
Case study of migration of StepStone Service’s main product — complex job board — to microfrontend… - http://amp.gs/jjDIA
#microfrontends
Case study of migration of StepStone Service’s main product — complex job board — to microfrontend… - http://amp.gs/jjDIA
#microfrontends
Medium
Microfrontends — part 1: extending service-oriented architecture to frontend development
Case study of migration of StepStone Service’s main product — complex job board — to microfrontend architecture
Supercharge Angular application
Let me share my real-time experience with optimizing Angular applications. It all started a few months back… - http://amp.gs/jjDs5
#angular
Let me share my real-time experience with optimizing Angular applications. It all started a few months back… - http://amp.gs/jjDs5
#angular
Medium
Supercharge Angular application
Let me share my real-time experience with optimizing Angular applications. It all started a few months back when I got the opportunity to…
Madge 5.0: Create Graphs From Your Module Dependencies
A developer tool for generating a visual graph of your module dependencies (works with CommonJS, AMD and ES modules), finding circular dependencies, and discovering other useful info. - http://amp.gs/jjupl
#nodejs
A developer tool for generating a visual graph of your module dependencies (works with CommonJS, AMD and ES modules), finding circular dependencies, and discovering other useful info. - http://amp.gs/jjupl
#nodejs
GitHub
GitHub - pahen/madge: Create graphs from your CommonJS, AMD or ES6 module dependencies
Create graphs from your CommonJS, AMD or ES6 module dependencies - GitHub - pahen/madge: Create graphs from your CommonJS, AMD or ES6 module dependencies
React Table with Server-Side Data Management
A tutorial on using the standard React Table Library while leaving all of the attendant data management tasks—like pagination, searching, filtering and sorting—on the server. - http://amp.gs/jju2d
#react
A tutorial on using the standard React Table Library while leaving all of the attendant data management tasks—like pagination, searching, filtering and sorting—on the server. - http://amp.gs/jju2d
#react
www.robinwieruch.de
React Table with server-side Data
React Table with server-side data with examples for pagination (paging), search (searching), sort (sorting), filter (filtering), ...