-
JavaScript
Javascript Array Push Example
There are times when you’ve been coding for too long and you don’t remember where exactly did you initialize your…
Read More » -
Web Dev
Getting started with the Loneman’s Coder Methodology
I’ve embarked on a side project to develop an event scheduler without much planning, but every good software project needs…
Read More » -
Python
PyMongo And Key Order In Subdocuments
Or, "Why does my query work in the shell but not PyMongo?" Variations on this question account for a large…
Read More » -
Web Dev
Mapping Salesforce Object fields to Drupal Taxonomy terms
The Salesforce Suite module for Drupal synchronizes Salesforce Objects with Drupal Content Types on a one-to-one, field-to-field basis. However, it…
Read More » -
CSS
CSS Button Style Example
In this article, we’re going through CSS Buttons. As we all know, buttons are important elements on pages and we…
Read More » -
Angular.js
What every Angular project likely needs – and a Gulp build to provide it
Starting an AngularJs project also means choosing a whole toolchain that goes along with Angular. In this blog post we…
Read More » -
HTML5
HTML5 Input Types Example
If you are developing web applications, you may have created forms, at least for a contact page, or even a…
Read More » -
JavaScript
Pack It Up, Pack It In
Let me begin with a list of usual suspects up to no good in the browser: CoffeeScript (or TypeScript) Less…
Read More » -
Node.js
The mystery of no flash session variables in Express + Passport auth
Someday I started an application using NodeJS with ExpressJS framework and decided to use passport for authenticate the users. As…
Read More »