Angular Pipe Performance — Build a super-duper fast Angular pipe ⚡️
Looking to make your Angular pipes perform like a dashing cheetah? Then here’s how to create a fast… - http://amp.gs/j8jeE
#angular
Looking to make your Angular pipes perform like a dashing cheetah? Then here’s how to create a fast… - http://amp.gs/j8jeE
#angular
Medium
Angular Pipe Performance — Build a super-duper fast Angular pipe ⚡️
Looking to make your Angular pipes perform like a dashing cheetah? Then here’s how to create a fast, highly-performant Angular pipe. ✨✨✨
A Complete Guide to Dark Mode on the Web
Dark mode has gained a lot of traction recently. Like Apple, for instance, has added dark mode to its iOS and MacOS operating systems. Windows and Google have done the same. - http://amp.gs/j88ho
#css
Dark mode has gained a lot of traction recently. Like Apple, for instance, has added dark mode to its iOS and MacOS operating systems. Windows and Google have done the same. - http://amp.gs/j88ho
#css
CSS-Tricks
A Complete Guide to Dark Mode on the Web | CSS-Tricks
“Dark mode” is defined as a color scheme that uses light-colored text and other UI elements on a dark-colored background. Dark mode, dark theme, black mode, night mode… they all refer to and mean the same thing: a mostly-dark interface rather than a mostly…
Mobile Palette Generator
A color palette generator that generates secondary and accent colors based on a primary color you provide. Shows you a preview of the color scheme on mobile UIs. - http://amp.gs/j88KH
#webtools
A color palette generator that generates secondary and accent colors based on a primary color you provide. Shows you a preview of the color scheme on mobile UIs. - http://amp.gs/j88KH
#webtools
mobilepalette.colorion.co
Mobile Palette Generator
Generate stunning color palettes for your next mobile app.
npm audit: Broken by Design
Dan says it best: “The way npm audit works is broken. Its rollout as a default after every npm install was rushed, inconsiderate, and inadequate for the front-end tooling.” Dan adopts an unusually snarky tone but does a good job of demonstrating why getting panicked about vulnerabilities as if they’re all as important as each other can be a bad thing. - http://amp.gs/j8T9u
#nodejs
Dan says it best: “The way npm audit works is broken. Its rollout as a default after every npm install was rushed, inconsiderate, and inadequate for the front-end tooling.” Dan adopts an unusually snarky tone but does a good job of demonstrating why getting panicked about vulnerabilities as if they’re all as important as each other can be a bad thing. - http://amp.gs/j8T9u
#nodejs
overreacted.io
npm audit: Broken by Design
Found 99 vulnerabilities (84 moderately irrelevant, 15 highly irrelevant)
Tips and Tricks For Building Fast And Light VueJS SPAs
Read this article for tips on building amazing single-page applications with Vue. - http://amp.gs/j8zED
#vue
Read this article for tips on building amazing single-page applications with Vue. - http://amp.gs/j8zED
#vue
Medium
What Are The Tips and Tricks For Building Fast And Light VueJS SPA?
Read this blog and find out what are the tips and tricks you should be keeping in mind while you build applications for your website with…
Monorepos in JavaScript, Anti-Pattern
Something I’ve noticed more lately, is this trend of having several npm micro-packages all contained in one… - http://amp.gs/j81R6
#monorepo
Something I’ve noticed more lately, is this trend of having several npm micro-packages all contained in one… - http://amp.gs/j81R6
#monorepo
Medium
Monorepos in JavaScript, Anti-Pattern
Something I’ve noticed more lately, is this trend of having several npm micro-packages all contained in one repository. Many popular…
The State of Web Workers in 2021
The web is typically single-threaded, but two years ago Surma told us why to always use Web Workers to bring multithreading to your solutions despite the difficulties. Almost every client supports them now, so Surma makes the case again and explains why Web Workers deserve a place in your projects. - http://amp.gs/j8YdI
#javascript
The web is typically single-threaded, but two years ago Surma told us why to always use Web Workers to bring multithreading to your solutions despite the difficulties. Almost every client supports them now, so Surma makes the case again and explains why Web Workers deserve a place in your projects. - http://amp.gs/j8YdI
#javascript
Smashing Magazine
The State Of Web Workers In 2021 — Smashing Magazine
The web is single-threaded. This makes it increasingly hard to write smooth and responsive apps. Workers have a bad rep, but can be an important and useful tool in any web developer's toolbelt for these kinds of problems. Let’s get up to speed on Workers…
Creating a Multi-Author Blog with Next.js
The latest instalment in this informal series of case studies which focus on a big, audacious project goal and then parses it out into a manageable series of steps. - http://amp.gs/j8t4L
#react
The latest instalment in this informal series of case studies which focus on a big, audacious project goal and then parses it out into a manageable series of steps. - http://amp.gs/j8t4L
#react
Smashing Magazine
Creating A Multi-Author Blog With Next.js — Smashing Magazine
This article explains how we can connect different types of content in a Next.js application. With this technique, we can add any kind of one-to-one, one-to-many, or even many-to-many relationship to our projects.
How To Implement Micro-Frontend Architecture With Angular
Everything you need to know about microservice oriented architecture for the frontend from beginner to… - http://amp.gs/j8mSr
#angular
Everything you need to know about microservice oriented architecture for the frontend from beginner to… - http://amp.gs/j8mSr
#angular
Medium
How To Implement Micro-Frontend Architecture With Angular
Everything you need to know about microservice oriented architecture for the frontend from beginner to advanced
Working with Vue and Apollo GraphQL
GraphQL is an alternative to traditional RESTFul APIs for data fetching. Learn how to set it up with Vue 3 and the Apollo GraphQL client. - http://amp.gs/j8ZiG
#vue
GraphQL is an alternative to traditional RESTFul APIs for data fetching. Learn how to set it up with Vue 3 and the Apollo GraphQL client. - http://amp.gs/j8ZiG
#vue
sdust.dev
Working with Vue and Apollo GraphQL - sdust.dev
Let's see GraphQL in action in your Vue app
TypeScript and Native ESM on Node.js
This topic comes up time and time again, and for good reason - it’s the way things are headed. Dr. Axel covers the essentials you need to know in order to use and produce native ECMAScript/ES modules on Node when using TypeScript. - http://amp.gs/j8pAS
#nodejs
This topic comes up time and time again, and for good reason - it’s the way things are headed. Dr. Axel covers the essentials you need to know in order to use and produce native ECMAScript/ES modules on Node when using TypeScript. - http://amp.gs/j8pAS
#nodejs
2Ality
TypeScript and native ESM on Node.js
In this blog post, I’ll explain everything you need to know in order to use and produce native ECMAScript modules on Node.js. The GitHub repository iterable is an example of a TypeScript ESM package that works on Node.js. It still uses the "typesVersions"…
Refactoring CSS: Introduction
Adrian Bece explains how to approach the CSS refactoring process and gives some general pros and cons. - http://amp.gs/j8l0Z
#css
Adrian Bece explains how to approach the CSS refactoring process and gives some general pros and cons. - http://amp.gs/j8l0Z
#css
Smashing Magazine
Refactoring CSS: Introduction (Part 1) — Smashing Magazine
CSS refactoring is not an easy task — it needs to be done in a way that doesn't create problems. First we need to analyze the existing codebase, audit CSS codebase health, discover weaknesses, agree on the approach, and convince management to invest time…
An Introduction to Test Driven Development in Flutter
The first part in a series on how to apply the basic principles of Test Driven Development to a Flutter app. - http://amp.gs/j8B3l
#flutter
The first part in a series on how to apply the basic principles of Test Driven Development to a Flutter app. - http://amp.gs/j8B3l
#flutter
Medium
TDD in Flutter Part 1: Introduction to Test Driven Development
In this series I am going to explain how you can apply principles of the Test Driven Development (TDD for short) to a Flutter (or Dart)…
Most Common Errors Encountered In Angular With Solution
While coding we tackle issues on a daily basis. Some of which are functional bugs and some of which are… - http://amp.gs/j8nsu
#angular
While coding we tackle issues on a daily basis. Some of which are functional bugs and some of which are… - http://amp.gs/j8nsu
#angular
Medium
Most Common Errors Encountered In Angular With Solution
While coding we tackle issues on a daily basis. Some of which are functional bugs and some of which are technical issues. Functional bugs…
How to useContext in React
Almost two years on, the author follows up the first part of this two part series on useContext. In this latter piece, he focuses specifically on the useContext hook. - http://amp.gs/j8GFB
#react
Almost two years on, the author follows up the first part of this two part series on useContext. In this latter piece, he focuses specifically on the useContext hook. - http://amp.gs/j8GFB
#react
www.robinwieruch.de
How to useContext in React
A tutorial about React's useContext hook by example for React's Context. The useReducer helps you to access React's Context in any function component below your Context Provider ...
Building an API with Nest.js: A 39 Part Series
Nest.js is a popular Node server side app framework and this epic series is a must-see for anyone who wants to learn how to use it or even an existing user who needs their memory jogged. - http://amp.gs/j8x3a
#nodejs
Nest.js is a popular Node server side app framework and this epic series is a must-see for anyone who wants to learn how to use it or even an existing user who needs their memory jogged. - http://amp.gs/j8x3a
#nodejs
5 Vue.js Utilities You're Likely to Need
If you ever need to build an administrative tool using VueJS, you will probably need a few third-party components to help you deal with some complex user-interface behaviors. - http://amp.gs/j8f7M
#vue
If you ever need to build an administrative tool using VueJS, you will probably need a few third-party components to help you deal with some complex user-interface behaviors. - http://amp.gs/j8f7M
#vue
DEV Community
VueJS - 5 utilities you're likely to need
If you ever need to build an administrative tool using VueJS, you will probably need a few...
How to Use Promise.all()
Handle multiple promises at once, in parallel, and then get the result in a single aggregate array. - http://amp.gs/j8fcW
#javascript
Handle multiple promises at once, in parallel, and then get the result in a single aggregate array. - http://amp.gs/j8fcW
#javascript
How to Use Async/Await to Write Better JavaScript Code
“async/await" is a special syntax you can use in JavaScript that makes working with promises easier. In this tutorial, learn why it is surprisingly straightforward to understand and use. - http://amp.gs/j8Cst
#javascript
“async/await" is a special syntax you can use in JavaScript that makes working with promises easier. In this tutorial, learn why it is surprisingly straightforward to understand and use. - http://amp.gs/j8Cst
#javascript
What’s The Best Place to Host a Next.js Site?
A really detailed look at deploying a Next.js app to Vercel, Netlify, Layer0 and Heroku and rating them based upon a variety of factors. - http://amp.gs/j8kZp
#react #nextjs
A really detailed look at deploying a Next.js app to Vercel, Netlify, Layer0 and Heroku and rating them based upon a variety of factors. - http://amp.gs/j8kZp
#react #nextjs
Implementing Microservices in Node
Nest.js makes another appearance here. - http://amp.gs/j8k2Z
#nodejs
Nest.js makes another appearance here. - http://amp.gs/j8k2Z
#nodejs