-
Python
scikit-learn: Creating a matrix of named entity counts
I’ve been trying to improve my score on Kaggle’s Spooky Author Identification competition, and my latest idea was building a…
Read More » -
Web Dev
The Beginner’s Guide to Mobile Application Requirements Documents
The Google Play Store hosts 3.3 million apps, as on September 2017, but not all apps are equal. Users rate…
Read More » -
HTML5
HTML5 Text Editor Example
In this post, we will take a look at the implementation of an In-browser text editor. The editor will provide…
Read More » -
Python
Python: polyglot – ModuleNotFoundError: No module named ‘icu’
I wanted to use the polyglot NLP library that my colleague Will Lyon mentioned in his analysis of Russian Twitter…
Read More » -
Node.js
Secure Your Node.js Website with OpenID Connect
“I love writing authentication and authorization code.” ~ No Web Developer Ever. Tired of building the same login screens over…
Read More » -
CSS
CSS Input Type Submit Example
1. Introduction When designing a website, one of the key points to consider is how the user is going to…
Read More » -
DevOps
Using Docker Commit to Create and Change an Image
The Dockerfile is one of the key features to Docker’s success. The ability to build a new container image from…
Read More » -
HTML5
HTML5 Accordion Example
In this article we will build an Accordion using HTML5 and a dash of JavaScript. The Accordion widget is quite…
Read More » -
Ruby
Improving Ruby Performance with Rust
A couple of years ago, I found a few methods in my Rails application that were called several thousand times…
Read More »