How to make Angular applications more robust
In our day to day work we tend to skip and short cut some paths to save time for ourselves or make it easier, but eventually it back fires as careless approach leads to an increased amount of bugs in the production, higher maintenance costs, harder features incorporation and so on. - http://amp.gs/jnbc0
#angular
In our day to day work we tend to skip and short cut some paths to save time for ourselves or make it easier, but eventually it back fires as careless approach leads to an increased amount of bugs in the production, higher maintenance costs, harder features incorporation and so on. - http://amp.gs/jnbc0
#angular
Medium
How to make Angular applications more robust
In our day to day work we tend to skip and short cut some paths to save time for ourselves or make it easier, but eventually it back fires…
👍4🔥1
Getting Started with Vue Composables
For when you want to extract stateful functionality to reuse across components. - http://amp.gs/jGIO2
#vue
For when you want to extract stateful functionality to reuse across components. - http://amp.gs/jGIO2
#vue
👍5👎1
From 500ms to 1.7ms in React
A sluggish customized grid triggered a journey to analyze and understand the bottlenecks involved, followed by making improvements leading to a dramatic performance improvement (or roaring fast, you could say). - http://amp.gs/jGjzz
#react
A sluggish customized grid triggered a journey to analyze and understand the bottlenecks involved, followed by making improvements leading to a dramatic performance improvement (or roaring fast, you could say). - http://amp.gs/jGjzz
#react
👍5
Introducing the New npm Dependency Selector Syntax
Another week, another new npm command! npm query is a new top-level command (as of npm v8.16.0) that lets you query and filter the dependencies of your project with a CSS-like dependency selector format so you can ask “new, complex questions about [..] dependencies, their relationships & associative metadata.” - http://amp.gs/jGjuc
#nodejs
Another week, another new npm command! npm query is a new top-level command (as of npm v8.16.0) that lets you query and filter the dependencies of your project with a CSS-like dependency selector format so you can ask “new, complex questions about [..] dependencies, their relationships & associative metadata.” - http://amp.gs/jGjuc
#nodejs
👍2
Micro Frontends in Action: Architecture and Integration Approaches
A good frontend is tough to develop, but scaling frontend development for several teams to work at the same… - http://amp.gs/jG8l6
#microfrontends
A good frontend is tough to develop, but scaling frontend development for several teams to work at the same… - http://amp.gs/jG8l6
#microfrontends
Medium
Micro Frontends in Action: Architecture and Integration Approaches
A good frontend is tough to develop, but scaling frontend development for several teams to work at the same time on a large and complex…
👍6
Angular Route Parameters: A Simple Guide
An overview of Angular’s route parameters and how to pass small pieces of information between routed components. - http://amp.gs/jG8DD
#angular
An overview of Angular’s route parameters and how to pass small pieces of information between routed components. - http://amp.gs/jG8DD
#angular
👍3
Single Element Loaders: The Bars
Temani Afif examines “bars” pattern for loaders and shows how to build it with only one element and flexible CSS, making it easy to create variations. - http://amp.gs/jGTCt
#css
Temani Afif examines “bars” pattern for loaders and shows how to build it with only one element and flexible CSS, making it easy to create variations. - http://amp.gs/jGTCt
#css
👍4
Using Web Components in Angular, React, Preact, Vue and Svelte
Web Components allow us to build reusable, customizable elements. A web component’s greatest strength is its… - http://amp.gs/jGT26
@webcomponents
Web Components allow us to build reusable, customizable elements. A web component’s greatest strength is its… - http://amp.gs/jGT26
@webcomponents
👍3
A DIY node_modules Cache for Docker in Your CI
May want to be careful around building deps in one Linux distro and copying to another though.. - http://amp.gs/jGzfr
#nodejs
May want to be careful around building deps in one Linux distro and copying to another though.. - http://amp.gs/jGzfr
#nodejs
remelehane.dev
DIY node_modules cache for Docker in your CI
A custom solution for speeding up docker builds within your CI using a custom node_modules cache container.
👍4
The Study of Shaders with React Three Fiber
A complete guide on how to use shaders with React Three Fiber, work with ‘uniforms and varyings’, and build dynamic, interactive and composable materials with them. A lot to enjoy here if you prefer the more visual and creative end of things. - http://amp.gs/jGzo1
#react
A complete guide on how to use shaders with React Three Fiber, work with ‘uniforms and varyings’, and build dynamic, interactive and composable materials with them. A lot to enjoy here if you prefer the more visual and creative end of things. - http://amp.gs/jGzo1
#react
👍2
3 Useful CSS Hacks
Kevin Powell looks at some unconventional approaches to solving specific problems in CSS. - https://www.youtube.com/watch?v=MywezIxlp8Y
#css
Kevin Powell looks at some unconventional approaches to solving specific problems in CSS. - https://www.youtube.com/watch?v=MywezIxlp8Y
#css
YouTube
3 useful CSS hacks
There are times when we need to take more... unconventional approaches to solving a given problem, so in this video I look at 3 (or 4, really), hacky, but useful solutions that we can use in our CSS.
🔗 Links
✅ vmax, and the other viewport units: htt…
🔗 Links
✅ vmax, and the other viewport units: htt…
👍6
👍5💩1
Husky 6 Lint (prettier + eslint) and commitlint for JavaScript Projects
Programming is a teamwork job so we must assure that our codebase is clean and usable for everyone in the… - http://amp.gs/jGt0W
#husky
Programming is a teamwork job so we must assure that our codebase is clean and usable for everyone in the… - http://amp.gs/jGt0W
#husky
👍10😁1
Style Queries
Una Kravets explains what Style Queries are and shares some ideas on how to use Style Queries in ways that enable a better developer experience and more flexible component-owned styles. - http://amp.gs/jGmT9
#css
Una Kravets explains what Style Queries are and shares some ideas on how to use Style Queries in ways that enable a better developer experience and more flexible component-owned styles. - http://amp.gs/jGmT9
#css
👍6🤮1
Angular: How I Moved 90% GETs Into a Cacheable Shell Component
For web applications, having a lot of similar GET APIs is normal, but creating them is repetitive and tedious for developers. - http://amp.gs/jGm7Y
#angular
For web applications, having a lot of similar GET APIs is normal, but creating them is repetitive and tedious for developers. - http://amp.gs/jGm7Y
#angular
👍6
How I Created an eCommerce Store with Vue Storefront UI and Medusa
Medusa is an open-source composable eCommerce platform with easy customizations and integrations including Vue Storefront UI. - http://amp.gs/jGmiq
#vue
Medusa is an open-source composable eCommerce platform with easy customizations and integrations including Vue Storefront UI. - http://amp.gs/jGmiq
#vue
👍4❤1
How to make Angular OnChanges better
Like most of you, I work in a team of a couple of programmers and our responsibility is to handle a few big… - http://amp.gs/jGZIY
#angular
Like most of you, I work in a team of a couple of programmers and our responsibility is to handle a few big… - http://amp.gs/jGZIY
#angular
Medium
How to make Angular OnChanges better
Like most of you, I work in a team of a couple of programmers and our responsibility is to handle a few big Angular projects. In order to…
👍7