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
A Guide to Styled Components with Interactive Examples
Learn how to use styled components and find out why they’re built with tagged template literals. - https://goo.gl/upFnDY
#react
Learn how to use styled components and find out why they’re built with tagged template literals. - https://goo.gl/upFnDY
#react
Codecamps in Flip Flops
A quick Guide to Styled Components with interactive Examples
Learn how to use styled components and how to use styled components themes. Find out why styled components are built with tagged template literals.
Creating a Drop-Down Menu for Mobile Pages
How to create and animate a hamburger menu icon and then attach an event listener through jQuery for triggering a drop-down menu. - https://goo.gl/x9akjj
#css #mobile #menu
How to create and animate a hamburger menu icon and then attach an event listener through jQuery for triggering a drop-down menu. - https://goo.gl/x9akjj
#css #mobile #menu
Code Envato Tuts+
Creating a Drop-Down Menu for Mobile Pages
This tutorial will teach you how to create and animate a hamburger menu icon and then attach an event listener through jQuery for triggering a drop-down menu.I will be using Jade (Pug) and Sass...
React Native Pros and Cons
This article takes a look at the advantages of React Native, why it’s so popular, and some potential drawbacks you might want to consider. - https://goo.gl/3Vo2tq
#reactNative
This article takes a look at the advantages of React Native, why it’s so popular, and some potential drawbacks you might want to consider. - https://goo.gl/3Vo2tq
#reactNative
Intertech Blog
React Native Pros and Cons
In this article, we’ll take a look at the advantages of React Native, why it’s so popular, and some potential drawbacks you might want to consider.
CSS Scroll Snap: What Is It? Do We Need It?
Dennis Gaebel gives a nice overview of CSS Scroll Snap. - https://goo.gl/P4o3GP
#css
Dennis Gaebel gives a nice overview of CSS Scroll Snap. - https://goo.gl/P4o3GP
#css
Web Design Envato Tuts+
CSS Scroll Snap: What Is It? Do We Need It?
It can be difficult for web developers to guarantee a well-controlled scrolling experience, but luckily a CSS module entitled “Scroll Snap” promises to help. It will enforce where a scroll position...
Mobile Web Apps Finally Becoming An Alternative to Native Apps
“web apps are finally becoming an alternative to native applications, and that’s something to be excited about” - https://goo.gl/9GFRsA
#mobile
“web apps are finally becoming an alternative to native applications, and that’s something to be excited about” - https://goo.gl/9GFRsA
#mobile
Android Police - Android news, reviews, apps, games, phones, tablets
Opinion: Mobile web apps are finally becoming an alternative to native apps
For over a decade, web-based applications have been replacing native programs - at least on the desktop. I manage my calendar with Google Calendar, check m... by Corbin Davenport in Editorials, News, Videos