Building an Ionic Image Gallery With Zoom.
How to add an image gallery with zoom capabilities to your Ionic apps. - https://goo.gl/isCOuw
#ionic2
How to add an image gallery with zoom capabilities to your Ionic apps. - https://goo.gl/isCOuw
#ionic2
Devdactic
Building an Ionic Image Gallery With Zoom
The image gallery is a classic pattern used in many applications which need to display any kind of grid with pictures or photos to the user. If you have specific requirements, there might not be an…
Best Practices for Building a Microservice Architecture
In building out a microservice architecture for Enchant, I wanted to document a set of pragmatic practices that fit well with modern web and cloud technologies. - https://goo.gl/xVG6FI
#microservice
In building out a microservice architecture for Enchant, I wanted to document a set of pragmatic practices that fit well with modern web and cloud technologies. - https://goo.gl/xVG6FI
#microservice
Vinay Sahni
Best Practices for Building a Microservice Architecture
A curated a set of pragmatic practices for building a microservice architecture that fits well with modern web and cloud technologies.
Fetching Data from a Third-Party API with Vue.js and Axios
Learn to build data-driven apps with Vue 2. Olayinka Omole creates a simple client to pull news stories from the New York Times API with the Axios library. - https://goo.gl/O7Z24G
#vue #axios
Learn to build data-driven apps with Vue 2. Olayinka Omole creates a simple client to pull news stories from the New York Times API with the Axios library. - https://goo.gl/O7Z24G
#vue #axios
SitePoint
Fetching Data from a Third-Party API with Vue.js and Axios — SitePoint
Learn to build data-driven apps with Vue 2. Olayinka Omole creates a simple client to pull news stories from the New York Times API with the Axios library.
CodeSandbox: An Online React Playground/Editor
Essentially a mini, online React IDE. A perfect place to experiment and try out ideas. - https://goo.gl/CaGca3
#reactonlineeditor
Essentially a mini, online React IDE. A perfect place to experiment and try out ideas. - https://goo.gl/CaGca3
#reactonlineeditor
codesandbox.io
An online React editor with a focus on creating, sharing and importing
Twitter Lite and High Performance React PWAs at Scale
A look into removing performance bottlenecks, both common and uncommon, in one of the largest React.js PWAs, Twitter Lite. - https://goo.gl/K8ibcO
#react #performance
A look into removing performance bottlenecks, both common and uncommon, in one of the largest React.js PWAs, Twitter Lite. - https://goo.gl/K8ibcO
#react #performance
Medium
Twitter Lite and High Performance React Progressive Web Apps at Scale
A look into removing common and uncommon performance bottlenecks in one of the worlds largest React.js PWAs, Twitter Lite.
End-to-End Testing React Applications with TestCafe
Alexander Moskovkin uses TestCafe to test the React TodoMVC application. - https://goo.gl/eRf8WZ
#react #endtoend #tests
Alexander Moskovkin uses TestCafe to test the React TodoMVC application. - https://goo.gl/eRf8WZ
#react #endtoend #tests
Hacker Noon
E2E Testing React applications with TestCafe
Introduction
Mobile Web Video Playback Best Practices
Best practices from Google on creating the best mobile media experiences for the mobile Web. - https://goo.gl/6QBVRa
#video #mobile
Best practices from Google on creating the best mobile media experiences for the mobile Web. - https://goo.gl/6QBVRa
#video #mobile
Using HTML5 Canvas to Create a Rating Component in Ionic
How to build a rating component for Ionic apps using HTML5 Canvas. - https://goo.gl/J8rLYQ
#ionic2 #component
How to build a rating component for Ionic apps using HTML5 Canvas. - https://goo.gl/J8rLYQ
#ionic2 #component
joshmorony - Build Mobile Apps with HTML5
Using HTML5 Canvas to Create a Rating Component in Ionic
I’ve seen this concept around a few times, where rather than having a typical slider or star rating system, an application will use a smiley face. The smiley face can be adjusted to represent…
How to Use Service Workers in Progressive Web Apps
Why you should use service workers in your progressive web apps—and how to get started. - https://goo.gl/uuDksv
#progressiveweb #serviceworker
Why you should use service workers in your progressive web apps—and how to get started. - https://goo.gl/uuDksv
#progressiveweb #serviceworker
TechBeacon
How to use service workers in progressive web apps
Here's why you should use service workers in your progressive web apps—and how to get started.
JavaScript Server-Side Rendering with Device Detection
The benefits of server-side rendering with device detection and an example of how to implement it using the Vue.js framework. - https://goo.gl/sH2TTi
#vue #serversiderendering
The benefits of server-side rendering with device detection and an example of how to implement it using the Vue.js framework. - https://goo.gl/sH2TTi
#vue #serversiderendering
mobiForge
JavaScript server-side rendering with device detection - mobiForge
React and other JavaScript frameworks have frequently come under fire for not being suited to mobile. Hence mobile-first was a cornerstone of the Angular 2 rewrite. And despite React’s popularity, it still attracts the wrong kind of attention regarding mobile.…
Developing and Testing Microservices With Docker
Often, when developing applications with a microservice architectures, you cannot fully test out all services until you deploy to a staging server. Docker helps to speed up this process by making it easier to link together small, independent services locally. - https://goo.gl/CGNCpu
#microservice #docker
Often, when developing applications with a microservice architectures, you cannot fully test out all services until you deploy to a staging server. Docker helps to speed up this process by making it easier to link together small, independent services locally. - https://goo.gl/CGNCpu
#microservice #docker
mherman.org
Developing and Testing Microservices With Docker - Michael Herman
Let's build and test a number of services with Docker.
How to Build A Simple Math Expression Tokenizer
The basics of turning an expression like 89sin(45) + 2.2x/7 into its component parts for further processing. - https://goo.gl/roPDDr
#javascript
The basics of turning an expression like 89sin(45) + 2.2x/7 into its component parts for further processing. - https://goo.gl/roPDDr
#javascript
freeCodeCamp
How to build a math expression tokenizer using JavaScript (or any other language)
Some time ago, I got inspired to build an app for solving specific kinds of math problems. I discovered I had to parse the expression into…
React Move: Deterministically Animate Anything in React
Transitions, custom easing, and auto interpolation of numbers, colors, SVG paths and more. It even supports React Native. - https://goo.gl/vi9ZjF
#react #animation
Transitions, custom easing, and auto interpolation of numbers, colors, SVG paths and more. It even supports React Native. - https://goo.gl/vi9ZjF
#react #animation
GitHub
tannerlinsley/react-move
react-move - React Move - Beautifully and deterministically animate anything in React
DevDocs combines multiple API documentations in a fast, organized, and searchable interface. Here's what you should know before you start: - https://goo.gl/lvXzo0
#devdocs
#devdocs
devdocs.io
DevDocs is an API documentation browser that combines 100+ docs in a single UI with offline mode, instant search, keyboard shortcuts, and more.
The Ultimate Angular CLI Reference Guide
This is the preliminary article in a 4-part series on how to write a Todo application in Angular. - https://goo.gl/5SWUlg
#angularcli #angular4
This is the preliminary article in a 4-part series on how to write a Todo application in Angular. - https://goo.gl/5SWUlg
#angularcli #angular4
SitePoint
The Ultimate Angular CLI Reference Guide — SitePoint
Create new Angular 2 applications, scaffold components, run tests, and build for production with Jurgen Van de Moere's guide to Angular CLI
As many of you know, Pluralsight is one, if not the best source of on demand video learning. With over 4500 courses, and expert instructors it’s hard not to see the value of having access to such a great library.You can get a free 3 months subscription to the full Pluralsight Library! - https://goo.gl/GUk0y3
#pluralsight
#pluralsight
Absolute SharePoint Blog by Vlad Catrinescu
Free Pluralsight 6 Month Subscription
This blog post shows you how to get a Free Pluralsight 6 Month Subscription for the Full Pluralsight library
It’s Time to Embrace Arrow Functions
Eric felt some pushback against the use of ES6’s arrow functions recently. Here he explains how they’re useful and why you should become very comfortable with them. - https://goo.gl/yhqNpq
#javascript #es6 #arrowfunction
Eric felt some pushback against the use of ES6’s arrow functions recently. Here he explains how they’re useful and why you should become very comfortable with them. - https://goo.gl/yhqNpq
#javascript #es6 #arrowfunction
Medium
Familiarity Bias is Holding You Back: It’s Time to Embrace Arrow Functions
I teach JavaScript for a living. Recently I’ve shuffled around my curriculum to teach curried arrow functions sooner — within the first few…
Project Based Learning
A list of programming tutorials in which learners build an application from scratch. These tutorials are divided into different primary programming languages. Some have intermix technologies and languages. - https://goo.gl/w5zFxk
#common
A list of programming tutorials in which learners build an application from scratch. These tutorials are divided into different primary programming languages. Some have intermix technologies and languages. - https://goo.gl/w5zFxk
#common
GitHub
tuvttran/project-based-learning
project-based-learning - Curated list of project-based tutorials