Unifying The Mobile Onboarding Experience at Uber
How the engineering team at Uber unified their onboarding experience, making it easier for users to get started. - https://goo.gl/XsRFq2
#mobile #uber
How the engineering team at Uber unified their onboarding experience, making it easier for users to get started. - https://goo.gl/XsRFq2
#mobile #uber
Uber Engineering Blog
Unifying Mobile Onboarding Experiences at Uber
By unifying mobile onboarding experiences for our new rider app, Uber Engineering made it easier than ever before for users to
React.Fragment and Semantic HTML in React 16.2+
Components can now render an array of elements without a parent container. - https://goo.gl/JJLd39
#react
Components can now render an array of elements without a parent container. - https://goo.gl/JJLd39
#react
james
React.Fragment and Semantic HTML
HTML is the backbone of the web and the code you write should be semantic. If you write semantic HTML, It's easier to read and ascertain developer intent. Take a look at the following semantic and unsemantic examples: No thank you 👎 Yes please! 👍 It's also…
Writing Single File Components (Vue Files) in Typescript: vue-class-component vs. Vue.extend
This article will go over the two recommended ways of writing Vue components in Typescript, both of which are supported in the Vue documentation. - https://goo.gl/1Lqk75
#vue
This article will go over the two recommended ways of writing Vue components in Typescript, both of which are supported in the Vue documentation. - https://goo.gl/1Lqk75
#vue
Front-End Society
Writing Single File Components (Vue Files) in Typescript: vue-class-component vs. Vue.extend
If you come from Typescript, the first thing you’re looking for when picking up Vue is making sure your Vue files are type-safe.
ServiceWorker Cookbook
The Service Worker Cookbook is a collection of working, practical examples of using service workers in modern web sites. -
https://goo.gl/y6gDTY
#serviceworker
The Service Worker Cookbook is a collection of working, practical examples of using service workers in modern web sites. -
https://goo.gl/y6gDTY
#serviceworker
Designing Reusable React Components
Or “What Lego Can Teach Us About Reuse in React Apps” - https://goo.gl/NXX5NC
#react
Or “What Lego Can Teach Us About Reuse in React Apps” - https://goo.gl/NXX5NC
#react
Using CSS Clip Path to Create Interactive Effects
As a kid, did you ever cut out pictures from magazines and create collages? Do the same on the Web with this neat technique. - https://goo.gl/k69b1r
#css #svg
As a kid, did you ever cut out pictures from magazines and create collages? Do the same on the Web with this neat technique. - https://goo.gl/k69b1r
#css #svg
CSS-Tricks
Using CSS Clip Path to Create Interactive Effects | CSS-Tricks
Do you remember being a kid, cutting out pictures from magazines? Did you glue them onto paper to create your own collages? This post is about cutting out
A Set of Best Practices for JavaScript Projects
One company’s extensive set of guidelines covering areas like git, dependencies, environments, and API design. - https://goo.gl/UTukwY
#nodejs
One company’s extensive set of guidelines covering areas like git, dependencies, environments, and API design. - https://goo.gl/UTukwY
#nodejs
GitHub
elsewhencode/project-guidelines
A set of best practices for JavaScript projects. Contribute to elsewhencode/project-guidelines development by creating an account on GitHub.
Authentication Best Practices for Vue
Learn how to implement authentication in your Vue.js apps. This article includes shows how to store a user’s token, redirecting the user after authentication actions and preventing route access from unauthenticated users. - https://goo.gl/ZLta9y
#vue
Learn how to implement authentication in your Vue.js apps. This article includes shows how to store a user’s token, redirecting the user after authentication actions and preventing route access from unauthenticated users. - https://goo.gl/ZLta9y
#vue
Sqreen Blog | Modern Application Security
Authentication Best Practices for Vue - Sqreen Blog | Modern Application Security
Learn how to easily implement authentication in your Vue.js application. You will learn how to isolate auth logic from the app and other libraries, handle unauthenticated API calls, have auto authentication, have restricted routes access and more. Implement…
Webpack 4 Beta: Happier, Faster, More Productive.
The final release of the popular module bundler is due in a month to let plugin developers catch up, but you can play with it already. It’s faster, output is smaller, it’s taken a ‘zero config’ approach, and way more. - https://goo.gl/QSW6FR
#webpack
The final release of the popular module bundler is due in a month to let plugin developers catch up, but you can play with it already. It’s faster, output is smaller, it’s taken a ‘zero config’ approach, and way more. - https://goo.gl/QSW6FR
#webpack
Medium
🚀webpack 4 beta — try it today!🚀
One month till stable release!
The Building Blocks of Web Workers and 5 Cases for Their Use
An overview of Web Workers, a way to run JavaScript in background threads in the browser, plus several use cases where they make a great choice. - https://goo.gl/gSjEiW
#javascript #workers
An overview of Web Workers, a way to run JavaScript in background threads in the browser, plus several use cases where they make a great choice. - https://goo.gl/gSjEiW
#javascript #workers
SessionStack Blog
How JavaScript works: The building blocks of Web Workers + 5 cases when you should use them
This is post # 7 of the series dedicated to exploring JavaScript and its building components. In the process of identifying and describing…
Learn CSS Grid
Wes Bos created an excellent video series that will teach you everything you need to know about CSS Grid. - https://goo.gl/xnjx8A
#css #grid
Wes Bos created an excellent video series that will teach you everything you need to know about CSS Grid. - https://goo.gl/xnjx8A
#css #grid
CSS Grid
Learn all about CSS Grid with Wes Bos in this free video series!
Node Clinic: A Performance Toolkit for Node Developers
Clinic helps you investigate and resolve performance issues in your Node apps. The Doctor tool can show you what is wrong and point you to other tools to solve the issue. - https://goo.gl/fgJxKr
#nodejs
Clinic helps you investigate and resolve performance issues in your Node apps. The Doctor tool can show you what is wrong and point you to other tools to solve the issue. - https://goo.gl/fgJxKr
#nodejs
nearForm
Introducing Node Clinic - A performance toolkit for Node.js developers | nearForm
Clinic simplifies the process of investigating and fixing performance issues in your Node.js applications
Learn Flexbox in 12 Interactive Screencasts
A free course focused on getting you up to speed on Flexbox as quickly as possible using novel, interactive code-driven screencasts -
https://goo.gl/FWVtQM
#css #flexbox #screencasts
A free course focused on getting you up to speed on Flexbox as quickly as possible using novel, interactive code-driven screencasts -
https://goo.gl/FWVtQM
#css #flexbox #screencasts
Scrimba
Learn Flexbox for free | Scrimba.com
12 interactive screencasts to take you from beginner to advanced
How to Become a React Native Developer in 2018
General tips and resources for anyone curious about learning React Native. - https://goo.gl/fbBvPc
#reactNative
General tips and resources for anyone curious about learning React Native. - https://goo.gl/fbBvPc
#reactNative
Hacker Noon
How to Become a React Native Developer in 2018
If you’ve looked at the results from The State of JavaScript 2017 you’ll find a ton of interesting data.
Drag and Drop for Design Systems
Defining UI patterns for drag and drop across components - https://goo.gl/uekjiV
#design
Defining UI patterns for drag and drop across components - https://goo.gl/uekjiV
#design
Interesting ECMAScript 2017 Proposals That Weren’t Adopted
Some interesting feature proposals that didn’t make it. One for the perpetually curious readers amongst you - https://goo.gl/KGZ3BC
#es2017
Some interesting feature proposals that didn’t make it. One for the perpetually curious readers amongst you - https://goo.gl/KGZ3BC
#es2017
LogRocket
Interesting ECMAScript 2017 proposals that weren’t adopted
Kaelan highlights the most interesting feature proposals that weren’t adopted last summer.
Routing and Route Protection in Server-Rendered Vue Apps Using Nuxt.js
The concept and implementation details of Server-Side Rendering (SSR) are challenging for beginners as well as experienced developers. - https://goo.gl/RRhMtp
#vue
The concept and implementation details of Server-Side Rendering (SSR) are challenging for beginners as well as experienced developers. - https://goo.gl/RRhMtp
#vue
CSS-Tricks
Routing and Route Protection in Server-Rendered Vue Apps Using Nuxt.js
You might have had some experience trying to render an app built with Vue on a server. The concept and implementation details of Server-Side Rendering (SSR) are challenging for beginners as well as experienced developers. The challenges get more daunting…
PWAs Are Coming to iOS 11.3: Cupertino, We Have A Problem
Multi-platform PWAs are now possible, but right now iOS support comes with some caveats. - https://goo.gl/P7iuEG
#mobile #pwa
Multi-platform PWAs are now possible, but right now iOS support comes with some caveats. - https://goo.gl/P7iuEG
#mobile #pwa
Medium
PWAs are coming to iOS 11.3: Cupertino, we have a problem
After the surprise yesterday from a tweet from Ricky Mondello and then the Safari 11.1