-
Ruby
Creating Powerful Command Line Tools in Ruby
When it comes to software development, a majority of the tools available to us are command-line applications. It is also…
Read More » -
Angular.js
AngularJs 2 Series: Deploy Your Application on AWS S3
Introduction In this article, I will demonstrate how to deploy a simple static Angular application on AWS cloud using S3…
Read More » -
Bootstrap
Bootstrap Carousel Example
In this article, we’re going to go through a quick introduction of the carousel functionality in Bootstrap. 1. Introduction The…
Read More » -
Angular.js
Taking A Mixed Approach To Single-Page Applications
A co-worker came up to me with an interesting situation. The client he was working with would be building hundreds…
Read More » -
HTML5
HTML5 Web Workers Example
Web Workers are a welcome addition to the HTML. Since JavaScript is not a multiple threaded environment, it becomes impossible…
Read More » -
DevOps
Docker ZoneMinder Tutorial
ZoneMinder is a set of application and tools, free and open source, that offers a complete solution for video-surveillance, allowing…
Read More » -
DevOps
Docker Challenges and Misconceptions
Previously, we discussed the main reasons why Docker can be useful to the enterprise. So why aren’t all large companies…
Read More » -
PHP
Incremental Software Development with PHP Microservices
Building complex software projects is almost always an iterative process. We rarely get to spend months designing and writing a…
Read More » -
DevOps
Docker Volumes Example
Each Docker container stores the data its processes need in that container. Unless we make the container store the data…
Read More »