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.
Using Preact as a React Alternative
Ahmed Bouchefra takes a look at Preact, a lightweight version of React with a growing community that’s well suited to high-performance apps and slow 2G networks. - https://goo.gl/gk5iNi
#prereact
Ahmed Bouchefra takes a look at Preact, a lightweight version of React with a growing community that’s well suited to high-performance apps and slow 2G networks. - https://goo.gl/gk5iNi
#prereact
SitePoint
Using Preact as a React Alternative — SitePoint
Ahmed Bouchefra introduces Preact, a lightweight version of React with a growing community that's well suited to high-performance apps and slow 2G networks.
Building server-rendered apps in Vue using Nuxt.js
This post will walk you through the process of building server-rendered webpages in Vue. - https://goo.gl/DA4avJ
#vue #serverRendered
This post will walk you through the process of building server-rendered webpages in Vue. - https://goo.gl/DA4avJ
#vue #serverRendered
LogRocket
Building server-rendered apps in Vue using Nuxt.js
This post will walk you through the process of building server-rendered webpages in Vue — a progressive JavaScript framework that is simple…
Await and Async Explained with Diagrams and Examples
A tutorial that explains the new await/async features in ES2016 for more easily working with asynchronous functions. - https://goo.gl/Y1gqo3
#await #async
A tutorial that explains the new await/async features in ES2016 for more easily working with asynchronous functions. - https://goo.gl/Y1gqo3
#await #async
Nikolay Grozev
Await and Async Explained with Diagrams and Examples
Explains JavaScript Async/Await syntax and semantics with diagrams and examples ...
Test Methods and Mock Dependencies in Vue.js with Jest
Learn how to test methods and cope with mocking module dependencies. - https://goo.gl/EhDsfN
#vue #testing #jest
Learn how to test methods and cope with mocking module dependencies. - https://goo.gl/EhDsfN
#vue #testing #jest
Alex Jover
Test Methods and Mock Dependencies in Vue.js with Jest
Learn how to test methods and cope with mocking module dependencies.
Next.js 4 Released with Perf and Styling Upgrades
A new version of Next.js, a framework for building universal React apps, is out with support for React 16 and a major upgrade to its styling engine. - https://goo.gl/b6eNCN
#next4 #release
A new version of Next.js, a framework for building universal React apps, is out with support for React 16 and a major upgrade to its styling engine. - https://goo.gl/b6eNCN
#next4 #release
zeit.co
Next.js 4: React 16 and styled-jsx 2
I’m Breaking up with Higher Order Components
Why one developer is preferring to write declarative, readable and flexible React components using render props instead of HOCs. -
https://goo.gl/3zkaZw
#react
Why one developer is preferring to write declarative, readable and flexible React components using render props instead of HOCs. -
https://goo.gl/3zkaZw
#react
Medium
I’m Breaking up with Higher Order Components. – tandemly – Medium
Writing declarative, readable and flexible React components using render props instead of HOCs
Building Browser Extensions At Scale
An extensive overview of techniques, best practices, and things learned by Grammarly, creators of a popular browser extension. - https://goo.gl/Dgdh81
#extension
An extensive overview of techniques, best practices, and things learned by Grammarly, creators of a popular browser extension. - https://goo.gl/Dgdh81
#extension
Grammarly
Building Browser Extensions At Scale
Over ten million people use the Grammarly Chrome extension. Our Firefox, Safari and Edge extensions are incredibly popular, too. These extensions may look ea...