Comparing Plugin Systems Between Express, Fastify and NestJS
A look at how the most popular Node web frameworks approach extensibility and modularity throughout different plugin patterns. - http://amp.gs/jl3iq
#nodejs
A look at how the most popular Node web frameworks approach extensibility and modularity throughout different plugin patterns. - http://amp.gs/jl3iq
#nodejs
👍2👎1
Tweaking In The Browser
Ahmad Shadeed shares his perspective on designing in the browser and explains why and how he uses both design tools and browsers. - http://amp.gs/jl3QB
#css
Ahmad Shadeed shares his perspective on designing in the browser and explains why and how he uses both design tools and browsers. - http://amp.gs/jl3QB
#css
Ishadeed
Tweaking In The Browser
A few thoughts on why designing in the browser isn’t designing. It’s more of a tweaking process.
👍4
Meteor + Vue JS + Storybook = A Complete Guide To Scalable UI System
In this article, the author talks about their experience with Vue JS and how they implemented Storybook in a Meteor-Vue project. - http://amp.gs/jlHeX
#vue
In this article, the author talks about their experience with Vue JS and how they implemented Storybook in a Meteor-Vue project. - http://amp.gs/jlHeX
#vue
Medium
Meteor + Vue JS + Storybook = A Complete Guide To Scalable UI System 🔥
It has been more than one year since we have introduced Vue Js in our Meteor Production App, and last month we have implemented the…
👍3👏2
TypeScript Decorators: Dependency Injection
In this article, we’ll take a look under the hood, and learn how the TypeScript compiler transforms… - http://amp.gs/jlHKM
#typescript #di
In this article, we’ll take a look under the hood, and learn how the TypeScript compiler transforms… - http://amp.gs/jlHKM
#typescript #di
Medium
TypeScript Decorators: Dependency Injection
In this article, we’ll take a look under the hood, and learn how the TypeScript compiler transforms decorators to a native JS code. We’ll…
👍5
Decorators for ES6 Classes Proposal (Mostly) Reaches Stage 3 at TC39
We first linked to this proposal three years ago but it’s now conditionally made it to stage 3 (with some tweaks required) and people are very excited. Despite dating from 2019, Mike Green’s explanation of the idea remains a good accessible overview of the basic idea, if the proposal feels too technical. - http://amp.gs/jl2x0
#javascript
We first linked to this proposal three years ago but it’s now conditionally made it to stage 3 (with some tweaks required) and people are very excited. Despite dating from 2019, Mike Green’s explanation of the idea remains a good accessible overview of the basic idea, if the proposal feels too technical. - http://amp.gs/jl2x0
#javascript
GitHub
GitHub - tc39/proposal-decorators: Decorators for ES6 classes
Decorators for ES6 classes. Contribute to tc39/proposal-decorators development by creating an account on GitHub.
👍9
React Libraries for 2022
The React ecosystem has become so big — we routinely track over 1500 React-related libraries ourselves — the problem is more one of being spoilt for choice than not having what you need. This list represents a sound place when selecting libraries for a new project and is an update of an older, popular list Robin put together. - http://amp.gs/jl25I
#react
The React ecosystem has become so big — we routinely track over 1500 React-related libraries ourselves — the problem is more one of being spoilt for choice than not having what you need. This list represents a sound place when selecting libraries for a new project and is an update of an older, popular list Robin put together. - http://amp.gs/jl25I
#react
👍7
CSS Parent Selector
Ahmad Shadeed explains what problem :has solves, how it works, where and how you can use it, along with some use-cases and examples. - http://amp.gs/jlwrY
#css
Ahmad Shadeed explains what problem :has solves, how it works, where and how you can use it, along with some use-cases and examples. - http://amp.gs/jlwrY
#css
Ishadeed
CSS :has Parent Selector
A deep-dive into the CSS :has parent selector with some use-cases and examples.
👍14
How to Use a Proxy in Next.js
A proxy is used to act as a relay between clients and servers and can be easily implemented in Next.js apps. - http://amp.gs/jlFmH
#nodejs
A proxy is used to act as a relay between clients and servers and can be easily implemented in Next.js apps. - http://amp.gs/jlFmH
#nodejs
👍6
Free programming courses & quests with cash rewards for your time in one place 📚💰
StackUp is a platform for devs where you can learn about programming languages like Python, HTML, Rust, Go & Web3.0 technologies, all while earning. Rewards are given after successful completion of quests.
To sign up use code "FRONTENDEV" and gain early access: https://bit.ly/3sGMENk
With new campaigns every week, you can earn from a pool of over 10,000USD in cash rewards each month. 🚀
StackUp is a platform for devs where you can learn about programming languages like Python, HTML, Rust, Go & Web3.0 technologies, all while earning. Rewards are given after successful completion of quests.
To sign up use code "FRONTENDEV" and gain early access: https://bit.ly/3sGMENk
With new campaigns every week, you can earn from a pool of over 10,000USD in cash rewards each month. 🚀
👍5😁2👎1
Infinite Scrolling in Web: Ultimate Guide
All you need to know about infinite scrolling engineering. Patterns behind it and web-implementation details including virtualization - http://amp.gs/jlX4A
#javascript
All you need to know about infinite scrolling engineering. Patterns behind it and web-implementation details including virtualization - http://amp.gs/jlX4A
#javascript
Medium
Infinite Scrolling in Web: Ultimate Guide
All you need to know about infinite scrolling engineering. Patterns behind it and web-implementation details including virtualization
👍4
How to Create a Custom Hook
Every week we’re including links to a variety of hooks (see the ‘Quick Bits’ section in this issue, for instance) but if you’ve been wondering how you could create your own, Robin boils it down to the basics here. - http://amp.gs/jlLjB
#react
Every week we’re including links to a variety of hooks (see the ‘Quick Bits’ section in this issue, for instance) but if you’ve been wondering how you could create your own, Robin boils it down to the basics here. - http://amp.gs/jlLjB
#react
👍3
14 Linting Rules To Help You Write Asynchronous JS Code
Walks through a variety of rules shipped by default with ESLint – an interesting way to learn some best practices. - http://amp.gs/jlLJN
#javascript
Walks through a variety of rules shipped by default with ESLint – an interesting way to learn some best practices. - http://amp.gs/jlLJN
#javascript
👍5😁1
Angular Performant List Rendering
As an Angular developer, no doubt, you use *ngFor many times every day. There are a couple of things we can do to squeeze more performance out of Angular when rendering our list-like component items. - http://amp.gs/jlWgF
#angular
As an Angular developer, no doubt, you use *ngFor many times every day. There are a couple of things we can do to squeeze more performance out of Angular when rendering our list-like component items. - http://amp.gs/jlWgF
#angular
👍4
Building a Dialog Component
Adam Argyle gives a foundational overview of building color-adaptive, responsive, and accessible mini and mega modals with the <dialog> element. - http://amp.gs/jlWQz
#css
Adam Argyle gives a foundational overview of building color-adaptive, responsive, and accessible mini and mega modals with the <dialog> element. - http://amp.gs/jlWQz
#css
👍5
Create a Node.js Video Streaming Application
Hi folks, in this article, I am going to show you a very simple Node.js application to stream videos online… - http://amp.gs/jlasq
#nodejs
Hi folks, in this article, I am going to show you a very simple Node.js application to stream videos online… - http://amp.gs/jlasq
#nodejs
Medium
Create a Node.js Video Streaming Application
Hi folks, in this article, I am going to show you a very simple Node.js application to stream videos online. This article only covers the…
👍4
The What, When, Why and How of Next.js’ New Middleware Feature
A look at a new beta feature in Next.js 12.0: middleware. - http://amp.gs/jloPC
#react
A look at a new beta feature in Next.js 12.0: middleware. - http://amp.gs/jloPC
#react
Smashing Magazine
The What, When, Why And How Of Next.js’ New Middleware Feature — Smashing Magazine
Next.js’ recent 12.0 release included a new beta feature: middleware. For a detailed explanation, you can read all about it in Sam’s previous article, “[Next.js Wildcard Subdomains](https://www.smashingmagazine.com/2021/11/nextjs-wildcard-subdomains/)”. This…
👍8
Why Did Both Vue and React Choose Hooks?
In this article, you'll get an understanding of the "hooks" pattern and why it has been adopted in React and Vue (Composition API). - http://amp.gs/jloMR
#vue
In this article, you'll get an understanding of the "hooks" pattern and why it has been adopted in React and Vue (Composition API). - http://amp.gs/jloMR
#vue
👍6