Vue Enterprise Boilerplate
An evolving, “very opinionated” architecture and dev environment for new Vue SPA projects using Vue CLI 3. - https://goo.gl/Xmdwts
#vue
An evolving, “very opinionated” architecture and dev environment for new Vue SPA projects using Vue CLI 3. - https://goo.gl/Xmdwts
#vue
GitHub
chrisvfritz/vue-enterprise-boilerplate
vue-enterprise-boilerplate - An ever-evolving, very opinionated architecture and dev environment for new Vue SPA projects using Vue CLI 3.
Evolving Patterns in React
A look at some of the patterns that are emerging in the React ecosystem. These patterns improve readability, code clarity, and push your code towards composition and reusability. -
https://goo.gl/m4SNyD
#react
A look at some of the patterns that are emerging in the React ecosystem. These patterns improve readability, code clarity, and push your code towards composition and reusability. -
https://goo.gl/m4SNyD
#react
freeCodeCamp
Evolving Patterns in React – freeCodeCamp
Let’s take a closer look at some of the patterns that are emerging in the React ecosystem. These patterns improve readability, code…
Running a Scalable, Reliable GraphQL Endpoint with Serverless
GraphQL is a novel query language that lets you provide rich data services from a single endpoint. Rigging up such an endpoint with the Serverless framework, Lambda, and DynamoDB is covered in this thorough tutorial. - https://goo.gl/a3Q1Ne
#graphQL
GraphQL is a novel query language that lets you provide rich data services from a single endpoint. Rigging up such an endpoint with the Serverless framework, Lambda, and DynamoDB is covered in this thorough tutorial. - https://goo.gl/a3Q1Ne
#graphQL
serverless
Running a scalable & reliable GraphQL endpoint with Serverless
Learn how to create GraphQL endpoints using the Serverless Framework, Lambda, DynamoDB, RDS and a REST backend.
Building a Progressive Quiz App with Vue, Vuex, and Firestore
In this tutorial you will learn how to use these technologies together, to create a progressive quiz app. - https://goo.gl/MzjoLc
#vue
In this tutorial you will learn how to use these technologies together, to create a progressive quiz app. - https://goo.gl/MzjoLc
#vue
Medium
Building a Progressive Quiz App with Vue, Vuex, and Firestore: Part 1
The Github repo is here.
How to Debug Any Problem
Duncan Riach shares some general tips on debugging that might help you refine your own process. - https://goo.gl/VY9XED
#debug
Duncan Riach shares some general tips on debugging that might help you refine your own process. - https://goo.gl/VY9XED
#debug
Hacker Noon
How to Debug Any Problem
The ability to quickly and effectively find and resolve bugs in new and established systems is one of the most valuable engineering skills…
Understanding Media Queries in HTML Email
As well as helping you target mobile email clients, unpredictable support for modern Web tech on desktop and webmail clients makes media queries useful there too. - https://goo.gl/NzETMJ
#css #email
As well as helping you target mobile email clients, unpredictable support for modern Web tech on desktop and webmail clients makes media queries useful there too. - https://goo.gl/NzETMJ
#css #email
Litmus Software, Inc.
Understanding Media Queries in HTML Email
In this post, we’ll dissect the ever-useful media query and see how it can benefit nearly any email campaign.
Creating Reusable Transitions in Vue
Creating transitions in Vue is fun and easy, but you have to do it again and again in each project. What if we could build reusable transitions and do it without hassle? - https://goo.gl/uMHv3e
#vue
Creating transitions in Vue is fun and easy, but you have to do it again and again in each project. What if we could build reusable transitions and do it without hassle? - https://goo.gl/uMHv3e
#vue
Vue.js Developers
Creating Reusable Transitions in Vue
Creating transitions in Vue is fun and easy, but you have to do it again and again in each project. What if we could build reusable transitions and do it without hassle?
A Front End Interview Handbook
Headed to a job interview any time soon? Here are some questions (and answers) worth being prepared for. - https://goo.gl/tSFdUr
#frontEnd #handbook
Headed to a job interview any time soon? Here are some questions (and answers) worth being prepared for. - https://goo.gl/tSFdUr
#frontEnd #handbook
GitHub
GitHub - yangshun/front-end-interview-handbook: ⚡️ Front End interview preparation materials for busy engineers
⚡️ Front End interview preparation materials for busy engineers - GitHub - yangshun/front-end-interview-handbook: ⚡️ Front End interview preparation materials for busy engineers
Unlocking Web Audio — The Smarter Way
An easy/effective way to ‘unlock’ the Web Audio API on iOS devices. - https://goo.gl/76B26U
#webAudio
An easy/effective way to ‘unlock’ the Web Audio API on iOS devices. - https://goo.gl/76B26U
#webAudio
Hacker Noon
Unlocking Web Audio — the smarter way
The Web Audio API provides a powerful and versatile system for controlling audio on the Web, allowing developers to choose audio sources…
Adding Analytics to Your Next Mobile JavaScript App
Add in-depth, production-ready analytics to your app in minutes using AWS Amplify and AWS Mobile Hub. - https://goo.gl/fBtRgU
#mobile
Add in-depth, production-ready analytics to your app in minutes using AWS Amplify and AWS Mobile Hub. - https://goo.gl/fBtRgU
#mobile
Hacker Noon
Adding Analytics to Your Next Mobile JavaScript Application
Add in-depth, production ready analytics to your application in minutes using AWS Amplify & AWS Mobile Hub.
Using Promise.prototype.finally in Node
Promise.prototype.finally() will be arriving in ECMAScript (and therefore Node) soon - what can we use it for, and how could we implement a polyfill for the time being? - https://goo.gl/eE9vzk
#nodejs #promise
Promise.prototype.finally() will be arriving in ECMAScript (and therefore Node) soon - what can we use it for, and how could we implement a polyfill for the time being? - https://goo.gl/eE9vzk
#nodejs #promise
The Code Barbarian
Using Promise.prototype.finally in Node.js
The Future of State in React
Juwan Wheatley demonstrates how React’s Context API will be the “go-to solution for sharing state simply” while creating a theme-switching component. - https://goo.gl/opNg72
#react
Juwan Wheatley demonstrates how React’s Context API will be the “go-to solution for sharing state simply” while creating a theme-switching component. - https://goo.gl/opNg72
#react
webpack 4.0 Released
A significant release for the popular module and asset bundler brings significantly increased performance and new ‘development’ and ‘production’ modes with pre-defined settings. - https://goo.gl/1D3SZH
#webpack #released
A significant release for the popular module and asset bundler brings significantly increased performance and new ‘development’ and ‘production’ modes with pre-defined settings. - https://goo.gl/1D3SZH
#webpack #released
Medium
🎼webpack 4: released today!!✨
Codename: Legato 🎶
How I Built a Game in a Week
Ada Rose Cannon shares her experience of creating a simple 3rd person RPG game using tools available on the web. - https://goo.gl/BrtDv5
#css
Ada Rose Cannon shares her experience of creating a simple 3rd person RPG game using tools available on the web. - https://goo.gl/BrtDv5
#css
Medium
How I built a game in a week
I tried to make a game mostly using tools available on the web.
Protected Routes and Authentication with React and Node
Discover how to add a basic authentication flow to a Create React App app. - https://goo.gl/TN8w6T
#react #nodejs
Discover how to add a basic authentication flow to a Create React App app. - https://goo.gl/TN8w6T
#react #nodejs
Medium
Protected routes and Authentication with React and Node.js
Discover how to add email login, Facebook Login and restricted routes in a Create React App.