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
How to 'Cancel' an HTTP Request
The so-called Abort API allows you to cancel asynchronous tasks such as in-flight HTTP requests and here’s how to use it in the latest Node.js version. Simon has also given a 30 minute talk about AbortController generally if you want to learn more. - http://amp.gs/j1crr
#nodejs
The so-called Abort API allows you to cancel asynchronous tasks such as in-flight HTTP requests and here’s how to use it in the latest Node.js version. Simon has also given a 30 minute talk about AbortController generally if you want to learn more. - http://amp.gs/j1crr
#nodejs
How to Configure Angular Modules Loaded by the Router
Using NgModuleFactory to create a variant of the forRoot
pattern that enables configuring Angular modules… - http://amp.gs/j16E2
#angular
Using NgModuleFactory to create a variant of the forRoot
pattern that enables configuring Angular modules… - http://amp.gs/j16E2
#angular
Smart CSS Solutions For Common UI Challenges
Cosima Mielke looks at exciting and fun things you can do with CSS to solve common problems we all have to face in our work. - http://amp.gs/j1blg
#css
Cosima Mielke looks at exciting and fun things you can do with CSS to solve common problems we all have to face in our work. - http://amp.gs/j1blg
#css
Smashing Magazine
Smart CSS Solutions For Common UI Challenges — Smashing Magazine
Writing CSS has probably never been more fun and exciting than it is today. In this post we’ll take a look at common problems and use cases we all have to face in our work and how to solve them with modern CSS. If you’re interested, we’ve also just recently…
Tips and Gotchas for Using key with v-for in Vue.js 3
The purpose of the key attribute is to give a hint for Vue's virtual DOM algorithm when diffing the new list of nodes against the old list. Learn how to avoid misusing it. - http://amp.gs/jYIYy
#vue
The purpose of the key attribute is to give a hint for Vue's virtual DOM algorithm when diffing the new list of nodes against the old list. Learn how to avoid misusing it. - http://amp.gs/jYIYy
#vue
vueschool.io
Tips and Gotchas for Using key with v-for in Vue.js 3 - Vue School Articles
Some tips on how to and how NOT to use the key attribute in Vue.js 3 components.
33 Concepts Every JavaScript Developer Should Know
A curated collection of links to tutorials on 33 different areas of JavaScript it’s worth understanding well, including: types, closures, equality, scope, and different JavaScript engines. We’ve linked this before, but it continues to get updated. - http://amp.gs/jYIci
#javascript
A curated collection of links to tutorials on 33 different areas of JavaScript it’s worth understanding well, including: types, closures, equality, scope, and different JavaScript engines. We’ve linked this before, but it continues to get updated. - http://amp.gs/jYIci
#javascript
How to Dockerize an Existing Node App
Sticks very much to a basic, demo example. - http://amp.gs/jYjK2
#nodejs
Sticks very much to a basic, demo example. - http://amp.gs/jYjK2
#nodejs
React & TypeScript: A Guide to Typing Hooks
Focusing on a few common use cases like useState, useReducer, and useRef. - http://amp.gs/jY8iK
#react
Focusing on a few common use cases like useState, useReducer, and useRef. - http://amp.gs/jY8iK
#react
Devtrium - Tutorials on React and Javascript, updated weekly!
React & TypeScript: how to type hooks (a complete guide) - Devtrium
Hooks are a fundamental aspect of writing React components, so knowing how to type them is vital to using TypeScript with React. Let's see how to do that!
Pure CSS Custom Styled Radio Buttons
Stephanie Eckles demonstrates how to create custom, accessible, cross-browser, theme-able, scalable radio buttons in pure CSS. - http://amp.gs/jYTO1
#css
Stephanie Eckles demonstrates how to create custom, accessible, cross-browser, theme-able, scalable radio buttons in pure CSS. - http://amp.gs/jYTO1
#css
Modern CSS Solutions
Pure CSS Custom Styled Radio Buttons | Modern CSS Solutions
Learn to create custom, cross-browser, theme-able, scalable radio buttons in pure CSS and ensuring styles remain accessible across states.
TDD: How to Test Using Vue.js, VueTestUtils, and Jest
The goal of test-driven development (TDD) is to ensure developers have a roadmap of their code outcome before writing the actual code. - http://amp.gs/jYzxw
#vue
The goal of test-driven development (TDD) is to ensure developers have a roadmap of their code outcome before writing the actual code. - http://amp.gs/jYzxw
#vue
DEV Community
Test Driven Development: How to test using Vue.js, VueTestUtils and Jest
Introduction Test Driven Development is a software practice. TDD focuses on three (3)...
Flutter Chore: Telling Your Code Not to Repeat Itself
How to easily limit the execution of a certain code-block to only a fixed amount of times. - http://amp.gs/jY15x
#flutter
How to easily limit the execution of a certain code-block to only a fixed amount of times. - http://amp.gs/jY15x
#flutter
Medium
Flutter Chore: Telling your code not to repeat itself
How to easily limit the execution of a certain code-block to only a fixed amount of times.
Useful React APIs for Building Flexible Components with TypeScript
Learn about some lesser-covered features (including React.cloneElement, React.isValidElement and component extends type) that can help take your component development up a level. - http://amp.gs/jYYC6
#react
Learn about some lesser-covered features (including React.cloneElement, React.isValidElement and component extends type) that can help take your component development up a level. - http://amp.gs/jYYC6
#react
Smashing Magazine
Useful React APIs For Building Flexible Components With TypeScript — Smashing Magazine
React with JSX is a fantastic tool for making easy-to-use components. Typescript components make it an absolute pleasure for developers to integrate your components into their apps and explore your APIs. Learn about three lesser-known React APIs that can…