Preventing Angular Subscription Memory Leaks
Don’t let your app get sluggish, handle your subscriptions - http://amp.gs/5TvX
#angular
Don’t let your app get sluggish, handle your subscriptions - http://amp.gs/5TvX
#angular
Medium
Preventing Angular Subscription Memory Leaks
Don’t let your app get sluggish, handle your subscriptions
Refactoring a Redux App to use Recoil
Get hands-on with Facebook’s Recoil library by refactoring a Redux app and comparing their differences in implementation. Another item from 2020 we didn't get to include at the time. - http://amp.gs/5zzF
#react #recoil
Get hands-on with Facebook’s Recoil library by refactoring a Redux app and comparing their differences in implementation. Another item from 2020 we didn't get to include at the time. - http://amp.gs/5zzF
#react #recoil
LogRocket Blog
Refactoring a Redux app to use Recoil - LogRocket Blog
Get hands-on with Facebook's nascent Recoil library by refactoring a Redux app and comparing their differences in implementation.
Multi-Function Button
Adrian Roselli shows how you can make accessible multi-function buttons. - http://amp.gs/5zdW
#css
Adrian Roselli shows how you can make accessible multi-function buttons. - http://amp.gs/5zdW
#css
Adrian Roselli
Multi-Function Button
Table of Contents Example The HTML Live Region Button Decoration Accessible Name The Styles Hide the Live Region Color and Contrast Active Animations Text Resize and Reflow Windows High Contrast Mode The Script The Click Event Manipulate Outcomes Screen Reader…
Lessons Learned Building WATCH3R
The author of WATCHE3R has documented their thoughts around building a production application using Vue 3. - http://amp.gs/51Y5
#vue
The author of WATCHE3R has documented their thoughts around building a production application using Vue 3. - http://amp.gs/51Y5
#vue
Tom's Journal - ttntm.me
Lessons Learned Building WATCH3R
Some thoughts on what I learned building WATCH3R.
WTFJS: A List of Funny and 'Tricky' JavaScript Examples
This has been around for years but continues to resonate with developers and gets various tweaks and adjustments. Worth it if you want to take a look into some of the more “uh, what?” corners of JS. - http://amp.gs/51Qi
#javascript
This has been around for years but continues to resonate with developers and gets various tweaks and adjustments. Worth it if you want to take a look into some of the more “uh, what?” corners of JS. - http://amp.gs/51Qi
#javascript
GitHub
GitHub - denysdovhan/wtfjs: 🤪 A list of funny and tricky JavaScript examples
🤪 A list of funny and tricky JavaScript examples. Contribute to denysdovhan/wtfjs development by creating an account on GitHub.
An Angular Roadmap — The Past, Present, and Future of Angular
As of November 2020, Angular version 11.0.0 is now available. While this release brings many updates to the platform, the most significant features include faster builds with TypeScript 4.0, component test harnesses, and ESLint updates. - http://amp.gs/5YWA
#angular
As of November 2020, Angular version 11.0.0 is now available. While this release brings many updates to the platform, the most significant features include faster builds with TypeScript 4.0, component test harnesses, and ESLint updates. - http://amp.gs/5YWA
#angular
Medium
An Angular Roadmap — The Past, Present, and Future of Angular
Paleolithic JavaScript — SproutCore
The State of JS 2020 Survey Results
23,765 people from 137 countries took part in the recent State of JS survey and while there are some common criticisms of the project, the results are nonetheless interesting and we’ll be digging into some in forthcoming issues. - http://amp.gs/5tLa
#survey
23,765 people from 137 countries took part in the recent State of JS survey and while there are some common criticisms of the project, the results are nonetheless interesting and we’ll be digging into some in forthcoming issues. - http://amp.gs/5tLa
#survey
Stateofjs
State of JS 2020
The annual survey about the latest trends in the JavaScript ecosystem.
User-Friendly Logging with TypeScript and Node
Writing comprehensive logging using text styling and emojis. - http://amp.gs/5mxQ
#nodejs
Writing comprehensive logging using text styling and emojis. - http://amp.gs/5mxQ
#nodejs
Medium
User-Friendly Logging With TypeScript and Node.js
Writing comprehensive logging using text styling and emojis
Vue 3.0: What I’m Most Excited About
In this post, we will look at the new and exciting features shipped with the latest version of Vue JS. - http://amp.gs/5ZTr
#vue
In this post, we will look at the new and exciting features shipped with the latest version of Vue JS. - http://amp.gs/5ZTr
#vue
Medium
Vue 3.0: What I’m Most Excited About
The new and exciting features shipped with the latest version of Vue JS.
Seven React Native Packages to Know in 2021
A basic yet fairly complete library which implements features many mobile app users have come to expect in their user experience. - http://amp.gs/5pIJ
#reactnative
A basic yet fairly complete library which implements features many mobile app users have come to expect in their user experience. - http://amp.gs/5pIJ
#reactnative
Medium
7 React Native Packages to know in 2021
Packages To Speed Up Your React Native development
Ten Best Practices to Containerize Node Web Apps with Docker
Production-grade guidelines for building optimized and secure Node-based Docker images whether for microservices, server-side rendering, or stand alone apps. - http://amp.gs/5ltj
#nodejs
Production-grade guidelines for building optimized and secure Node-based Docker images whether for microservices, server-side rendering, or stand alone apps. - http://amp.gs/5ltj
#nodejs
Snyk
10 best practices to containerize Node.js web applications with Docker | Snyk Blog
Are you looking for best practices on how to build Node.js Docker images for your web applications? Then you’ve come to the right place!
Angular—Introduction to service inheritance
Inheritance is one of the most popular ways to reuse code in Angular. It has been used very frequently to build components. Yet, not many developers will apply inheritance to service. In fact, service inheritance is much cleaner and easier to maintain comparing with component inheritance. It can be a good alternative of component inheritance in some cases. - http://amp.gs/5BBP
#angular
Inheritance is one of the most popular ways to reuse code in Angular. It has been used very frequently to build components. Yet, not many developers will apply inheritance to service. In fact, service inheritance is much cleaner and easier to maintain comparing with component inheritance. It can be a good alternative of component inheritance in some cases. - http://amp.gs/5BBP
#angular
Medium
Angular—Introduction to service inheritance
Inheritance is one of the most popular ways to reuse code in Angular. Here is a guide to apply inheritance to service.
The Devil’s Albatross – An Algorithmic Layout Technique
Nils Binder explains how to build an algorithmic layout that switches from two centered elements to a spaced-out flex layout. - http://amp.gs/5nTm
#css
Nils Binder explains how to build an algorithmic layout that switches from two centered elements to a spaced-out flex layout. - http://amp.gs/5nTm
#css
Serverless Nest.js Micro-Services and Integrations without HTTP
You’ve got a Node app, you want to take it serverless.. you use API Gateway and have your Node app spin up an HTTP server and work through that, right? Nope, there’s a more direct way to do it. - http://amp.gs/5fnY
#nodejs
You’ve got a Node app, you want to take it serverless.. you use API Gateway and have your Node app spin up an HTTP server and work through that, right? Nope, there’s a more direct way to do it. - http://amp.gs/5fnY
#nodejs
Medium
Serverless Nest.js micro-services & integrations without HTTP
At Capmo, we are currently evaluating to move our entire backend stack to Nest.js because of its many benefits (which I won’t mention in…
Caching Vue Refs
Is there a way to allow for persistence of Vue refs? This article shows how to compose additional caching logic on top of Vue refs. - http://amp.gs/5CvH
#vue
Is there a way to allow for persistence of Vue refs? This article shows how to compose additional caching logic on top of Vue refs. - http://amp.gs/5CvH
#vue
logaretm.com
Caching Vue Refs
Interesting cached ref variants implemented with Vue composition API
Announcing Experimental Multi-Platform Support for the Stream Flutter SDK
Stream is always looking out for the next big thing in developer tools to build new applications. React Native was one of the first mobile development framework supported by our SDKs and is still going strong. We announced support for Dart/Flutter in February of 2020. Flutter has been one of our fastest-growing integrations since — and we’re happy to announce new… - http://amp.gs/5kVE
#flutter
Stream is always looking out for the next big thing in developer tools to build new applications. React Native was one of the first mobile development framework supported by our SDKs and is still going strong. We announced support for Dart/Flutter in February of 2020. Flutter has been one of our fastest-growing integrations since — and we’re happy to announce new… - http://amp.gs/5kVE
#flutter
Medium
Announcing Experimental Multi-Platform Support for the Stream Flutter SDK
Stream is always looking out for the next big thing in developer tools to build new applications. React Native was one of the first mobile…
A proposal to improve Angular’s ReactiveFormsModule
In the past, the AngularInDepth blog has included some very helpful articles showing how the ReactiveFormsModule in @angular/forms can make your life easier. - http://amp.gs/5eeS
#angular
In the past, the AngularInDepth blog has included some very helpful articles showing how the ReactiveFormsModule in @angular/forms can make your life easier. - http://amp.gs/5eeS
#angular
Medium
A proposal to improve Angular’s ReactiveFormsModule
Ever been frustrated with limitations in Angular’s ReactiveFormsModule? Today we discuss a new proposal that aims to fix things.
Understanding Clip Path in CSS
Ahmad Shadeed gives an introduction to the CSS clip-path with examples and use-cases. - http://amp.gs/57VI
#css
Ahmad Shadeed gives an introduction to the CSS clip-path with examples and use-cases. - http://amp.gs/57VI
#css
Ahmad Shadeed Blog
Understanding Clip Path in CSS - Ahmad Shadeed
An introduction about CSS clip-path, how it works, with example and use-cases.
Fluent Vue.js Nested Routes
The code for nesting routes in Vue Router can be a pain. Here's a different method inspired by Laravel routing. - http://amp.gs/5PVT
#vue
The code for nesting routes in Vue Router can be a pain. Here's a different method inspired by Laravel routing. - http://amp.gs/5PVT
#vue
Medium
Fluent Vuejs nested routes — js version
Well I think if you know vuejs and vue-router you would know that the js code to manage the nested routes would be a pain when you get too…