Have Web Standards on Mobile Caught Up to Phonegap in 2017?
Part 1 in a look at the state of web standards for the core PhoneGap/Cordova plugins to see if the mobile web has caught up in 2017. - https://goo.gl/6VveQS
#mobile #phonegap
Part 1 in a look at the state of web standards for the core PhoneGap/Cordova plugins to see if the mobile web has caught up in 2017. - https://goo.gl/6VveQS
#mobile #phonegap
The evolution of scalable microservices
How to leverage Events-first Domain Driven Design and Reactive principles to build scalable microservices, working our way through the evolution of a scalable microservices-based system. - https://goo.gl/YcSCVn
#microservice
How to leverage Events-first Domain Driven Design and Reactive principles to build scalable microservices, working our way through the evolution of a scalable microservices-based system. - https://goo.gl/YcSCVn
#microservice
O'Reilly Media
The evolution of scalable microservices
From building microliths to designing reactive microsystems.
Using JavaScript for Microcontroller Development
Learn about the ecosystem and some options for using JS on microcontrollers and IoT platforms. - https://goo.gl/kdKxX8
#javascript #IoT
Learn about the ecosystem and some options for using JS on microcontrollers and IoT platforms. - https://goo.gl/kdKxX8
#javascript #IoT
Auth0 - Blog
JavaScript for Microcontrollers and IoT: Part 1
Learn about the different options for running JavaScript on microcontrollers and IoT platforms
Have Web Standards on Mobile Caught Up to Phonegap in 2017?
Part 2 in a look at the state of web standards for the core PhoneGap/Cordova plugins to see if the mobile web has caught up in 2017. - https://goo.gl/AejPQ9
#mobile
Part 2 in a look at the state of web standards for the core PhoneGap/Cordova plugins to see if the mobile web has caught up in 2017. - https://goo.gl/AejPQ9
#mobile
Telerik Developer Network
Have Web Standards on Mobile Caught Up to Phonegap in 2017? Pt. 2
Raymond Camden continues his look at the state of web standards for the core PhoneGap/Cordova plugins to see if the mobile web has caught up in 2017.
How to Build and Publish a React Component Library
There are 3 parts to this series, so far. - https://goo.gl/VGjfFK
#react
There are 3 parts to this series, so far. - https://goo.gl/VGjfFK
#react
Hacker Noon
Building a React Component Library | Part 1
a tutorial for publishing your own component library to npm
CSS Animations vs Web Animations API
A comparison between using pure CSS versus JavaScript’s native API for animation. - https://goo.gl/vTCHJK
#css #animations #webapi
A comparison between using pure CSS versus JavaScript’s native API for animation. - https://goo.gl/vTCHJK
#css #animations #webapi
CSS-Tricks
CSS Animations vs Web Animations API | CSS-Tricks
There is a native API for animation in JavaScript known as the Web Animations API. We'll call it WAAPI in this post. MDN has good documentation on it, and
How to Choose Media Query Breakpoints to Best Support All Connected Devices
Improving your breakpoints by setting them based on content rather than preset device sizes and setting minor and major breakpoints. - https://goo.gl/odtyPz
#mobile
Improving your breakpoints by setting them based on content rather than preset device sizes and setting minor and major breakpoints. - https://goo.gl/odtyPz
#mobile
mobiForge
How to choose media query breakpoints to best support all connected devices - mobiForge
Håkon Wium Lie first sketched out media queries in his initial CSS proposal in 1994. Unfortunately, we had to wait another 8 years till it became a recommended W3C standard in June 2012. When browsers started to widely support media queries, we thought that…
The Ever Growing 'Append-Only' Stylesheet Problem
“I’ve heard it from lots of lots of developers. The years tick by on their projects, and all they ever seem to do is add to their CSS, never remove.” - https://goo.gl/6S25WT
#css
“I’ve heard it from lots of lots of developers. The years tick by on their projects, and all they ever seem to do is add to their CSS, never remove.” - https://goo.gl/6S25WT
#css
CSS-Tricks
Oh No! Our Stylesheet Only Grows and Grows and Grows! (The Append-Only Stylesheet Problem) | CSS-Tricks
This is a real worry these days. I've heard it from lots of lots of developers. The years tick by on their projects, and all they ever seem to do is add to
Microservices implementation
Netflix stackThere are lot of tools and technologies for implementing Microservices. This article is focusing on doing it with the Netflix stack and SpringBoot. - https://goo.gl/drKuyL
#microservice
Netflix stackThere are lot of tools and technologies for implementing Microservices. This article is focusing on doing it with the Netflix stack and SpringBoot. - https://goo.gl/drKuyL
#microservice
Medium
Microservices implementation — Netflix stack
Hi. Today i am going to discuss and explain how to implements Microservices based system. There are lot of tools and technologies for…
Using 'Create React App' with Express in Production
How to build a React app with an Express backend and deploy it to Heroku. - https://goo.gl/dSwMBS
#nodejs
How to build a React app with an Express backend and deploy it to Heroku. - https://goo.gl/dSwMBS
#nodejs
Dave Ceddia
Create React App with Express in Production
How to build a React app with an Express backend and deploy it to Heroku.
Picking Jest Over Mocha: A Testing Tool Comparison
A developer at Automattic (the company behind WordPress) explains why they prefer Jest to Mocha for JavaScript testing. - https://goo.gl/UxeP9U
#tests
A developer at Automattic (the company behind WordPress) explains why they prefer Jest to Mocha for JavaScript testing. - https://goo.gl/UxeP9U
#tests
Grzegorz Ziółkowski
Picking Jest over Mocha – testing tools comparison
At Automattic we use Mocha to run all tests written for Calypso project which powers WordPress.com. It also includes end-to-end tests, which live in their own repository. We have been using this se…
Codemods: A Quick and Easy Way to Automate Code Refactoring
An introduction to the idea of using Facebook’s jscodeshift to create and apply ‘codemods’ to automate changes to your code. - https://goo.gl/oE2vG4
#refactoring
An introduction to the idea of using Facebook’s jscodeshift to create and apply ‘codemods’ to automate changes to your code. - https://goo.gl/oE2vG4
#refactoring
SitePoint
Codemods: A Quick and Easy Way to Automate Code Refactoring — SitePoint
Take the pain out of updating your code using jscodeshift to automate the changes. Chris Laughlin introduces explains how to create and apply codemods.
React Express: Learn React with Interactive Examples
An opinionated, all-in-one guide walking through create-react-app, webpack, Babel, ES2015+, JSX, Redux, CSS-in-JS, and more. - http://www.react.express/
#react
An opinionated, all-in-one guide walking through create-react-app, webpack, Babel, ES2015+, JSX, Redux, CSS-in-JS, and more. - http://www.react.express/
#react
React Express
Learn React through interactive examples
Cell: A Self-Constructing Web App Framework
An intriguing new approach to creating a simple front-end app where you write the entire app mostly declaratively in a single JS object. - https://goo.gl/y9X1m7
#framework #javascript
An intriguing new approach to creating a simple front-end app where you write the entire app mostly declaratively in a single JS object. - https://goo.gl/y9X1m7
#framework #javascript
GitHub
intercellular/cell
cell - A self-driving web app framework
Create a Mobile App for Displaying Your Site's RSS Content with Ionic - https://goo.gl/CHounN
#ionic #angular4
#ionic #angular4
Code Envato Tuts+
Create a Mobile Application for Displaying Your Website RSS Content...
What You'll Be CreatingIn this tutorial we will take a look at creating a mobile application which displays the RSS content of a website. We will configure the RSS URL and the application will...
Any Web Site Can Become A PWA – But We Need to Do Better
Christian explains his previously public comments on creating PWAs from websites and how it can be done better. - https://goo.gl/DNhb8N
#progressivewebapp
Christian explains his previously public comments on creating PWAs from websites and how it can be done better. - https://goo.gl/DNhb8N
#progressivewebapp
Form Constraint Validation in HTML
Digging into two ways to validate forms on the front end while both taking advantage of newer web APIs and taking support back to IE9. - https://goo.gl/AgDqG9
#html #form
Digging into two ways to validate forms on the front end while both taking advantage of newer web APIs and taking support back to IE9. - https://goo.gl/AgDqG9
#html #form
CSS-Tricks
Form Validation Part 1: Constraint Validation in HTML | CSS-Tricks
Most JavaScript form validation libraries are large, and often require other libraries like jQuery. For example, MailChimp's embeddable form includes a 140
Testing Strategies in Microservices Architecture
It is essential that a microservice application is built with an awareness of how it can be tested. Having good test coverage gives you more confidence in your code and results in a better continuous delivery pipeline. - https://goo.gl/UY6pAi
#microservice #testing
It is essential that a microservice application is built with an awareness of how it can be tested. Having good test coverage gives you more confidence in your code and results in a better continuous delivery pipeline. - https://goo.gl/UY6pAi
#microservice #testing
Hacker Noon
Testing Strategies in Microservices Architecture
Introduction
React Flight: Simple Animation Compositions for React
Declaratively define and compose ‘frames’ and Flight handles the animations - https://goo.gl/G5DBUU
#react #animation
Declaratively define and compose ‘frames’ and Flight handles the animations - https://goo.gl/G5DBUU
#react #animation