Articles with the Programming tag

Flask App Directory Structure

December 29, 2014 by Gouthaman Balaraman

Some notes on how to organize your flask app structure, and some thoughts on deployment.

   programming   flask   python  

MySQL Cheat Sheet

December 09, 2014 by Gouthaman Balaraman

Some notes on administering MySQL database

   programming   linux   database   mysql  

Securing Authentication Tokens

December 02, 2014 by Gouthaman Balaraman

This post will give a basic discussion on securing authentication tokens that can be used with Flask-Login.

   Programming   Python   Flask   Authentication  

Multi-Processing With Pandas

November 19, 2014 by Goutham Balaraman

Motivation for using multi-processing with pandas

   python   programming   pandas  

Setting Up Linode For The Impatient

November 13, 2014 by Gouthaman Balaraman

Some notes based on my experience setting up the linode server

   programming   linux  

Minimal Example of Calling Lua Functions from C++

August 05, 2014 by Goutham Balaraman

This article will present an introductory example of calling lua functions from C++.

   lua   programming   C++  

Running ZEO as a Windows Service

August 04, 2014 by Gouthaman Balaraman

This article shows how to use ZEO-WinService to run ZEO as a service in Windows.

   Programming   Python   ZEO   ZODB  

Minimal Flask-Login Example

July 24, 2014 by Gouthaman Balaraman

Flask-Login is a Flask extension that provides a framework for handling user authentication. This post will give you a basic tutorial of the Flask-Login mechanism for token based authentication.

   Programming   Python   Flask   Authentication  

Minimal Lua C++ Example

July 17, 2014 by Goutham Balaraman

Very basic introduction to Lua C++ API

   lua   programming   C++  

Flask Track Usage Primer

March 26, 2014 by Gouthaman Balaraman

Flask Track Usage is a very light weight Flask extension to track usage traffic for Flask apps. This post will give you a brief introduction to the usage and merits.

   Programming   Python