The Art of Building Real-Life Components
Ahmad Shadeed gives a detailed walkthrough to building a component with all its complexities and intricacies. - http://amp.gs/MbPE
#css
Ahmad Shadeed gives a detailed walkthrough to building a component with all its complexities and intricacies. - http://amp.gs/MbPE
#css
Ahmad Shadeed Blog
The Art of Building Real-life Components - Ahmad Shadeed
A walkthrough on building a component with HTML & CSS in details.
Why We Still Need State Management Systems in Vue 3 — But Not the Way You Think
The Composition API gives us great flexibility - but how can we gather the insights we are used to by Vue.js Devtools integrations like Vuex? - http://amp.gs/5IZI
#vue
The Composition API gives us great flexibility - but how can we gather the insights we are used to by Vue.js Devtools integrations like Vuex? - http://amp.gs/5IZI
#vue
Medium
Why we still need state management systems in Vue 3 — but not the way you think 🐣
Let’s try to get both the flexibility of the Composition API and the Vue.js Devtools quality of Vuex.
Minimal React: Getting Started with the Frontend Library
JavaScript's esteemed Dr. Axel explains how to get started with React while using as few libraries as possible, including his own state management approach. This dates from 2020 but we didn't cover it at the time. - http://amp.gs/5jl7
#react
JavaScript's esteemed Dr. Axel explains how to get started with React while using as few libraries as possible, including his own state management approach. This dates from 2020 but we didn't cover it at the time. - http://amp.gs/5jl7
#react
How To Create A To-Do App Using Hive DataBase With TypeAdapter in Flutter - http://amp.gs/58fU
#flutter
#flutter
Medium
Hive DataBase With TypeAdapter In Flutter
Learn How To Create Todo Application Using Hive DataBase With TypeAdapter In Your Flutter Apps
Try/Catch in JavaScript – How to Handle Errors in JS
This article explains the try/catch block in JavaScript, used to handle bugs and errors that are inevitable in programming. - http://amp.gs/583b
#javascript
This article explains the try/catch block in JavaScript, used to handle bugs and errors that are inevitable in programming. - http://amp.gs/583b
#javascript
freeCodeCamp.org
Try/Catch in JavaScript – How to Handle Errors in JS
Bugs and errors are inevitable in programming. A friend of mine calls them unknown features :). Call them whatever you want, but I honestly believe that bugs are one of the things that make our work as programmers interesting. I mean no matter how frustrated…
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