How to architect a production-level app in Flutter
Challenges in architecting a real-world application - http://amp.gs/jlkue
#flutter
Challenges in architecting a real-world application - http://amp.gs/jlkue
#flutter
Medium
How to Architect a Production-Level App in Flutter
Challenges in architecting a real-world application
👍3
Previewjs
Extension for VS Code JetBrains IDEs to instantly preview UI components for better flow while developing interfaces. - http://amp.gs/jlk5b
#tools #vscode
Extension for VS Code JetBrains IDEs to instantly preview UI components for better flow while developing interfaces. - http://amp.gs/jlk5b
#tools #vscode
👍3
Tao of Node: On Design, Architecture and Best Practices
A developer has boiled down all of the hard-earned best practices and gut feelings he’s picked up for developing high-quality Node apps over time. Opinionated, yes, but high level enough to provide value to most. - http://amp.gs/jlevW
#nodejs
A developer has boiled down all of the hard-earned best practices and gut feelings he’s picked up for developing high-quality Node apps over time. Opinionated, yes, but high level enough to provide value to most. - http://amp.gs/jlevW
#nodejs
👍5
3 Secret Vue Patterns for Productivity Boost
Three useful Vue patterns including smart watchers, component registration, and Vuex module registration. - http://amp.gs/jleMK
#vue
Three useful Vue patterns including smart watchers, component registration, and Vuex module registration. - http://amp.gs/jleMK
#vue
DEV Community
3 Secret Vue Patterns for Productivity Boost!
Productivity Boosts Hello World! 👋 I was watching this lecture about Secret Vue Patterns...
👍3🔥1
6 State Management Strategies For Complex Angular Apps
How to manage your data flow well in an enterprise Angular app - http://amp.gs/jl7AE
#angular
How to manage your data flow well in an enterprise Angular app - http://amp.gs/jl7AE
#angular
Medium
6 State Management Strategies For Complex Angular Apps
How to manage your data flow well in an enterprise Angular app
👍6
Deep Dive Into the CSS :where() function
Pelumi Akintokun shares an introduction to the :where() pseudo-class function. - http://amp.gs/jlPCR
#css
Pelumi Akintokun shares an introduction to the :where() pseudo-class function. - http://amp.gs/jlPCR
#css
👍5
A Delightful React File/Directory Structure
We have featured a number of these types of articles, but there’s always room for another perspective on the ‘right’ way to set up a project, particularly from a respected voice in the React community. - http://amp.gs/jlPFw
#react
We have featured a number of these types of articles, but there’s always room for another perspective on the ‘right’ way to set up a project, particularly from a respected voice in the React community. - http://amp.gs/jlPFw
#react
👍7
👍9❤2
RxJS — 7 Useful Operators You Might Not Know
The RxJS library has a lot of neat operators. Here are seven operators that are not getting enough attention - http://amp.gs/jlhlk
#rxjs
The RxJS library has a lot of neat operators. Here are seven operators that are not getting enough attention - http://amp.gs/jlhlk
#rxjs
👍8
AWS Graviton2 vs Apple M1 for Node.js Performance
A casual and personal benchmark, with all that implies, and while the M1 continues to impress for local development, it’s neat to see other production grade ARM-based systems ready to go too. - http://amp.gs/jlhKT
#nodejs
A casual and personal benchmark, with all that implies, and while the M1 continues to impress for local development, it’s neat to see other production grade ARM-based systems ready to go too. - http://amp.gs/jlhKT
#nodejs
👍2
Better Vue Performance with Selective Object Reuse
Excessive component rendering is one of the reasons why Vue apps perform slowly. In this article, we see how to detect rendering, why it happens, and how to fix the most complex cases. - http://amp.gs/jlvE2
#vue
Excessive component rendering is one of the reasons why Vue apps perform slowly. In this article, we see how to detect rendering, why it happens, and how to fix the most complex cases. - http://amp.gs/jlvE2
#vue
👍4
Micro-Frontends at scale
How to leverage Micro-Frontends with Module Federation - http://amp.gs/jlgtv
#microfrontends
How to leverage Micro-Frontends with Module Federation - http://amp.gs/jlgtv
#microfrontends
Medium
Micro-Frontends at scale (part 1)
How to leverage Micro-Frontends with Module Federation
👍3
A Guide To Hover And Pointer Media Queries
Cristian Díaz explains how to adapt your sites to the different scenarios of a device pointer by using media queries hover, pointer, any-hover and any-pointer. - http://amp.gs/jlgE6
#css
Cristian Díaz explains how to adapt your sites to the different scenarios of a device pointer by using media queries hover, pointer, any-hover and any-pointer. - http://amp.gs/jlgE6
#css
Smashing Magazine
A Guide To Hover And Pointer Media Queries — Smashing Magazine
In this article, we’ll talk about how to adapt our sites to the different scenarios of a device pointer: whether it has a pointer or not, or how accurate it is. To adapt our site to those devices’ needs we’ll talk about how to properly use media queries `hover`…
👍2
A Fundamental Guide to React Suspense
After several years since it was first proposed, Suspense will finally be officially released with React 18. But what is it, why do we need it, what issues does it address, and what are the benefits? - http://amp.gs/jlgFF
#react
After several years since it was first proposed, Suspense will finally be officially released with React 18. But what is it, why do we need it, what issues does it address, and what are the benefits? - http://amp.gs/jlgFF
#react
Chakshunyu
A Fundamental Guide To React Suspense
After several years, Suspense will finally be officially released with React 18. But what is it, why do we need it, what issues does it address, and what are the benefits?
👍4
Better Code Generation in Angular CLI workspaces with Nx Devkit
Schematics in Angular provide a way to automate common tasks, such as generating files, reading, and updating… - http://amp.gs/jlEG0
#angular
Schematics in Angular provide a way to automate common tasks, such as generating files, reading, and updating… - http://amp.gs/jlEG0
#angular
Medium
Better Code Generation in Angular CLI workspaces with Nx Devkit
Schematics in Angular provide a way to automate common tasks, such as generating files, reading, and updating configuration files, and…
👍7
Migrating from Angular to Vue: A Dashboard's Story
Planning is key when migrating a customer-facing dashboard from Angular to Vue. - http://amp.gs/jlErI
#vue
Planning is key when migrating a customer-facing dashboard from Angular to Vue. - http://amp.gs/jlErI
#vue
Lob
Migrating a customer-facing dashboard from Angular to Vue
Planning is key when migrating a customer-facing dashboard from Angular to Vue
👍2💯1
How to Manage Sessions using Passport, Redis, and MySQL
A practical walkthrough of creating a simple Express app with user credentials stored in MySQL, sessions in Redis, and Passport tying it all together. A commonly used pattern boiled down to the essentials. - http://amp.gs/jlEQd
#nodejs
A practical walkthrough of creating a simple Express app with user credentials stored in MySQL, sessions in Redis, and Passport tying it all together. A commonly used pattern boiled down to the essentials. - http://amp.gs/jlEQd
#nodejs
Arctype Blog
How to manage sessions in Node.js using Passport, Redis, and MySQL
Let's learn about session management and how tools like Passport, Redis, and MySQL can help us manage Node.js sessions.
👍5
Optimising Largest Contentful Paint
Harry Roberts looks at some more technical and non-obvious aspects of optimizing the Largest Contentful Paint. - http://amp.gs/jlVyq
#css
Harry Roberts looks at some more technical and non-obvious aspects of optimizing the Largest Contentful Paint. - http://amp.gs/jlVyq
#css
Csswizardry
Optimising Largest Contentful Paint – CSS Wizardry
Let’s look at some more technical and non-obvious aspects of optimising Largest Contentful Paint
👍2
Liqvid 2.1: Create Interactive 'Liquid Videos' in React
The new version now lets you use the Web Animations API. It also includes a new useTime hook for prop-updating animation, improved usability as well as laying the groundwork for further future improvements. Remotion is another option to consider in this space focused more on rendered video. - http://amp.gs/jlV0J
#react
The new version now lets you use the Web Animations API. It also includes a new useTime hook for prop-updating animation, improved usability as well as laying the groundwork for further future improvements. Remotion is another option to consider in this space focused more on rendered video. - http://amp.gs/jlV0J
#react
👍6
All You Need To Know About less known Angular Features
In this article, I will talk about some interesting features of angular that you can use in your application to make your code more standardized. These angular features can also help you in SEO, application performance improvements and in improving code readability. - http://amp.gs/jl9tO
#angular
In this article, I will talk about some interesting features of angular that you can use in your application to make your code more standardized. These angular features can also help you in SEO, application performance improvements and in improving code readability. - http://amp.gs/jl9tO
#angular
Medium
All You Need To Know About less known Angular Features
In this article, I will talk about some interesting features of angular that you can use in your application to make your code more…
👍4