-
DevOps
Docker (Swarm) and NFS volumes
Investigating how to use shared volumes with Docker (Swarm), I decided to take a look at NFS volumes, since this…
Read More » -
DevOps
Why Metrics Must Guide Your DevOps Initiative
Discover faster, more efficient performance monitoring with an enterprise APM product learning from your apps. Take the AppDynamics APM Guided…
Read More » -
Python
Python 3: TypeError: unsupported format string passed to numpy.ndarray.__format__
This post explains how to work around a change in how Python string formatting works for numpy arrays between Python…
Read More » -
DevOps
Essential (and free) security tools for Docker
Docker makes it easy for developers to package up and push out application changes, and spin up run-time environments on…
Read More » -
HTML5
HTML5 Webcam Tutorial
1. Introduction In this article, we will look at how to capture images as well as video from user’s webcam.…
Read More » -
Web Dev
Progressive Web Applications: A New Dawn or a Major Failure of Mobile Development?
Businesses are constantly looking for new ways to communicate with clients. Business owners spend lots of time, effort, and money…
Read More » -
Node.js
Dockerizing Node.js Applications
Containers are one of the best ways to deploy Node.js applications these days. In this post, you will learn how…
Read More » -
Angular.js
Angular 5.0 New things
Angular team has released Angular 5.0 on 1st Nov 2017. They focused on most new features and bug fixes. This…
Read More » -
Angular.js
Angular 4: Service example
Welcome to Angular 4 services Angular services are for building out code that can be shared across multiple components. And…
Read More »