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…
6 Tips and Best Practices for a Scalable React Project
When starting a new React project, it’s always a good idea to put together some guidelines that you and your team will follow to make the code scalable.
In this post, I will share with you a handful of insights from my years of using React that will help you to determine your own project guideline. - http://amp.gs/5Pop
#react
When starting a new React project, it’s always a good idea to put together some guidelines that you and your team will follow to make the code scalable.
In this post, I will share with you a handful of insights from my years of using React that will help you to determine your own project guideline. - http://amp.gs/5Pop
#react
Medium
6 Tips and Best Practices for a Scalable React Project
When starting a new React project, it’s always a good idea to put together some guidelines that you and your team will follow to make the…
Creating a CRUD API with Node, Sequelize, Postgres and Docker
One of those ‘let’s bring together a variety of ideas’ tutorials. - http://amp.gs/5yvf
#nodejs
One of those ‘let’s bring together a variety of ideas’ tutorials. - http://amp.gs/5yvf
#nodejs
Create a Role-Based Show/Hide Directive in Angular
The custom directive in Angular is the best thing you’re not using.
If you are in the Angular realm for a good long time, you must be familiar with the concept of directives. Directives are one of the basic building blocks of Angular. It is everywhere. Even components in Angular are in directives with a template. - http://amp.gs/5y5W
#angular
The custom directive in Angular is the best thing you’re not using.
If you are in the Angular realm for a good long time, you must be familiar with the concept of directives. Directives are one of the basic building blocks of Angular. It is everywhere. Even components in Angular are in directives with a template. - http://amp.gs/5y5W
#angular
Medium
Create a Role-Based Show/Hide Directive in Angular
The custom directive in Angular is the best thing you’re not using
How To Avoid Layout Shifts Caused by Web Fonts
Simon Hearne explains how to optimize layout shifts caused by late-loading web fonts. - http://amp.gs/5hPe
#css
Simon Hearne explains how to optimize layout shifts caused by late-loading web fonts. - http://amp.gs/5hPe
#css
Simon Hearne
How to avoid layout shifts caused by web fonts
One of the biggest causes of layout shifts for my clients is late-loading web fonts, let's look at how to optimise them!
Getting Started With The GetX Package In Flutter Applications
GetX is an extra lightweight solution for state, navigation, and dependencies management for Flutter applications. - http://amp.gs/5hos
#flutter
GetX is an extra lightweight solution for state, navigation, and dependencies management for Flutter applications. - http://amp.gs/5hos
#flutter
Smashing Magazine
Getting Started With The GetX Package In Flutter Applications — Smashing Magazine
GetX is an extra lightweight solution for state, navigation, and dependencies management for Flutter applications. In this article, we will be looking at its benefits, features, and how to start using it in Flutter applications.
Image Scroll Zoom in React Native
Create a zoom effect in React Native when scrolling an image to the end of a scroll view. - http://amp.gs/5vSs
#reactnative
Create a zoom effect in React Native when scrolling an image to the end of a scroll view. - http://amp.gs/5vSs
#reactnative
DEV Community
Image Scroll Zoom in React Native
I show how to create a zoom effect in React Native when scrolling an image to the end of a scroll view.
👍1
How to use Nuxt Components Inside Storyblok Rich-Text Editor
This article will talk about a feature of Storyblok that is not highlighted often, yet is extremely powerful - the rich-text field, and more specifically, the possibility of inserting Nuxt components. - http://amp.gs/5gvT
#vue
This article will talk about a feature of Storyblok that is not highlighted often, yet is extremely powerful - the rich-text field, and more specifically, the possibility of inserting Nuxt components. - http://amp.gs/5gvT
#vue
Storyblok
How to use Nuxt components inside Storyblok Rich-Text editor
Find out how to add components directly in the Storyblok's Rich-text editor and how to create their implementation in Nuxt.
An Introduction to Node's crypto Module
The standard library’s crypto module provides cryptographic functions and wrappers for and around things like OpenSSL’s hash, HMAC, cipher, decipher, sign, and verify functions. This post covers some basic examples of its use. - http://amp.gs/5EgF
#nodejs
The standard library’s crypto module provides cryptographic functions and wrappers for and around things like OpenSSL’s hash, HMAC, cipher, decipher, sign, and verify functions. This post covers some basic examples of its use. - http://amp.gs/5EgF
#nodejs
LogRocket Blog
Node.js crypto module: A tutorial - LogRocket Blog
Learn how to use the Node.js crypto module to secure user data and review the basics of cryptography in Node.js.
How We Improved SmashingMag Performance
Vitaly Friedman outlines some of the changes made on Smashing Magazine to optimize the web performance and improve the Core Web Vitals metrics. - http://amp.gs/5VR8
#css
Vitaly Friedman outlines some of the changes made on Smashing Magazine to optimize the web performance and improve the Core Web Vitals metrics. - http://amp.gs/5VR8
#css
Smashing Magazine
How We Improved SmashingMag Performance — Smashing Magazine
In this article, we’ll take a close look at some of the changes we made on this very site — running on JAMStack with React — to optimize the web performance and improve the Core Web Vitals metrics. With some of the mistakes we’ve made, and some of the unexpected…
JavaScript Best Practices for Readable and Maintainable Code
Achieving the three Rs of software development: Refactorability, Reusability, and Readability - http://amp.gs/59Er
#javascript
Achieving the three Rs of software development: Refactorability, Reusability, and Readability - http://amp.gs/59Er
#javascript
Medium
JavaScript Best Practices for Readable and Maintainable Code
Achieving the three Rs of software development: Refactorability, Reusability, and Readability
When I Realized the Magic of Angular Pipes
While working with expressions in templates, pipes helped a lot to ease the effort to manipulate data. - http://amp.gs/54Rk
#angular
While working with expressions in templates, pipes helped a lot to ease the effort to manipulate data. - http://amp.gs/54Rk
#angular
Medium
When I Realized the Magic of Angular Pipes
While working with expressions in templates, pipes helped a lot to ease the effort to manipulate data.
The Roadmap to Landing Your Next Job as a Software Engineer
After 6 years of both interviewing hundreds of developers and also going through the job hunt as a candidate myself, I’ve honed the formula for landing software engineering jobs. I’ve seen the entire process from both sides countless times and understand the steps required to land the role you’ve been looking for. - http://amp.gs/542H
#roadmap
After 6 years of both interviewing hundreds of developers and also going through the job hunt as a candidate myself, I’ve honed the formula for landing software engineering jobs. I’ve seen the entire process from both sides countless times and understand the steps required to land the role you’ve been looking for. - http://amp.gs/542H
#roadmap
Medium
The Roadmap to Landing Your Next Job as a Software Engineer
After 6 years of both interviewing hundreds of developers and also going through the job hunt as a candidate myself, I’ve honed the…
Flutter Flip Card Animation
An easy way to animate card flipping with AnimationSwitcher widget. - http://amp.gs/5R99
#flutter
An easy way to animate card flipping with AnimationSwitcher widget. - http://amp.gs/5R99
#flutter
Medium
Flutter : flip animation
An easy way to animate card flipping with AnimationSwitcher widget.
How to Build a Node API for the Ethereum Blockchain
Honestly, I still find this sort of thing to be confusing at the best of times, but this tutorial walks through creating the backend for a decentralized music store app that uses an Ethereum blockchain for accessing music stored in IPFS. - http://amp.gs/5Uep
#nodejs
Honestly, I still find this sort of thing to be confusing at the best of times, but this tutorial walks through creating the backend for a decentralized music store app that uses an Ethereum blockchain for accessing music stored in IPFS. - http://amp.gs/5Uep
#nodejs
Testing UI Components with Vue.js (DOs and DON’Ts)
Need to test your Vue components? This article contains a lists of DO’s and DON’Ts and some practical tips on how to structure UI component tests. - http://amp.gs/5d75
#vue
Need to test your Vue components? This article contains a lists of DO’s and DON’Ts and some practical tips on how to structure UI component tests. - http://amp.gs/5d75
#vue
Simple Angular context help component or how global event listener can affect your perfomance - http://amp.gs/5OeO
#angular
#angular