React Philosophies: Simple, Practical, Easy-to-Follow Guidelines
This developer indentifies the seminal thinkers who impacted her careeer growth and then boils their respective philosophies down so they can easily be incorporated into your project. - http://amp.gs/j13GK
#react
This developer indentifies the seminal thinkers who impacted her careeer growth and then boils their respective philosophies down so they can easily be incorporated into your project. - http://amp.gs/j13GK
#react
When a WeakMap() Actually Came in Handy
The creator of slide-element, an element animation library, explains a situation where he found the often misunderstood WeakMap type came in handy. - http://amp.gs/j1HYR
#javascript
The creator of slide-element, an element animation library, explains a situation where he found the often misunderstood WeakMap type came in handy. - http://amp.gs/j1HYR
#javascript
From Nuxt to Astro - Rebuilding with Astro
Astro is an innovative static site generator that focuses on static generation instead of JS framework. But how much better is it than Nuxt? - http://amp.gs/j1HL7
#vue
Astro is an innovative static site generator that focuses on static generation instead of JS framework. But how much better is it than Nuxt? - http://amp.gs/j1HL7
#vue
Lindsaykwardell
From Nuxt to Astro - Rebuilding with Astro
Astro is an innovative static site generator that focuses on static generation instead of JS framework. But how much better is it?
Custom Properties With Defaults: 3+1 Strategies
Lea Verou shares different ways to set custom properties with defaults. - http://amp.gs/j1wUT
#css
Lea Verou shares different ways to set custom properties with defaults. - http://amp.gs/j1wUT
#css
Converting a React Component to TypeScript
By methodically working through the errors encountered in the process, the author provides an instructive summary of what it takes to modify a standard React component to use TypeScript. - http://amp.gs/j1F8w
#react
By methodically working through the errors encountered in the process, the author provides an instructive summary of what it takes to modify a standard React component to use TypeScript. - http://amp.gs/j1F8w
#react
DEV Community
Converting a React component to TypeScript
In this post you will join me as I modify a simple component to start utilizing TypeScript. The...
The Complete Angular Performance Guide For 2021
Frustrated with your slow Angular app? Here’s how to double or even triple the speed of your Angular… - http://amp.gs/j1Fqm
#angular
Frustrated with your slow Angular app? Here’s how to double or even triple the speed of your Angular… - http://amp.gs/j1Fqm
#angular
Announcing TypeScript 4.5 Beta
The next TypeScript release is shaping up to be a good one with ES module support in Node (plus CommonJS interop), the Awaited type, --module es2022, and tail-recursion elimination on conditional types all highlight fetaures. - http://amp.gs/j1XGO
#typescript
The next TypeScript release is shaping up to be a good one with ES module support in Node (plus CommonJS interop), the Awaited type, --module es2022, and tail-recursion elimination on conditional types all highlight fetaures. - http://amp.gs/j1XGO
#typescript
TypeScript
Announcing TypeScript 4.5 Beta
Today we are excited to announce the beta release of TypeScript 4.5! To get started using the beta, you can get it through NuGet, or use npm with the following command: npm install typescript@beta You can also get editor support by Downloading for Visual…
Is Deno Still a Thing? A Look at the Status of the 'Node Killer'
Not a particularly deep piece, but if you’ve not kept up with Deno it’s a quick catch up. - http://amp.gs/j1X3x
#nodejs
Not a particularly deep piece, but if you’ve not kept up with Deno it’s a quick catch up. - http://amp.gs/j1X3x
#nodejs
Medium
Is Deno Still a Thing? A Look at the Status of the Node Killer
It’s been well over a year already, what have they been up to?
How to Build a Movies App with Vue, Auth0, and Cloudinary
In this tutorial, we'll learn to build a movie app that uses Auth0 to integrate authentication and Cloudinary to enable media optimization and transformation. - http://amp.gs/j1LvU
#vue
In this tutorial, we'll learn to build a movie app that uses Auth0 to integrate authentication and Cloudinary to enable media optimization and transformation. - http://amp.gs/j1LvU
#vue
DEV Community
How to Build a Movies App with Vue, Auth0 and Cloudinary
Vue JS is a progressive javascript framework that is used to develop user-friendly and interactive...
❤1👍1
min(), max(), and clamp(): Three Logical CSS Functions To Use Today
Una Kravets shows how to control element sizing, maintain proper spacing, and implement fluid typography using min(), max(), and clamp() CSS functions. - http://amp.gs/j1Wef
#css
Una Kravets shows how to control element sizing, maintain proper spacing, and implement fluid typography using min(), max(), and clamp() CSS functions. - http://amp.gs/j1Wef
#css
web.dev
min(), max(), and clamp(): three logical CSS functions to use today
Min, max, and clamp provide some powerful CSS capabilities that enable more responsive styling with fewer liens of code. This post goes over how to control element sizing, maintain proper spacing, and implement fluid typography using these well-supported…
How Experienced Developers Review Code
Simply reviewing someone's code and identifying errors is great and as a developer, follow these five good practices experienced developers do at code reviews. - http://amp.gs/j1WKI
#codereview
Simply reviewing someone's code and identifying errors is great and as a developer, follow these five good practices experienced developers do at code reviews. - http://amp.gs/j1WKI
#codereview
Medium
How Experienced Developers Review Code
5 good practices I use to review code
Safe DOM Manipulation (in the Future) with the Sanitizer API
The new Sanitizer API (edited by developers from both Google and Mozilla) aims to build a robust processor for arbitrary strings to be safely inserted into a page. Something to look forward to. - http://amp.gs/j1amK
#javascript #webapi
The new Sanitizer API (edited by developers from both Google and Mozilla) aims to build a robust processor for arbitrary strings to be safely inserted into a page. Something to look forward to. - http://amp.gs/j1amK
#javascript #webapi
web.dev
Safe DOM manipulation with the Sanitizer API
The new Sanitizer API aims to build a robust processor for arbitrary strings to be safely inserted into a page. This article introduces the API, and explains its usage.
👍1
Flutter Minimizing Tips
A minimalist guide for size optimizations for Flutter. - http://amp.gs/j1a4U
#flutter
A minimalist guide for size optimizations for Flutter. - http://amp.gs/j1a4U
#flutter
Managing Secrets in Node.js with HashiCorp Vault
HashiCorp Vault helps organizations manage secrets safely. Learn how to use Vault with your Node.js… - http://amp.gs/j1aoK
#nodejs
HashiCorp Vault helps organizations manage secrets safely. Learn how to use Vault with your Node.js… - http://amp.gs/j1aoK
#nodejs
Medium
Managing Secrets in Node.js with HashiCorp Vault
HashiCorp Vault helps organizations manage secrets safely. Learn how to use Vault with your Node.js applications.
Reusing Angular component code by using TypeScript Inheritance
Since TypeScript supports the inheritance concept. Certain times, it is very easy to reuse code. If Angular… - http://amp.gs/j1oVU
#angular
Since TypeScript supports the inheritance concept. Certain times, it is very easy to reuse code. If Angular… - http://amp.gs/j1oVU
#angular
Medium
Reusing Angular component code by using TypeScript Inheritance
Since TypeScript supports the inheritance concept. Certain times, it is very easy to reuse code. If Angular components have similar or…
Use Vue 3 Single File Components Without Compilation
This article explains the process of using Single File Components in Vue 3 without compilation by using the vue3-sfc-loader. - http://amp.gs/j1Mng
#vue
This article explains the process of using Single File Components in Vue 3 without compilation by using the vue3-sfc-loader. - http://amp.gs/j1Mng
#vue
Medium
Use Vue 3 Single File Components without compilation
In this article I want to share with you the process of using Single File Components in Vue 3 without compilation. I found some tutorials…
Conditional border-radius and Three Future CSS Features
Stefan Judis gives an overview of some future CSS features: media query ranges, container queries, and @when/@else. - http://amp.gs/j15Zz
#css
Stefan Judis gives an overview of some future CSS features: media query ranges, container queries, and @when/@else. - http://amp.gs/j15Zz
#css
Stefanjudis
Conditional border-radius and three future CSS features
A look at CSS features from the future: media query ranges, container queries and @when/@else.
Getting Started with the Rollup.js JS Bundler
Built around a series of easy to understand examples. - http://amp.gs/j1Qjy
#rollup #bundler
Built around a series of easy to understand examples. - http://amp.gs/j1Qjy
#rollup #bundler
OpenReplay Blog
The Ultimate Guide to Getting Started with the Rollup.js JavaScript Bundler
Learn how to use this JavaScript bundler with easy-to-follow examples
How to Replace useState with useRef and Be a Winner
A post walking through the differences between different forms of state, when state is really needed or not, and an alternative and optimizations for certain cases. - http://amp.gs/j1QKg
#react
A post walking through the differences between different forms of state, when state is really needed or not, and an alternative and optimizations for certain cases. - http://amp.gs/j1QKg
#react
Vladimir Klepov as a Coder
How to replace useState with useRef and be a winner