How Easy Is It to Create A Plugin for NativeScript?
A quick guide to building a simple UI plugin with NativeScript. - https://goo.gl/Qh965Q
#mobile #naticescript
A quick guide to building a simple UI plugin with NativeScript. - https://goo.gl/Qh965Q
#mobile #naticescript
Medium
How easy is it to create a plugin for NativeScript?
There is a growing number of plugins available for NativeScript that are developed by the community, and the reason for this is not only…
Leveraging the Web Perf Metrics That Affect User Experience
A 40-min talk looking at the metrics and platform APIs that enable user-centric performance measurement and how devs can use this data to improve end-user experiences. - https://goo.gl/BQJUK7
#gogleio
A 40-min talk looking at the metrics and platform APIs that enable user-centric performance measurement and how devs can use this data to improve end-user experiences. - https://goo.gl/BQJUK7
#gogleio
YouTube
Web Performance: Leveraging the Metrics that Most Affect User Experience (Google I/O '17)
Performance is crucial for user engagement, especially on mobile web. Yet users are regularly bogged down by slow page loads, delayed interactivity after page load, high input latency on critical interactions (tap, click, scroll etc), and janky animations…
Managing microservices with the Istio service mesh
With the adoption of microservices, new problems emerge due to the sheer number of services. Problems that had to be solved once for a monolith, like security, load balancing, monitoring, and rate limiting need to be handled for each service. - https://goo.gl/JWK4n3
#microservice
With the adoption of microservices, new problems emerge due to the sheer number of services. Problems that had to be solved once for a monolith, like security, load balancing, monitoring, and rate limiting need to be handled for each service. - https://goo.gl/JWK4n3
#microservice
blog.kubernetes.io
Managing microservices with the Istio service mesh
The official Kubernetes blog.
Fun with Viewport Units
Viewport units (e.g. vw, vh, vmin, vmax) have been around for a while, and are well supported. Here’s a look at various uses for them. - https://goo.gl/dxXUTh
#css #viewportUnits
Viewport units (e.g. vw, vh, vmin, vmax) have been around for a while, and are well supported. Here’s a look at various uses for them. - https://goo.gl/dxXUTh
#css #viewportUnits
CSS-Tricks
Fun with Viewport Units | CSS-Tricks
Viewport units have been around for several years now, with near-perfect support in the major browsers, but I keep finding new and exciting ways to use
Storing Data Locally in a PhoneGap App with SQLite
How to store data locally in a PhoneGap app with SQLite. - https://goo.gl/4b5Jzw
#mobile #phonegap
How to store data locally in a PhoneGap app with SQLite. - https://goo.gl/4b5Jzw
#mobile #phonegap
Makitweb
Storing Data Locally in a PhoneGap App with SQLite
For local data storage use SQLite database which is already embedded on the mobile platforms - Android, IOS, Windows, Blackberry, etc.
iD3 - an IDE dedicated for development in D3.js
iD3 is an open-source, cross-platform desktop application geared to simplify data visualization with D3 for non-JavaScript and JavaScript data scientists and analysts. With our integrated Python based data management system and custom generated attribute controls, iD3 supports the full process from importing your data to exporting your final presentation.. - https://goo.gl/wQy7nE
#d3js
iD3 is an open-source, cross-platform desktop application geared to simplify data visualization with D3 for non-JavaScript and JavaScript data scientists and analysts. With our integrated Python based data management system and custom generated attribute controls, iD3 supports the full process from importing your data to exporting your final presentation.. - https://goo.gl/wQy7nE
#d3js
GitHub
C-JSN/D3-ID3
D3-ID3 - iD3: an Integrated Development Environment for D3.js
Animate Components: Elemental Components for Animations
Component based animation with a minimal API. The aim is ease of use. - https://goo.gl/1TTTmM
#react #animation #components
Component based animation with a minimal API. The aim is ease of use. - https://goo.gl/1TTTmM
#react #animation #components
GitHub
nitin42/animate-components
✨ Elemental components for doing animations in React - nitin42/animate-components
Node.fz: Fuzzing The Server-Side Event-Driven Architecture - https://goo.gl/sZVuHL
2017 is becoming the year of Container Security
Security is always of great importance, but that doesn’t mean it gets the marketing and media attention it deserves. Interestingly, however, I think, Docker and the rise of mass-scale containerisation outside of Silicon Valley is putting security front and centre. - https://goo.gl/31sht5
#microservice #docker
Security is always of great importance, but that doesn’t mean it gets the marketing and media attention it deserves. Interestingly, however, I think, Docker and the rise of mass-scale containerisation outside of Silicon Valley is putting security front and centre. - https://goo.gl/31sht5
#microservice #docker
Medium
2017 is becoming the year of Container Security
Security is becoming an important — if not the most important — feature of containerization in 2017. Not just for companies like Docker…
How CSS's New minmax() Function Works
Introduced with the CSS Grid Layout Spec, the minmax() function “opens the door to us being able to write much more powerful and succinct CSS”. - https://goo.gl/28owTW
#css
Introduced with the CSS Grid Layout Spec, the minmax() function “opens the door to us being able to write much more powerful and succinct CSS”. - https://goo.gl/28owTW
#css
bitsofcode
How the minmax() Function Works
One incredibly useful new feature introduced with the CSS Grid Layout Specification is the minmax() function. This function opens the door to us being able to write much more powerful and succinct CSS by allowing us to set, as a value for a grid track, a…
A Simple Introduction to State Management with MobX in React Native - https://goo.gl/eDWjtL
#reactnative #mobx
#reactnative #mobx
uncommon
A simple introduction to state management with MobX in React Native
Get started with MobX with this easy to follow introduction.
AR on your Phone with MagicaVoxel, Wikitude and PhoneGap
How to build an augmented reality PhoneGap app with cool 3D models made in voxel art. - https://goo.gl/ewbLGD
#mobile #ar
How to build an augmented reality PhoneGap app with cool 3D models made in voxel art. - https://goo.gl/ewbLGD
#mobile #ar
PhoneGap
AR on your Phone with MagicaVoxel, Wikitude and PhoneGap
Let me float an idea by you: an augmented reality app on your phone with cool 3D models made in voxel art. “What, explain how!?”, you ask…
From Node 6 to Node 8: A Real-World Performance Comparison
David Gilbertson details how the switch to Node 8 resulted in shaving a quarter off server-rendering time and a third off npm install time on his app. - https://goo.gl/3njURF
#nodejs
David Gilbertson details how the switch to Node 8 resulted in shaving a quarter off server-rendering time and a third off npm install time on his app. - https://goo.gl/3njURF
#nodejs
Hacker Noon
Upgrading from Node 6 to Node 8: a real-world performance comparison
Node 8 is out, did you hear? And it’s faster, or so they say.
Classes, Complexity, and Functional Programming
Where do functions, classes, and objects fit into the big picture of writing simpler code that’s easy to maintain? - https://goo.gl/fMvbJp
#javascript
Where do functions, classes, and objects fit into the big picture of writing simpler code that’s easy to maintain? - https://goo.gl/fMvbJp
#javascript
Medium
Classes, Complexity, and Functional Programming
When I use classes, when I don’t, what I do instead, and why
'Serverless' Server-Side Rendering with React using Redux or MobX
Essentially using a third party service (roast.io) to render pages. - https://goo.gl/zg7qe7
#react #serverSideRendering #mobx #redux
Essentially using a third party service (roast.io) to render pages. - https://goo.gl/zg7qe7
#react #serverSideRendering #mobx #redux
Hacker Noon
Serverless server-side rendering with React using Redux or MobX
Nearly two years ago, I started using React and I’ve always been curious about doing server-side rendering, but never bothered. Partly…
Angular and RxJS: Create an API Service to Talk to A REST Backend
Jurgen Van de Moere takes an existing Angular 2+ app and adds a REST API service. Learn about RxJS observables and how to mock HTTP services for testing. - https://goo.gl/rA7mxx
#angular2 #rxjs
Jurgen Van de Moere takes an existing Angular 2+ app and adds a REST API service. Learn about RxJS observables and how to mock HTTP services for testing. - https://goo.gl/rA7mxx
#angular2 #rxjs
SitePoint
Angular and RxJS: Create an API Service to Talk to a REST Backend — SitePoint
Jurgen Van de Moere takes an existing Angular 2+ app and adds a REST API service. Learn about RxJS observables and how to mock HTTP services for testing.
Webpack 3.0 Officially Released
Now with scope hoisting, ‘magic comments’, and more. The upgrade process from v2 is also designed to be very smooth. - https://goo.gl/AM2LR4
#webpack
Now with scope hoisting, ‘magic comments’, and more. The upgrade process from v2 is also designed to be very smooth. - https://goo.gl/AM2LR4
#webpack
Medium
🍾🚀 webpack 3: Official Release!! 🚀🍾
Now with Scope Hoisting, “magic comments”, and more!