Different Ways to Implement v-model
Depending on what you're building, you may need different options for two-way data binding in Vue. Here are some ways of implementing your own custom v-model. - http://amp.gs/bx4R
#vue
Depending on what you're building, you may need different options for two-way data binding in Vue. Here are some ways of implementing your own custom v-model. - http://amp.gs/bx4R
#vue
DEV Community
VueJS - Different ways to implement v-model
VueJS is a web framework used to build front-end applications and it is widely adopted by web develop...
Casting date string from Http Json response using Decorator in Angular
One of the important benefits of using Typescript is its strongly typed, so it provides compiled time type… - http://amp.gs/bfn3
#angular
One of the important benefits of using Typescript is its strongly typed, so it provides compiled time type… - http://amp.gs/bfn3
#angular
Medium
Casting date string from Http Json response using Decorator in Angular
One of the important benefits of using Typescript is its strongly typed, so it provides compiled time type checking and developers can…
The BFF Pattern (Backend for Frontend): An Introduction
Get to know the benefits of using BFF pattern in practice - http://amp.gs/bC1T
#bff
Get to know the benefits of using BFF pattern in practice - http://amp.gs/bC1T
#bff
Medium
The BFF Pattern (Backend for Frontend): An Introduction
Get to know the benefits of using BFF pattern in practice
Adding Image Upload to a React Native App with AWS Amplify
With Amplify, AWS is looking to make inroads into mobile app development. The tutorial author illustrates its use with this common application requirement. - http://amp.gs/bkIC
#reactnative
With Amplify, AWS is looking to make inroads into mobile app development. The tutorial author illustrates its use with this common application requirement. - http://amp.gs/bkIC
#reactnative
DEV Community
Adding image upload to a React Native app with AWS Amplify
Intro In this blog post I will detail how to leverage AWS Amplify, AWS Appsync and Amazon...
Understanding Easing Functions For CSS Animations And Transitions
Adrian Bece takes a deep dive into easing functions and explains how you can use them to create natural and stunning animations. - http://amp.gs/bkw0
#css
Adrian Bece takes a deep dive into easing functions and explains how you can use them to create natural and stunning animations. - http://amp.gs/bkw0
#css
21 Best Practices for a Clean React Project
Specific techniques, each illustrated with a code snippet, all intended to improve the quality of your code. - http://amp.gs/beuc
#react
Specific techniques, each illustrated with a code snippet, all intended to improve the quality of your code. - http://amp.gs/beuc
#react
Ten Best Practices for Remote Software Engineering
A lot of developers have been getting used to a ‘new normal’ over the past year with remote working going from a niche approach to mainstream. This is a pretty high level list of ‘best practices’ but it triggered an interesting Hacker News discussion covering things like coping with remote working with ADHD and working asynchronously. - http://amp.gs/b7Jm
#practices #remote
A lot of developers have been getting used to a ‘new normal’ over the past year with remote working going from a niche approach to mainstream. This is a pretty high level list of ‘best practices’ but it triggered an interesting Hacker News discussion covering things like coping with remote working with ADHD and working asynchronously. - http://amp.gs/b7Jm
#practices #remote
cacm.acm.org
The 10 Best Practices for Remote Software Engineering
Focusing on the human element of remote software engineer productivity.
Ultimate VueJS Resources For Developers
The following are some of the most useful VueJS resources including component libraries, tools, articles, and more. - http://amp.gs/bPOM
#vue
The following are some of the most useful VueJS resources including component libraries, tools, articles, and more. - http://amp.gs/bPOM
#vue
DEV Community
Ultimate VueJS Resources🛠 For Developers👨💻
As we all know, Vue is one of the best JavaScript frameworks. It is highly recommended by developers...
Is Angular Better than React?
Angular vs React for App Development: Which is better? - http://amp.gs/by4D
#angular
Angular vs React for App Development: Which is better? - http://amp.gs/by4D
#angular
Medium
Is Angular Better than React?
Angular vs React for App Development: Which is better?
A Complete Guide to Custom Properties
Chris Coyier created a guide that covers everything important and useful to know about CSS Custom Properties. - http://amp.gs/bh9C
#css
Chris Coyier created a guide that covers everything important and useful to know about CSS Custom Properties. - http://amp.gs/bh9C
#css
CSS-Tricks
A Complete Guide to Custom Properties
Everything important and useful to know about CSS Custom Properties. Like that they are often referred to as “CSS Variables” but that’s not their real name.
React 17 Adds Support for KeyboardEvent.code Property to SyntheticEvent
The new major release of React includes this small but important change. - http://amp.gs/bvCq
#react
The new major release of React includes this small but important change. - http://amp.gs/bvCq
#react
Saeloun Blog
React 17 adds support for KeyboardEvent.code property to SyntheticEvent
Starting with React 17, KeyboardEvent.code property is available on React keyboard event.
Dependency Managers Don’t Manage Your Dependencies
Christoph Nakazawa has kicked off a new series on JavaScript infrastructure by putting the role of tools like npm, Yarn, or pnpm into context and explaining how you can begin to ‘take ownership’ of your dependencies. - http://amp.gs/bgCj
#nodejs
Christoph Nakazawa has kicked off a new series on JavaScript infrastructure by putting the role of tools like npm, Yarn, or pnpm into context and explaining how you can begin to ‘take ownership’ of your dependencies. - http://amp.gs/bgCj
#nodejs
cpojer.net
Dependency Managers Don’t Manage Your Dependencies
Read more about how to manage front end dependencies.
Vuestic UI is a components library for Vue 3
It features more than 50 highly customizable components, forever free and Open Source. Vuestic Admin is a great example of a real-world web application based on Vuestic UI and is used to quickly bootstrap frontends of web applications. — http://amp.gs/bgSu
It features more than 50 highly customizable components, forever free and Open Source. Vuestic Admin is a great example of a real-world web application based on Vuestic UI and is used to quickly bootstrap frontends of web applications. — http://amp.gs/bgSu
GitHub
GitHub - epicmaxco/vuestic-ui: Free and Open Source UI Library for Vue 3 🤘
Free and Open Source UI Library for Vue 3 🤘. Contribute to epicmaxco/vuestic-ui development by creating an account on GitHub.
Profiling site speed with the Chrome DevTools Performance tab
Matt Zeunert demonstrates how to use the Chrome DevTools Performance tab to measure and improve the speed of your website. - http://amp.gs/bEYv
#devtools
Matt Zeunert demonstrates how to use the Chrome DevTools Performance tab to measure and improve the speed of your website. - http://amp.gs/bEYv
#devtools
Debugbear
Profiling Site Speed With The Chrome DevTools Performance Tab | DebugBear
Learn how to use the Chrome DevTools Performance tab to measure and improve the speed of your website.
Account Management using Cloud Firestore in Angular
Extending your authentication process with user settings - http://amp.gs/bESd
#angular
Extending your authentication process with user settings - http://amp.gs/bESd
#angular
Medium
Account Management using Cloud Firestore in Angular
Extending your authentication process with user settings
How to Communicate Between Components in Vue.js
In this article, you'll learn how you can communicate between components in Vue.js in five different ways! - http://amp.gs/bVTN
#vue
In this article, you'll learn how you can communicate between components in Vue.js in five different ways! - http://amp.gs/bVTN
#vue
Medium
How to Communicate between Components in Vue.js
Sometimes, we need a way to send the data from one component to another without using the Vuex store.
30 Awesome JavaScript Shorthand Techniques That You Should Know
This article lists the 30 shorthand techniques in a programming language that simplifies and optimizes your JavaScript code. - http://amp.gs/bVrb
#javascript
This article lists the 30 shorthand techniques in a programming language that simplifies and optimizes your JavaScript code. - http://amp.gs/bVrb
#javascript
Medium
30 Awesome JavaScript Shorthand Techniques That You Should Know
Simplify and Optimize your JavaScript code using these shorthand techniques
How to Set Up Local Notifications in Flutter
Local notifications originate from the application itself, as opposed to Push notifications which are triggered from a remote server. - http://amp.gs/bVQl
#flutter
Local notifications originate from the application itself, as opposed to Push notifications which are triggered from a remote server. - http://amp.gs/bVQl
#flutter
freeCodeCamp.org
How to Set Up Local Notifications in Flutter
Notifications are an excellent way to engage your users or to get them to go back to your application. You can also use notifications to make users pay attention to something while they're using the app. There are two types of notifications: 1. Push Notifications…
Best Tricks to Make Your Node.js Web App Faster
This tutorial will help you explore Node.js’ efficiency and performance and show how it can help you achieve better results with the integration of fewer resources. - http://amp.gs/b9gJ
#nodejs
This tutorial will help you explore Node.js’ efficiency and performance and show how it can help you achieve better results with the integration of fewer resources. - http://amp.gs/b9gJ
#nodejs
Building Component Library with Docz and Lerna
Component libraries are all the rage these days, with many companies rolling out their own solutions or… - http://amp.gs/b4zL
#library
Component libraries are all the rage these days, with many companies rolling out their own solutions or… - http://amp.gs/b4zL
#library
Medium
Building Component Library with Docz and Lerna
Component libraries are all the rage these days, with many companies rolling out their own solutions or sticking to a bunch of open source…