Use Streams to Build High-Performing Node Apps
Using the stream module in Node.js to your advantage. - http://amp.gs/jZuM1
#nodejs
Using the stream module in Node.js to your advantage. - http://amp.gs/jZuM1
#nodejs
AppSignal Blog
Use Streams to Build High-Performing Node.js Applications | AppSignal Blog
Find out how to use the `stream` module in Node.js to build high-performing applications.
Here’s What I Didn’t Know About :where()
Manuel Matuzovic explains how you can lower the specificity of a selector using :where() pseudo-class. - http://amp.gs/jZ00y
#css
Manuel Matuzovic explains how you can lower the specificity of a selector using :where() pseudo-class. - http://amp.gs/jZ00y
#css
Here’s what I didn’t know about :where()
The where() pseudo-class might be more useful than originally thought.
👍1
Setup a Micro Frontend Architecture With Vue and single-spa
A practical walkthrough on building a micro frontend architecture with multiple Vue.js apps using single-spa. - http://amp.gs/jZK75
#vue
A practical walkthrough on building a micro frontend architecture with multiple Vue.js apps using single-spa. - http://amp.gs/jZK75
#vue
Medium
Setup a Micro Frontend Architecture With Vue and single-spa
A practical walkthrough on building a micro frontend architecture with multiple Vue.js apps using single-spa.
7 Utility Types that Every TypeScript Developer Should Know
Useful TypeScript features to improve your types - http://amp.gs/jZ3Zw
#typescript
Useful TypeScript features to improve your types - http://amp.gs/jZ3Zw
#typescript
Speeding Up VS Code Extensions in 2022
One of those ‘niche but interesting’ posts that digs into the underlying architecture of VS Code and a must-read for anyone considering making their own extension. - http://amp.gs/jZHji
#vscode #extension
One of those ‘niche but interesting’ posts that digs into the underlying architecture of VS Code and a must-read for anyone considering making their own extension. - http://amp.gs/jZHji
#vscode #extension
jason-williams.co.uk
Speeding up VSCode (extensions) in 2022 – Jason Williams
I was curious to know if the functionality of VSCode can catch up with the native speed of some editors, such as Sublime. That led me to seek out where some bottlenecks may be and where time is being spent. In this post I look at both the internals and extensions.…
Etsy Migrated from React 15.6 to Preact (Instead of React 16)
There’s a full explanation about the decision behind all of this in this document about updating React at Etsy. But Preact, a smaller React alternative with the same API, turned out to be the right choice for them. - http://amp.gs/jZHim
#react
There’s a full explanation about the decision behind all of this in this document about updating React at Etsy. But Preact, a smaller React alternative with the same API, turned out to be the right choice for them. - http://amp.gs/jZHim
#react
👍1
MikroORM 5: A TypeScript ORM for Node.js
Based upon the popular ‘Data Mapper’ pattern, MikroORM (homepage) is a popular and powerful Node.js ORM that supports a variety of SQL and NoSQL databases. v5 is a year in the making and boasts improved type safety, validations, migrations and schema diffing, amongst other things. - http://amp.gs/jZ2VU
#nodejs
Based upon the popular ‘Data Mapper’ pattern, MikroORM (homepage) is a popular and powerful Node.js ORM that supports a variety of SQL and NoSQL databases. v5 is a year in the making and boasts improved type safety, validations, migrations and schema diffing, amongst other things. - http://amp.gs/jZ2VU
#nodejs
Top 18 Web 3.0 Trends Every Frontend Developer Has to Follow in 2022
Vitalii Shevchuk compiled and listed the new opportunities Web 3.0 can bring and may inspire on the next millions dollar idea. - http://amp.gs/jZwCj
#web3
Vitalii Shevchuk compiled and listed the new opportunities Web 3.0 can bring and may inspire on the next millions dollar idea. - http://amp.gs/jZwCj
#web3
Hello, CSS Cascade Layers
Ahmad Shadeed explores how cascade layers work and how they can help you write CSS with more confidence. - http://amp.gs/jZwoC
#css
Ahmad Shadeed explores how cascade layers work and how they can help you write CSS with more confidence. - http://amp.gs/jZwoC
#css
👍1
Coming Into Vue: What's Next in Vue 3
Now that we've reached an official recommendation to use Vue 3, what does the future look like for the Vue ecosystem? - http://amp.gs/jZFi9
#vue
Now that we've reached an official recommendation to use Vue 3, what does the future look like for the Vue ecosystem? - http://amp.gs/jZFi9
#vue
DEV Community 👩💻👨💻
Coming Into Vue: What's Next in Vue 3
Now that Vue 3 has been officially promoted to the recommended version of the framework, what's next on Vue's horizon?
Improving JavaScript Bundle Performance With Code-Splitting
Looks at the benefits and caveats of code-splitting and how page performance and load times can be improved by dynamically loading expensive, non-critical JavaScript bundles. - http://amp.gs/jZXSO
#javascript
Looks at the benefits and caveats of code-splitting and how page performance and load times can be improved by dynamically loading expensive, non-critical JavaScript bundles. - http://amp.gs/jZXSO
#javascript
Smashing Magazine
Improving JavaScript Bundle Performance With Code-Splitting — Smashing Magazine
In this article, Adrian Bece shares more about the benefits and caveats of code-splitting and how page performance and load times can be improved by dynamically loading expensive, non-critical JavaScript bundles.
👍1
An Intro to Authentication in React Router 6
A practical walkthrough of implementing authentication alongside React Router 6 in a bare-bones example app. You can then move on to.. - http://amp.gs/jZLzX
#react
A practical walkthrough of implementing authentication alongside React Router 6 in a bare-bones example app. You can then move on to.. - http://amp.gs/jZLzX
#react
www.robinwieruch.de
React Router 6: Authentication
You will learn how to use authentication in React Router 6 by authenticating a user by login (sign in) and logout (sign out) ...
Platform upgrades for Angular v13, NestJS 8, Next.js 12, and more in Nx 13.2!
Nx is a smart, extensible build framework to help you architect, test, and build at any scale — integrating… - http://amp.gs/jZL25
#angular
Nx is a smart, extensible build framework to help you architect, test, and build at any scale — integrating… - http://amp.gs/jZL25
#angular
Aspect Ratio is Great
Michelle Barker gives a fantastic introduction to the aspect-ratio property. - http://amp.gs/jZWEM
#css
Michelle Barker gives a fantastic introduction to the aspect-ratio property. - http://amp.gs/jZWEM
#css
CSS { In Real Life } | Aspect Ratio is Great
Tips, tricks and tutorials on the web’s most beautiful language.
❤1
Create, Test and Deploy a Single Page App with Vue 3 + Vite and Pinia
With Vue 3 now officially released, it's time to upgrade your SPA development tool-set with the latest tools like Vite and Pinia. - http://amp.gs/jZW3x
#vue
With Vue 3 now officially released, it's time to upgrade your SPA development tool-set with the latest tools like Vite and Pinia. - http://amp.gs/jZW3x
#vue
DEV Community
Create, Test and Deploy a Single Page App with Vue 3 + Vite and Pinia
Introduction Created in 2014, Vue.js is undoubtedly one of the leading frontend frameworks...
API Architecture — Best Practices for designing REST APIs
REST APIs everywhere! - http://amp.gs/jZaGo
#reastapi
REST APIs everywhere! - http://amp.gs/jZaGo
#reastapi
Medium
API Architecture - Design Best Practices for REST APIs
REST APIs everywhere!
❤3
Everything about our migration from ReactJS to NextJS
The overall thought process, challenges, and outcomes: Peerlist's tech stack migration from ReactJS to NextJS. - http://amp.gs/jZomk
#react
The overall thought process, challenges, and outcomes: Peerlist's tech stack migration from ReactJS to NextJS. - http://amp.gs/jZomk
#react
Peerlist Blog
Everything about our migration from ReactJS to NextJS
The overall thought process, challenges, and outcomes: Peerlist's tech stack migration from ReactJS to NextJS.