Launching An App? Make App Store Optimization A Foundation For Growth
Some advice to help you get a base level of users that you can grow from. - https://goo.gl/ZZ6Ud3
#mobile #appStore
Some advice to help you get a base level of users that you can grow from. - https://goo.gl/ZZ6Ud3
#mobile #appStore
Smashingmagazine
Launching An App? Make App Store Optimization Your Foundation For Growth – Smashing Magazine
A guide on how to launch an app with a marketing budget of zero. To get started, pick a topic in which enough people are interested in.
The State of the Web and Its Performance
How can we make the Web better by designing and developing with performance in mind? A look at various ways of making impactful performance improvements. - https://goo.gl/r9P1Yp
#performance
How can we make the Web better by designing and developing with performance in mind? A look at various ways of making impactful performance improvements. - https://goo.gl/r9P1Yp
#performance
Medium
The State of the Web
A guide to impactful performance improvements
WhatsApp-Like Location Sharing with Ionic
How to add location sharing to your mobile apps built with Ionic. - https://goo.gl/hM6FN6
#ionic #geo
How to add location sharing to your mobile apps built with Ionic. - https://goo.gl/hM6FN6
#ionic #geo
New in Chrome 61: JS Modules and WebUSB Support
WebUSB allows web apps to access user permitted USB devices. There’s also support for importing JavaScript modules within script tags. - https://goo.gl/14R1rq
#chrome #webUSB
WebUSB allows web apps to access user permitted USB devices. There’s also support for importing JavaScript modules within script tags. - https://goo.gl/14R1rq
#chrome #webUSB
Google Developers
New in Chrome 61 | Web
| Google Developers
| Google Developers
What's new in Chrome 61 for developers? JavaScript Modules, WebUSB, WebShare and more.
React Dates: A Date Picker from Airbnb
An accessible, easily internationalizable, mobile-friendly date-picker library for the web. - https://goo.gl/chzed8
#react #component #datePicker
An accessible, easily internationalizable, mobile-friendly date-picker library for the web. - https://goo.gl/chzed8
#react #component #datePicker
GitHub
airbnb/react-dates
react-dates - An easily internationalizable, mobile-friendly datepicker library for the web
A Guide To Virtual Reality For Web Developers
The state of browsers when it comes to virtual reality and a look at the state of implementing VR on the Web using WebVR’s APIs. - https://goo.gl/uwuXVn
#VR
The state of browsers when it comes to virtual reality and a look at the state of implementing VR on the Web using WebVR’s APIs. - https://goo.gl/uwuXVn
#VR
Smashingmagazine
A Guide To Virtual Reality For Web Developers – Smashing Magazine
Let's take a look at the state of browsers in Virtual Reality (VR) and the state of VR on the web via the WebVR APIs. A guide to VR for web developers.
Introducing Fastify, a New Speedy Web Framework
Fastify is built as a general-purpose web framework, but ‘shines’ when building extremely fast HTTP APIs that use JSON as the data format. - https://goo.gl/aE11ha
#nodejs
Fastify is built as a general-purpose web framework, but ‘shines’ when building extremely fast HTTP APIs that use JSON as the data format. - https://goo.gl/aE11ha
#nodejs
The New Stack
Introducing Fastify, a Speedy Node.js Web Framework
The following is a contributed article from Node.js core technical committee member Matteo Collina, summarizing the talk he will give at the Node.js Interactive conference, to be held Oct. 4 - 6 in Vancouver. Why have we written yet another web framework…
How Is ARCore Better Than ARKit?
Beyond the comparison, there is some good info here on both the basics and the current state of mobile AR. - https://goo.gl/HLWfr4
#AR #kit
Beyond the comparison, there is some good info here on both the basics and the current state of mobile AR. - https://goo.gl/HLWfr4
#AR #kit
Learn How To Debug JavaScript with Chrome DevTools
Ditch console.log debugging once and for all by learning to use breakpoints to debug code within the DevTools. - https://goo.gl/ReHkdU
#javascript #devTools #debug
Ditch console.log debugging once and for all by learning to use breakpoints to debug code within the DevTools. - https://goo.gl/ReHkdU
#javascript #devTools #debug
codeburst
Learn How To Debug JavaScript with Chrome DevTools
Ditch console.log debugging once and for all! Learn how to use breakpoints to debug code within the Chrome Developer Tools
Flat UI Elements Attract Less Attention and Cause Uncertainty
A usability study into the use of ‘flat’ elements on the Web, as opposed to buttons and elements with shadows and bevels. - https://goo.gl/1USruL
#flatDesign
A usability study into the use of ‘flat’ elements on the Web, as opposed to buttons and elements with shadows and bevels. - https://goo.gl/1USruL
#flatDesign
Nngroup
Flat UI Elements Attract Less Attention and Cause Uncertainty
In an eyetracking experiment comparing different clickability clues, weak and flat signifiers required more user effort than strong ones.
Announcing Yarn 1.0: An Alternative to npm
The Yarn JavaScript package manager is now used by 175,000 projects on GitHub and responsible for 3 billion package downloads per month. - https://goo.gl/S2P4Ab
#yarn
The Yarn JavaScript package manager is now used by 175,000 projects on GitHub and responsible for 3 billion package downloads per month. - https://goo.gl/S2P4Ab
#yarn
Angular vs. React vs. Vue: A 2017 Comparison
An informative take on how to choose the best framework for your next project. - https://goo.gl/uCwipV
#angular #react #vue #comparison
An informative take on how to choose the best framework for your next project. - https://goo.gl/uCwipV
#angular #react #vue #comparison
Medium
Angular vs. React vs. Vue: A 2017 comparison
Deciding on a JavaScript framework for your web application can be overwhelming. Angular and React are very popular these days, and there…
The Curious Case of 'null ≥ 0'
A trip down one of JavaScript’s many interesting rabbit holes. “It makes sense, honestly”, says the author. - https://goo.gl/JerxTq
#javascript
A trip down one of JavaScript’s many interesting rabbit holes. “It makes sense, honestly”, says the author. - https://goo.gl/JerxTq
#javascript
Camp Vanilla
Javascript : The Curious Case of Null >= 0
Why it’s important to read the Javascript Spec
The React License for Founders and CTOs
A startup founder and ex-Facebook engineer’s story of the BSD+Patents license. - https://goo.gl/aiYf1t
#react #license
A startup founder and ex-Facebook engineer’s story of the BSD+Patents license. - https://goo.gl/aiYf1t
#react #license
Medium
The React license for founders and CTOs
A startup founder and ex-Facebook engineer’s story of the BSD+Patents license. Disclaimer: I’m not a lawyer, nor is this legal advice.
Building a Trello-Style Layout with CSS Grid and Flexbox
Giulio Mainardi shows you how to build a Trello-like layout using new Grid Layout Module features and Flexbox, along with some Sass for efficiency. - https://goo.gl/kef5Qh
#css #layout #flexbox
Giulio Mainardi shows you how to build a Trello-like layout using new Grid Layout Module features and Flexbox, along with some Sass for efficiency. - https://goo.gl/kef5Qh
#css #layout #flexbox
SitePoint
Building a Trello Layout with CSS Grid and Flexbox — SitePoint
Giulio Mainardi shows you how to build a Trello layout using CSS's new Grid Layout Module features and Flexbox, along with some Sass for efficiency.