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
Introducing NgxErrors: Declarative Form Errors for Angular
An open source project to bring better validation to Angular’s reactive forms. Here’s a look at how to use it, why Todd created it and the problems it aims to solve. - https://goo.gl/mZa3eb
#angular4 #forms #component
An open source project to bring better validation to Angular’s reactive forms. Here’s a look at how to use it, why Todd created it and the problems it aims to solve. - https://goo.gl/mZa3eb
#angular4 #forms #component
Todd Motto
Introducing ngxErrors, declarative form errors for Angular
I’ve been working on an open source project to bring better validation to Angular’s reactive forms. In this post we’ll take a look at how to use it, why I cr...
Choosing Between React and Angular: A Comparison
Should you pick Angular or React? Pavels Jelisjevs looks in detail at what both frameworks have to offer, and gives some practical advice on how to choose. - https://goo.gl/7Gh4DM
#angular2 #react
Should you pick Angular or React? Pavels Jelisjevs looks in detail at what both frameworks have to offer, and gives some practical advice on how to choose. - https://goo.gl/7Gh4DM
#angular2 #react
SitePoint
React vs Angular: An In-depth Comparison — SitePoint
Should you pick Angular or React? Pavels Jelisjevs looks in detail at what both frameworks have to offer, and gives some practical advice on how to choose.
10 Frameworks for Mobile Hybrid Apps
A list of ten useful frameworks to help build mobile hybrid apps. - https://goo.gl/khP8bn
#mobile #hybrid
A list of ten useful frameworks to help build mobile hybrid apps. - https://goo.gl/khP8bn
#mobile #hybrid
Jscrambler Blog
10 Frameworks for Mobile Hybrid Apps | Jscrambler Blog
In this post, let us dive into a list of 10 useful frameworks to help you build great and amazing mobile hybrid applications.
5 Image Lazy Loading Techniques to Improve Performance
Maria Antonietta Perna highlights the benefits of lazy loading images on websites and shows five approaches to implement it. - https://goo.gl/MUjDA4
#lazyloading #performance
Maria Antonietta Perna highlights the benefits of lazy loading images on websites and shows five approaches to implement it. - https://goo.gl/MUjDA4
#lazyloading #performance
SitePoint
Five Techniques to Lazy Load Images for Website Performance — SitePoint
Maria Antonietta Perna highlights the benefits of lazy loading images on websites and shows five approaches to implement lazy loading for your website.
How to Organize a Large React App and Make It Scale
Jack Franklin describes a set of tips and best practices for creating and organizing React applications in a scalable way. - https://goo.gl/28GvGG
#react
Jack Franklin describes a set of tips and best practices for creating and organizing React applications in a scalable way. - https://goo.gl/28GvGG
#react
SitePoint
How to Organize a Large React Application and Make It Scale — SitePoint
Jack Franklin describes a set of tips and best practices for creating and organizing React applications in a scalable way.
RealWorld: A Combination of React/Angular + Backend Codebases
See how the exact same blog app is built using React or Angular on top of Node, Rails, and Django. Think a more full-stack answer to TodoMVC. - https://goo.gl/Pw62db
See how the exact same blog app is built using React or Angular on top of Node, Rails, and Django. Think a more full-stack answer to TodoMVC. - https://goo.gl/Pw62db
GitHub
gothinkster/realworld
realworld - TodoMVC for the RealWorld™ — Exemplary fullstack Medium.com clone powered by React, Angular, Node, Django, and many more 🏅
CSS 'Poly Fluid' Sizing using Calc(), 'vw', Breakpoints and Linear Equations
Learn how to use the CSS 'Poly Fluid' method to ensure your apps provide the most fluid experience. - https://goo.gl/khA6hu
#css
Learn how to use the CSS 'Poly Fluid' method to ensure your apps provide the most fluid experience. - https://goo.gl/khA6hu
#css
Medium
CSS Poly Fluid Sizing using calc(), vw, breakpoints and linear equations
When working with creative designers on web page designs, it’s fairly common to receive multiple Sketch or Photoshop artboards/layouts, one…
Building Hybrid Apps with Meteor + Framework 7 Getting Started
Learn how to get started building apps with Meteor.js and Framework7 quickly with this in-depth walkthrough. - https://goo.gl/xZcpyL
#hybrid #meteor #framework7
Learn how to get started building apps with Meteor.js and Framework7 quickly with this in-depth walkthrough. - https://goo.gl/xZcpyL
#hybrid #meteor #framework7
Medium
Building hybrid apps with Meteor + Framework 7 Getting started
Meteor js is a full stack framework that not only have the ability to create real-time application with ease but also have the power to…
Google's Online Progressive Web App Development Course
A new course from Google on how to convert existing sites to PWAs. - https://goo.gl/K7MHbJ
#progressiveweb #course
A new course from Google on how to convert existing sites to PWAs. - https://goo.gl/K7MHbJ
#progressiveweb #course
Nest: A Node Framework Built on TypeScript
A (very) thorough introduction to a framework built around existing libraries like Express and socket.io. - https://goo.gl/QcSZ4Q
#nodejs #express #nest
A (very) thorough introduction to a framework built around existing libraries like Express and socket.io. - https://goo.gl/QcSZ4Q
#nodejs #express #nest
Kamil Mysliwiec Blog | Full-Stack Software Engineer
Nest FINAL release is here! Node.js framework built on top of TypeScript | Kamil Mysliwiec
Nest is a powerful web framework for Node.js, which helps you effortlessly build efficient, scalable applications. It uses modern JavaScript, is built with geTypeScript and combines best concepts of both OOP (Object Oriented Progamming) and FP (Functional…