-
CSS
CSS Margin Bottom Example
1. Introduction It is usually a good practice to space out the elements on your web page for easier viewing…
Read More » -
JavaScript
Creating Bootpag Like Pagination Component Using Vuejs
Introduction In this article, I will try to create a pagination Vuejs component similar to the one supported by jQuery…
Read More » -
HTML5
HTML5 Internationalization Example
In this post we will look at Internationalization in HTML5. We will be translating the web page to use the…
Read More » -
Python
scikit-learn: Building a multi class classification ensemble
For the Kaggle Spooky Author Identification I wanted to combine multiple classifiers together into an ensemble and found the VotingClassifier…
Read More » -
Web Dev
3 Steps to Build the Next Great App
Discover faster, more efficient performance monitoring with an enterprise APM product learning from your apps. Take the AppDynamics APM Guided…
Read More » -
JavaScript
Moving From Mustache.js and jQuery to Vuejs for Client Side View Management Reactively
Introduction A month ago I wrote a post on using Mustache.js for client-side templating. I am pretty excited about the…
Read More » -
Python
Python: Learning about defaultdict’s handling of missing keys
While reading the scikit-learn code I came across a bit of code that I didn’t understand for a while but…
Read More » -
Python
Python: Combinations of values on and off
In my continued exploration of Kaggle’s Spooky Authors competition, I wanted to run a GridSearch turning on and off different…
Read More » -
CSS
CSS Horizontal Line Styling Example
1. Introduction In any web page or blog post, it is usually a good practice to identify and divide elements…
Read More »