How to create pagination in Nest.js with TypeORM + Swagger
Pagination is a very important part of API. It requires and is used in almost every CRUD application. - http://amp.gs/jBWHq
#nodejs
Pagination is a very important part of API. It requires and is used in almost every CRUD application. - http://amp.gs/jBWHq
#nodejs
Medium
How to create pagination in Nest.js with TypeORM + Swagger
Pagination is a very important part of API. It requires and is used in almost every CRUD application.
👍5
Pure Functions in JS: Avoiding Unwanted Problems
Learn to take advantage of them! - http://amp.gs/jBagw
#javascript
Learn to take advantage of them! - http://amp.gs/jBagw
#javascript
Medium
Pure Functions in JS: Avoiding Unwanted Problems
Learn to take advantage of them!
👍3
Using Google's CrUX to Compare Performance of JS Frameworks
Chrome User Experience Report (CrUX) is a dataset of user experience metrics collected from real world Chrome users and it’s possible to use it to analyze and compare the performance profiles of different UI frameworks, as done by Dan here. - http://amp.gs/jBojJ
#javascript
Chrome User Experience Report (CrUX) is a dataset of user experience metrics collected from real world Chrome users and it’s possible to use it to analyze and compare the performance profiles of different UI frameworks, as done by Dan here. - http://amp.gs/jBojJ
#javascript
Smashing Magazine
How To Use Google CrUX To Analyze And Compare The Performance Of JS Frameworks — Smashing Magazine
In this article, Dan Shappir analyzes the performance cost associated with various frameworks and explains the wide variety of framework and platform choices that are currently available to front-end and fullstack developers.
👍4❤2
Implementing Progressive Image Loading
Is there anything worse than staring at a blank frame while a large, high-resolution image is loading? Improve your user’s experience by giving them a progressively clearer picture of what lays in store for them. - http://amp.gs/jBodD
#react
Is there anything worse than staring at a blank frame while a large, high-resolution image is loading? Improve your user’s experience by giving them a progressively clearer picture of what lays in store for them. - http://amp.gs/jBodD
#react
LogRocket Blog
Progressive image loading in React: Tutorial - LogRocket Blog
Use progressive image loading in React to prevent user frustration and other problems that come with slow-loading, high-quality images.
👍5👎2❤1
Angular: Get Control in ControlValueAccessor
How to get a reference to the control passed to your custom component without creating a new one. - http://amp.gs/jBMlm
#angular
How to get a reference to the control passed to your custom component without creating a new one. - http://amp.gs/jBMlm
#angular
Medium
Angular: Get Control in ControlValueAccessor
How to get a reference to the control passed to your custom component without creating a new one.
👍7🥰1
Fastify 4.0 Released
The first major release of a popular, high performance Node.js Web framework in two years warrants some celebration. A focus has been placed on stabilization, modernization, and improving the already quite stable developer experience, rather than flashy new features, although this post does cover a few updates. - http://amp.gs/jBMFZ
#nodejs
The first major release of a popular, high performance Node.js Web framework in two years warrants some celebration. A focus has been placed on stabilization, modernization, and improving the already quite stable developer experience, rather than flashy new features, although this post does cover a few updates. - http://amp.gs/jBMFZ
#nodejs
👍7
A CSS Slinky in 3D? Challenge Accepted!
Jhey Tompkins demonstrates how to create a Slinky walking downstairs animation in CSS. - http://amp.gs/jB5PM
#css
Jhey Tompkins demonstrates how to create a Slinky walking downstairs animation in CSS. - http://amp.gs/jB5PM
#css
👍6
Speed Up Your Vue App: The Most Unexpected Way
A surprising approach to speeding up a Vue app by replacing v-model. - http://amp.gs/jBQIM
#vue
A surprising approach to speeding up a Vue app by replacing v-model. - http://amp.gs/jBQIM
#vue
👍6🤮2
Build your design system with Storybook + Nx
If you are part of a large organization or team, chances are you need a design system. There are tons of… - http://amp.gs/jBQs6
#storybook
If you are part of a large organization or team, chances are you need a design system. There are tons of… - http://amp.gs/jBQs6
#storybook
Medium
Build your design system with Storybook + Nx
If you are part of a large organization or team, chances are you need a design system. There are tons of tools out there to help you…
👍7
How to write component harnesses in Angular
Step by step guide to implement your first harness object for your Angular components - http://amp.gs/jBcZ0
#angular
Step by step guide to implement your first harness object for your Angular components - http://amp.gs/jBcZ0
#angular
Medium
How to write component harnesses in Angular
Step by step guide to implement your first harness object for your Angular components
👍3
A Roundup of React State Management Libraries in 2022
React’s strength is its flexibility in fitting in with different development approaches, including state management where there are numerous options nowadays. This post does a basic roundup of several popular options including Zustand, Recoil (which comes from Facebook itself), XState and, of course, Redux. - http://amp.gs/jBcFu
#react
React’s strength is its flexibility in fitting in with different development approaches, including state management where there are numerous options nowadays. This post does a basic roundup of several popular options including Zustand, Recoil (which comes from Facebook itself), XState and, of course, Redux. - http://amp.gs/jBcFu
#react
Through the binary
React state management libraries in 2022
The React state management library is a constant topic in React community, but seems we are pretty settled recently with some obvious winners. This blog will focus all the popular choices and compare
❤4👍4👏1
Four Eras of JavaScript Frameworks
An interesting history of JavaScript frameworks - http://amp.gs/jB6hs
#vue
An interesting history of JavaScript frameworks - http://amp.gs/jB6hs
#vue
👍4
Creating a GraphQL Server in Node.js
A walkthrough, along with downloadable code, of creating a GraphQL API server using Mercurius, a GraphQL adapter for the Fastify framework. - http://amp.gs/jB6JT
#nodejs
A walkthrough, along with downloadable code, of creating a GraphQL API server using Mercurius, a GraphQL adapter for the Fastify framework. - http://amp.gs/jB6JT
#nodejs
👍8
The Surprising Truth About Pixels and Accessibility
Joshua Comeau explores if you should use pixels or rems, outlines the accessibility implications for each, and explains how to determine the best unit to use in any scenario. - http://amp.gs/jBb8R
#css
Joshua Comeau explores if you should use pixels or rems, outlines the accessibility implications for each, and explains how to determine the best unit to use in any scenario. - http://amp.gs/jBb8R
#css
👍4
Flutter + Dio Framework + Best practices
This article will describe best practices for REST communication in Flutter using the Dio http package. - http://amp.gs/jBbEp
#flutter
This article will describe best practices for REST communication in Flutter using the Dio http package. - http://amp.gs/jBbEp
#flutter
Medium
Flutter + Dio Framework + Best practices
This article will describe best practices for REST communication in Flutter using the Dio http package. The Dreamwod app used the standard…
👍5
Next.js's Layouts RFC: Big Changes Ahead for Next.js
If you’re a Next.js user, you’ll want to read this as some significant updates are on the way, particularly around routing, app structure, and layouts (including nested layouts). - http://amp.gs/jBbJs
#nextjs
If you’re a Next.js user, you’ll want to read this as some significant updates are on the way, particularly around routing, app structure, and layouts (including nested layouts). - http://amp.gs/jBbJs
#nextjs
👍6
10 Tips for Faster Angular Development
I’ve been writing Angular code since the early alphas of version 2. I’ve picked up a few things that make… - http://amp.gs/jnIj9
#angular
I’ve been writing Angular code since the early alphas of version 2. I’ve picked up a few things that make… - http://amp.gs/jnIj9
#angular
Medium
10 Tips for Faster Angular Development
I’ve been writing Angular code since the early alphas of version 2. I’ve picked up a few things that make development faster for me. I hope…
👍7👎2😁1🤔1
Lesser-Known And Underused CSS Features In 2022
Adrian Bece explores some CSS properties and selectors that are not usually in the spotlight. - http://amp.gs/jnIEs
#css
Adrian Bece explores some CSS properties and selectors that are not usually in the spotlight. - http://amp.gs/jnIEs
#css
Smashing Magazine
Lesser-Known And Underused CSS Features In 2022 — Smashing Magazine
CSS is constantly evolving, and some cool and useful properties either go completely unnoticed or are not talked about as much as others for some reason or another. In this article, we’ll cover a fraction of those CSS properties and selectors.
👍9
How to Add a Typewriter Animation in Vuejs
This tutorial shows how to make a typing animation in VueJs. - http://amp.gs/jnIow
#vue
This tutorial shows how to make a typing animation in VueJs. - http://amp.gs/jnIow
#vue
DEV Community 👩💻👨💻
How to add a Typewriter animation in VueJs
In this blog, I'm going to explain to you how to make a typing animation in VueJs. Here's a...
👍3💩1
Goodbye, useEffect? David Khourshid's Reactathon Talk
Here, Stately founder David Khourshid makes the case for using event handlers and state machines to simplify handling effects in React apps rather than using useEffect which many developers struggle with and isn’t always well suited for the task anyway. - https://www.youtube.com/watch?v=HPoC-k7Rxwo
#react
Here, Stately founder David Khourshid makes the case for using event handlers and state machines to simplify handling effects in React apps rather than using useEffect which many developers struggle with and isn’t always well suited for the task anyway. - https://www.youtube.com/watch?v=HPoC-k7Rxwo
#react
YouTube
Goodbye, useEffect: David Khourshid
Recorded live at Reactathon 2022. Learn more at https://reactathon.com
Goodbye, useEffect
From fetching data to fighting with imperative APIs, side effects are one of the biggest sources of frustration in web app development. And let’s be honest, putting…
Goodbye, useEffect
From fetching data to fighting with imperative APIs, side effects are one of the biggest sources of frustration in web app development. And let’s be honest, putting…
💩5👍4🔥1