Cross-Platform Mobile App Development Tools Compared
Summaries and pros and cons of Cordova, Phonegap, Ionic, Framework 7, Weex, React Native, NativeScript, Flutter, Jasonette, and Manifold. -
https://goo.gl/rxfRzP
#mobile #tools #compare
Summaries and pros and cons of Cordova, Phonegap, Ionic, Framework 7, Weex, React Native, NativeScript, Flutter, Jasonette, and Manifold. -
https://goo.gl/rxfRzP
#mobile #tools #compare
OutSystems
Free Cross-Platform Mobile App Development Tools Compared - 2017
If you can't drop loads of cash on pet ideas, here are some free cross-platform mobile app development tools you can use immediately.
vue-test-utils beta released
vue-test-utils is the official test library for Vue.js. It provides methods for unit testing Vue components. - https://goo.gl/Tfbnvj
#vue
vue-test-utils is the official test library for Vue.js. It provides methods for unit testing Vue components. - https://goo.gl/Tfbnvj
#vue
GitHub
vuejs/vue-test-utils
vue-test-utils - Utilities for testing Vue components
Learn Promises by Building Your Own
Learning by building in action in this step-by-step tutorial to help you understand how Promises work. - https://goo.gl/6wcKm7
#javascript #promise
Learning by building in action in this step-by-step tutorial to help you understand how Promises work. - https://goo.gl/6wcKm7
#javascript #promise
Medium
Learn JavaScript Promises by Building a Promise from Scratch
A step-by-step tutorial to make sure you fully understand how Promises work
7 Architectural Attributes of a Reliable React Component
Covering ideas like the single responsibility principle, encapsulation, composition, and reusability. - https://goo.gl/FQRA3e
#react
Covering ideas like the single responsibility principle, encapsulation, composition, and reusability. - https://goo.gl/FQRA3e
#react
Essential Image Optimization for the Web
A free ebook on modern image optimization techniques. Formats, decoders, techniques for efficient compression and more are covered. - https://goo.gl/TtqmVq
#image #optimization
A free ebook on modern image optimization techniques. Formats, decoders, techniques for efficient compression and more are covered. - https://goo.gl/TtqmVq
#image #optimization
images.guide
Essential Image Optimization
A free book on modern image optimization techniques. Formats, decoders, techniques for efficient compression and more are covered.
Node.js for Mobile Apps: A Node Runtime for Android and iOS
Node.js for Mobile Apps, which is free and open source, offers a Node execution environment running in a background thread inside a native app. - https://goo.gl/gC6j2S
#nodejs
Node.js for Mobile Apps, which is free and open source, offers a Node execution environment running in a background thread inside a native app. - https://goo.gl/gC6j2S
#nodejs
Janea Systems
Node.js for Mobile Apps: a full-fledged #Nodejs runtime for Android and iOS by @JaneaSystems #AppDev #nodejsmobile
Janea Systems releases Node.js for Mobile Apps: a toolkit that enables developers to harvest the power of Node.js and its module ecosystem in their mobile applications.
What is 'this' in JavaScript?
Wissam Abirached explains context and the this keyword in JavaScript, the difference between explicit and hard bindings and what the new keyword represents. - https://goo.gl/wHBKmz
#javascript
Wissam Abirached explains context and the this keyword in JavaScript, the difference between explicit and hard bindings and what the new keyword represents. - https://goo.gl/wHBKmz
#javascript
Telerik Developer Network
What is This in JavaScript?
Wissam Abirached explains context and the this keyword in JavaScript, the difference between explicit and hard bindings and what the new keyword represents.
Notification library for Vue.js
Vue.js library for showing notifications with CSS & Velocity animations.
https://goo.gl/NXMyVc
#vue #component
Vue.js library for showing notifications with CSS & Velocity animations.
https://goo.gl/NXMyVc
#vue #component
Vue.js Official Style Guide released!
The official style guide for Vue-specific code has been released. If you use Vue in a project, it’s a great reference to avoid errors, bikeshedding, and anti-patterns. - https://goo.gl/RHu5Yx
#vue #styleguide
The official style guide for Vue-specific code has been released. If you use Vue in a project, it’s a great reference to avoid errors, bikeshedding, and anti-patterns. - https://goo.gl/RHu5Yx
#vue #styleguide
vuejs.org
Vue.js
Vue.js - The Progressive JavaScript Framework
Why There's No 100% Correct Way to Structure A React App
How one dev structures his React apps, but why there’s no universally ‘ideal’ approach. - https://goo.gl/SLqavw
#react
How one dev structures his React apps, but why there’s no universally ‘ideal’ approach. - https://goo.gl/SLqavw
#react
Hacker Noon
The 100% correct way to structure a React app (or why there’s no such thing)
When it comes to structuring a React app, the ideal structure is the one that allows you to move around your code with the least amount of…
Node-ChakraCore Update From Node.js Interactive 2017
Some updates on Node-ChakraCore running production workloads, advancing N-API, and running Node on iOS. - https://goo.gl/D4FmPW
#nodejs
Some updates on Node-ChakraCore running production workloads, advancing N-API, and running Node on iOS. - https://goo.gl/D4FmPW
#nodejs
Microsoft Edge Dev Blog
Node-ChakraCore update from Node.js Interactive 2017
Today at Node.js Interactive, we'd like to share some updates on Node-ChakraCore running production workloads, advancing N-API, and running Node on iOS.
8 Key React Component Decisions
Standardize your React development with these key decisions. - https://goo.gl/HS11u5
#react
Standardize your React development with these key decisions. - https://goo.gl/HS11u5
#react
freeCodeCamp
8 Key React Component Decisions
Standardize your React development with these key decisions
Fundamentals of Responsive Images
A good explainer of the key concepts for responsive images, and an overview of a few different responsive image tactics. - https://goo.gl/4skwd5
#image #responsive
A good explainer of the key concepts for responsive images, and an overview of a few different responsive image tactics. - https://goo.gl/4skwd5
#image #responsive
Lullabot - Strategy, Design, Development
Fundamentals of Responsive Images
Picture this: images that look awesome and load fast. Learn how to size up responsive image solutions to choose what's right for your site.
Implementing Serverless Node.js Functions Using Google Cloud
Google’s still-in-beta Cloud Functions doesn’t seem to get a lot of press, but if you’re using Node, it’s worth checking out as a serverless platform. - https://goo.gl/bLF9Ws
#nodejs
Google’s still-in-beta Cloud Functions doesn’t seem to get a lot of press, but if you’re using Node, it’s worth checking out as a serverless platform. - https://goo.gl/bLF9Ws
#nodejs
Toptal Engineering Blog
Implementing Serverless Node.js Functions Using Google Cloud
Serverless computing is an architectural style in which the code is executed on demand. Google Cloud Functions is a serverless computing platform.