-
JavaScript
How to build a chrome extension
Chrome extensions allow you to add a new functionality to Chrome without having any knowledge about the actual browser source…
Read More » -
Ruby
Writing a Rails Feature – Blow by Blow
My favorite part of seeing someone live code is all the mistakes they make, but not because I’m a mean…
Read More » -
HTML5
HTML5 Canvas Example
In this example we are going to learn about HTML5 canvas. Canvas was added to HTML in HTML5. HTML5 canvas…
Read More » -
Angular.js
AngularJs 2 Series: Build Your Own Directive
Introduction Directives are simply instructions given in the form of HTML element, attribute or id. The selector meta data in…
Read More » -
Web Dev
[MEGA DEAL] Ultimate Web Developer Bundle, $10 only (98% off)!
Go Beyond the Code–13 Courses to Master Tools, Frameworks & Techniques That’ll Streamline Your Coding Workflow Hey fellow geeks, This…
Read More » -
DevOps
Using Kubernetes for Deployments
Let’s learn how to set up continuous deployment to Kubernetes for your Docker apps. Specifically, we’re going to look at…
Read More » -
DevOps
Docker Start Container Example
A container, in Docker terminology, is an instance of an image. A typical simile used for this, is the classes…
Read More » -
Ruby
Replacing Sinatra with Rack in Sidekiq
Sidekiq is one of the first gems that I install when doing a significant Rails project. If you plan to…
Read More » -
Python
Getting Every Microsecond Out of uWSGI
In recent articles, I covered performance tuning both HAProxy and NGINX. Today’s article will be similar, however we’re going to…
Read More »