How to Target the DOM in Vue
A common practice in web development is to target an element in the DOM and to manipulate it in some way. One way to do this with Vue.js is to use the refs feature.
- http://amp.gs/A3ke
#vue
A common practice in web development is to target an element in the DOM and to manipulate it in some way. One way to do this with Vue.js is to use the refs feature.
- http://amp.gs/A3ke
#vue
Contemporary Frontend Architectures
A frontend engineer’s perspective on modern web application architecture. - http://amp.gs/AHBh
#frontend #architecture
A frontend engineer’s perspective on modern web application architecture. - http://amp.gs/AHBh
#frontend #architecture
The 80/20 Guide to Maps in JavaScript
A Map is an object that stores key/value pairs. Maps are similar to general JavaScript objects, but there are a few key differences that make maps useful.. - http://amp.gs/A2IK
#javascript
A Map is an object that stores key/value pairs. Maps are similar to general JavaScript objects, but there are a few key differences that make maps useful.. - http://amp.gs/A2IK
#javascript
Infinite Scroll in Angular Using the CDK
When dealing with a large amount of content, you may find it useful to add an infinite scroll feature to your site. When saying infinite scrolling, this refers to a page appending new content as the user continues to scroll, giving the page the illusion of scrolling indefinitely. Loads of websites use this feature, and it can be a fluid alternative to something like pagination.
- http://amp.gs/A2QS
#angular
When dealing with a large amount of content, you may find it useful to add an infinite scroll feature to your site. When saying infinite scrolling, this refers to a page appending new content as the user continues to scroll, giving the page the illusion of scrolling indefinitely. Loads of websites use this feature, and it can be a fluid alternative to something like pagination.
- http://amp.gs/A2QS
#angular
CSS Grid: Illustrated Introduction
A detailed, visual look at how to get to grips with Grid. - http://amp.gs/AwMq
#css
A detailed, visual look at how to get to grips with Grid. - http://amp.gs/AwMq
#css
State Colocation Will Make Your React App Faster
This is all about the idea of keeping state as local to your components as possible for both performance and maintenance reasons. - http://amp.gs/AFJY
#react
This is all about the idea of keeping state as local to your components as possible for both performance and maintenance reasons. - http://amp.gs/AFJY
#react
A Four Part Guide to Iterators and Generators
A lot to digest in this series about both synchronous and asynchronous iterators and generators, with each getting a full article. - http://amp.gs/AX3Z
#nodejs
A lot to digest in this series about both synchronous and asynchronous iterators and generators, with each getting a full article. - http://amp.gs/AX3Z
#nodejs
State Management in React Native
What state actually is, the setState() method, the Context API and React Hooks. - http://amp.gs/ALuc
#reactnative
What state actually is, the setState() method, the Context API and React Hooks. - http://amp.gs/ALuc
#reactnative
Using Scoped Slots in Vue.js
Scoped slots is an advanced feature of Vue.js that provides component reusability. Scoped slots are like normal slots, but they can receive properties as well. Here's a quick example of how to use them. - http://amp.gs/AWRV
#vue
Scoped slots is an advanced feature of Vue.js that provides component reusability. Scoped slots are like normal slots, but they can receive properties as well. Here's a quick example of how to use them. - http://amp.gs/AWRV
#vue
MEAN Stack (Angular 8) Tutorial: Build a Simple Blog CMS
A comprehensive step by step MEAN Stack (Angular 8) tutorial on build a simple Blog CMS - http://amp.gs/AaRQ
#angular
A comprehensive step by step MEAN Stack (Angular 8) tutorial on build a simple Blog CMS - http://amp.gs/AaRQ
#angular
Djamware.com
MEAN Stack (Angular 8) Tutorial: Build a Simple Blog CMS
A comprehensive step by step MEAN Stack (Angular 8) tutorial on build a simple Blog CMS (Content Management System)
The Six Most Common Types of Logic in Large Applications
All about architecture (Uncle Bob’s Clean Architecture principles, in particular) and deciding upon where to place different types of code in a larger application. - http://amp.gs/AoE8
#architecture
All about architecture (Uncle Bob’s Clean Architecture principles, in particular) and deciding upon where to place different types of code in a larger application. - http://amp.gs/AoE8
#architecture
Khalilstemmler
Organizing App Logic with the Clean Architecture [with Examples] | Khalil Stemmler
In this article, you'll learn about the Clean Architecture, why we should separate the concerns of large applications into layers, the 6 most common types of application logic, and which layer they belong to.
How to Deploy a React App to Production on AWS with Express, Postgres, PM2 and NGINX
There’s a lot to digest in this walk through of setting up an AWS deployment setup from scratch for a React-based webapp. - http://amp.gs/Aoa3
#react #fullstack #aws #deploy
There’s a lot to digest in this walk through of setting up an AWS deployment setup from scratch for a React-based webapp. - http://amp.gs/Aoa3
#react #fullstack #aws #deploy
Understanding Stateless Components in Vue
If you are not using an external package for state management, it's a good idea to have as few state-based components as possible by using stateless, presentational components with stateful components around them.
- http://amp.gs/AM58
#vue
If you are not using an external package for state management, it's a good idea to have as few state-based components as possible by using stateless, presentational components with stateful components around them.
- http://amp.gs/AM58
#vue
Dev Induct
Understanding Stateless Components in Vue
Sustainable Angular Architectures with Tactical DDD and MonoRepos?
Business and industrial applications are usually long-lived. These applications include customer-facing applications layered with complex backend services and systems. Many of these applications are now implemented with web frontends using JavaScript. - http://amp.gs/A5w7
#angular
Business and industrial applications are usually long-lived. These applications include customer-facing applications layered with complex backend services and systems. Many of these applications are now implemented with web frontends using JavaScript. - http://amp.gs/A5w7
#angular
DEV Community
Sustainable Angular Architectures with Tactical DDD and MonoRepos?
. Tagged with angular, architecture.
Smoother & Sharper Shadows With Layered Box-Shadows
Tobias Bjerrome Ahlin shows how to get fine-tuned control over how shadows are rendered, and create richer and more realistic 3D effects. - http://amp.gs/AQUs
#css
Tobias Bjerrome Ahlin shows how to get fine-tuned control over how shadows are rendered, and create richer and more realistic 3D effects. - http://amp.gs/AQUs
#css
Tobiasahlin
Smoother & sharper shadows with layered box-shadows
With a simple CSS trick, we can get fine-tuned control over how shadows are rendered, and create richer and more realistic 3D effects
Working with GitHub Actions
GitHub Actions are still in beta and are changing quickly. But if you are looking to get started the possibilities are endless. - http://amp.gs/AcCO
#nodejs
GitHub Actions are still in beta and are changing quickly. But if you are looking to get started the possibilities are endless. - http://amp.gs/AcCO
#nodejs
Jeffrafter
Working with GitHub Actions
GitHub Actions are still in beta and are changing quickly. But if you are looking to get started the possibilities are endless.
15 Must-Have Vue Directives That Will Maximize Your Productivity
Vue directives can add handy features and solve countless issues in your apps. Here's a list of 15 essential directives that are ready for you to use. - http://amp.gs/A6e6
#vue
Vue directives can add handy features and solve countless issues in your apps. Here's a list of 15 essential directives that are ready for you to use. - http://amp.gs/A6e6
#vue
Telerik Blogs
15 Must-Have Vue Directives Maximize Your Productivity
15 Must-Have Vue Directives That Will Significantly Maximize Your Productivity
Create Simple Chips In Angular Without Material Design
We can create chips in Angular using Material design very easily. There are lots of sample codes available in this context.
- http://amp.gs/AbkP
#angular
We can create chips in Angular using Material design very easily. There are lots of sample codes available in this context.
- http://amp.gs/AbkP
#angular
C-Sharpcorner
Create Simple Chips In Angular Without Material Design
In this post, we will create a simple chips feature in Angular 8 application without material design. We will use simple html elements, css and typescript code to implement chips design.
Deploying a Node App with PM2, NGINX, and Let's Encrypt SSL
A good walkthrough. Uses Digital Ocean for the VPS but you could use other providers (EC2, Linode, etc.) - https://www.youtube.com/watch?v=oykl1Ih9pMg
#nodejs #video
A good walkthrough. Uses Digital Ocean for the VPS but you could use other providers (EC2, Linode, etc.) - https://www.youtube.com/watch?v=oykl1Ih9pMg
#nodejs #video
YouTube
Full Node.js Deployment - NGINX, SSL With Lets Encrypt
In this video we will do a full deployment of Node.js using PM2 and an NGINX reverse proxy and a free SSL from Lets Encrypt to a DigitalOcean droplet
Commands & Steps:
https://gist.github.com/bradtraversy/cd90d1ed3c462fe3bddd11bf8953a896
$10 Free Digital…
Commands & Steps:
https://gist.github.com/bradtraversy/cd90d1ed3c462fe3bddd11bf8953a896
$10 Free Digital…