Agile Developer
Monday, August 31, 2020
Pyenv Commands Quick Reference
›
Recently, I've been spending more time learning Python as it's the core language used in the framework that we'll be building o...
Monday, March 9, 2020
Running Jenkins docker image with local file system mapped
›
Step 1: Pull down the Jenkins Docker Image from DockerHub: docker pull jenkins/jenkins:latest Note : You'll get the latest...
Sunday, January 10, 2016
PostgreSQL 9.3 tidbits
›
Just came across an article that listed some of the cool new features of postgresql database. I've listed out some of those that I lik...
Installation and Setup of PostgreSQL in Ubuntu
›
First, install postgresql and commonly used add-on's. > sudo apt-get install postgresql postgresql-contrib If you plan to ...
1 comment:
Sunday, February 3, 2013
iTerm2 - Where are my colors?
›
I was badly missing my colors from iTerm console and this is how doldrum they looked in black/white regardless of what color profile I pi...
Saturday, September 29, 2012
Git Headache Solved: 'Modified Files'
›
Pretty much all the dev team work on a mac environment except one! No rewards for guessing that its mine which differed from everyone else...
Friday, September 28, 2012
Hibernate Criteria Snippets
›
The very basic session.createCriteria(Car.class); session.createCriteria(Car.class) .add(Restrictions.eq(“engine.code”,...
›
Home
View web version