A domain-driven Vue.js Architecture
For one of our current Vue apps, we set ourselves a couple of goals that should ideally improve our long-term development performance. - http://amp.gs/u8Ld
#vue
For one of our current Vue apps, we set ourselves a couple of goals that should ideally improve our long-term development performance. - http://amp.gs/u8Ld
#vue
Medium
A domain-driven Vue.js Architecture
The advent of a sustainable software project
Front-End Performance Checklist 2020
An annual front-end performance checklist (PDF/Apple Pages/MS Word), with everything you need to know to create fast experiences on the web today. - http://amp.gs/uTGb
#frontend #checklist
An annual front-end performance checklist (PDF/Apple Pages/MS Word), with everything you need to know to create fast experiences on the web today. - http://amp.gs/uTGb
#frontend #checklist
Smashing Magazine
Front-End Performance Checklist 2021 — Smashing Magazine
Let’s make 2021... fast! An annual front-end performance checklist, with everything you need to know to create fast experiences on the web today, from metrics to tooling and CSS/JavaScript techniques.
Angular 8 Bootstrap in deep
The Angular bootstrap sequence starts after the load of the index.html and the JavaScript bundles produced by Webpack. Angular Runtime creates the platform where the application can be started and finally the root component is rendered. - http://amp.gs/uT0K
#angular
The Angular bootstrap sequence starts after the load of the index.html and the JavaScript bundles produced by Webpack. Angular Runtime creates the platform where the application can be started and finally the root component is rendered. - http://amp.gs/uT0K
#angular
DEV Community
Angular 8 Bootstrap in deep
Deep investigation on how Angular 8 compiles and run an Angular application. The compiled code is analyzed and put in relation to the Angular runtime source code to explore the bootstrap sequence until the creation of the element via the DOM API.
Understanding npm Filesystem Takeover Vulnerabilities
Last month, a security vulnerability affecting all JS package managers (npm, yarn and pnpm) was disclosed which allows malicious actors to use various arbitrary file overwrite tactics. Here’s what that means and why it matters. - http://amp.gs/uzrG
#nodejs
Last month, a security vulnerability affecting all JS package managers (npm, yarn and pnpm) was disclosed which allows malicious actors to use various arbitrary file overwrite tactics. Here’s what that means and why it matters. - http://amp.gs/uzrG
#nodejs
Snyk
Understanding filesystem takeover vulnerabilities in npm JavaScript package manager | Snyk
On the 11th of December, 2019 a security vulnerability which extends to all major JavaScript package managers (npm, yarn and pnpm) was publicly disclosed.
Announcing Villus - A tiny and fast GraphQL Client for Vue.js - Abdelrahman Awad
Interested in using GraphQL but without all the bells and whistles that come with Apollo? Well, Abdelraham Awad got you covered! He just created a 3kb minimalistic GraphQL client with some staple features like reactive queries. It also makes use of the upcoming Composition API. - http://amp.gs/u17w
#vue
Interested in using GraphQL but without all the bells and whistles that come with Apollo? Well, Abdelraham Awad got you covered! He just created a 3kb minimalistic GraphQL client with some staple features like reactive queries. It also makes use of the upcoming Composition API. - http://amp.gs/u17w
#vue
Logaretm
Announcing Villus - A tiny and fast GraphQL Client for Vue.js - Abdelrahman' Blog
Javascript Engineer at Robusta Studio
React Nice Dates: Responsive, Touch-Friendly Modular Date Picker
Another month, another date picker, but this seems to be a pretty good one. Lots of demos and code examples and the control itself feels good. - http://amp.gs/uY77
#react
Another month, another date picker, but this seems to be a pretty good one. Lots of demos and code examples and the control itself feels good. - http://amp.gs/uY77
#react
Hernansartorio
React Nice Dates
A responsive, touch-friendly, and modular date picker library for React.
Angular in 2020 and Beyond
First, let’s talk about what the benefits of Angular are, what will change, and is Angular better than React? - http://amp.gs/utgT
#angular
First, let’s talk about what the benefits of Angular are, what will change, and is Angular better than React? - http://amp.gs/utgT
#angular
Medium
Angular in 2020 and Beyond
Pros, cons, and what will be next
Should You Get The Node.js Certification?
Highlights of some of the reasons for the Node.js certification’s existence, the principles, and some pros and cons. Though bear in mind NodeSource are one of its creators - http://amp.gs/umZK
#nodejs
Highlights of some of the reasons for the Node.js certification’s existence, the principles, and some pros and cons. Though bear in mind NodeSource are one of its creators - http://amp.gs/umZK
#nodejs
Fixed Table Headers
Adrian Roselli shows how to create accessible fixed table headers using position: sticky. - http://amp.gs/uZTr
#css
Adrian Roselli shows how to create accessible fixed table headers using position: sticky. - http://amp.gs/uZTr
#css
Adrian Roselli
Fixed Table Headers
Related A Responsive Accessible Table Hey, It’s Still OK to Use Tables Keyboard and Overflow
Awesome React: Around 500 Curated React Projects and Resources
A frequently updated and in-depth collection of articles, and resources relating to the React ecosystem that seems to have been hugely cleaned up over the past year. Awesome React Components is a similar compilation for components specifically. - http://amp.gs/upli
#react
A frequently updated and in-depth collection of articles, and resources relating to the React ecosystem that seems to have been hugely cleaned up over the past year. Awesome React Components is a similar compilation for components specifically. - http://amp.gs/upli
#react
GitHub
enaqx/awesome-react
A collection of awesome things regarding React ecosystem - enaqx/awesome-react
Implementing an OAuth Server With Node and Express
How to build a minimal OAuth server with Node and Express – no OAuth modules allowed here! - http://amp.gs/upQf
#nodejs
How to build a minimal OAuth server with Node and Express – no OAuth modules allowed here! - http://amp.gs/upQf
#nodejs
The Code Barbarian
Implementing an OAuth Server With Node.js and Express
A tutorial describing how to build a minimal OAuth server with Node.js and Express.
Vue Apollo v4: the first look – Natalia Tepluhina
Are you a fan of GraphQL and Apollo? Here’s a quick look into the upcoming Vue-Apollo v4.0, which introduces the ability to work with Apollo using the Vue 3.0 Composition-API. To showcase the new API, Natalia is migrating an app that uses the previous version of Vue-Apollo (v3) to the new syntax. - http://amp.gs/ulM6
#vue
Are you a fan of GraphQL and Apollo? Here’s a quick look into the upcoming Vue-Apollo v4.0, which introduces the ability to work with Apollo using the Vue 3.0 Composition-API. To showcase the new API, Natalia is migrating an app that uses the previous version of Vue-Apollo (v3) to the new syntax. - http://amp.gs/ulM6
#vue
DEV Community
Vue Apollo v4: the first look
This post requires you to be already familiar with the basics of GraphQL, Apollo Client, and Vue. Sh...
An Overview of JSX With 3 Non-React Examples
JSX was built for and popularized by React. Here’s how it works under the hood and how it could be used in two non-React scenarios (Express and Mongoose). - http://amp.gs/uG2t
#react
JSX was built for and popularized by React. Here’s how it works under the hood and how it could be used in two non-React scenarios (Express and Mongoose). - http://amp.gs/uG2t
#react
The Code Barbarian
An Overview of JSX With 3 Non-React Examples
JSX is an extension of the JavaScript language that supports XML-like syntax. While JSX is usually used for React, it doesn't have to be - here's 3 examples that don't involve React.
Array reduce vs Chaining vs for Loop
A comparison of different approaches to operating on an array. - http://amp.gs/ufjk
#nodejs
A comparison of different approaches to operating on an array. - http://amp.gs/ufjk
#nodejs
Kentcdodds
Array reduce vs chaining vs for loop
A comparison of different approaches to operating on an array
Vue Testing Handbook – Lachlan Miller
Most likely the go-to place for everything related to unit-testing in Vue! This includes a guide on how to test Vuex and even the upcoming Composition-API. - http://amp.gs/ufLr
#vue
Most likely the go-to place for everything related to unit-testing in Vue! This includes a guide on how to test Vuex and even the upcoming Composition-API. - http://amp.gs/ufLr
#vue
lmiller1990.github.io
Vue Testing Handbook
Material Design Style Click Effects With Pointer Events and CSS Custom Properties
Ben Frain demonstrates how to create click effects like in material design. - http://amp.gs/uCMR
#css
Ben Frain demonstrates how to create click effects like in material design. - http://amp.gs/uCMR
#css
How To Create And Deploy an Angular Material App
This article will help you get started with a new Angular project from just a thought to deployment (on Netlify, in this case). - http://amp.gs/ukbp
#angular
This article will help you get started with a new Angular project from just a thought to deployment (on Netlify, in this case). - http://amp.gs/ukbp
#angular
Smashing Magazine
How To Create And Deploy Angular Material Application — Smashing Magazine
This article will help you get started with a new Angular project from just a thought to deployment.
The React Hooks Guide: In-Depth Tutorial with Examples. Start Learning
Learn all about React Hooks as we comprehensively cover: State and Effects, Context, Reducers, and Custom React Hooks. - http://amp.gs/ueU7
#react
Learn all about React Hooks as we comprehensively cover: State and Effects, Context, Reducers, and Custom React Hooks. - http://amp.gs/ueU7
#react
Telerik
The Guide to Learning React Hooks
(Examples & Tutorials)
(Examples & Tutorials)
Hooks offer a lot of benefits for developers and are changing the way we write #React code for the better. This in-depth article covers everything from hooks for state & effects, context and reducers to creating custom #hooks.
What to Pay JavaScript Developers in 2020?
I think this is one of those “how long is a piece of string?” type questions but nonetheless Eric Elliott has brought together a variety of interesting stats. - http://amp.gs/u7zE
I think this is one of those “how long is a piece of string?” type questions but nonetheless Eric Elliott has brought together a variety of interesting stats. - http://amp.gs/u7zE
Medium
What to Pay JavaScript Developers in 2020
As hiring managers, we have a lot of tough choices to make. One choice most hiring managers get wrong is compensation for developers. This…