• Home
  • Projects
  • Blog
  • About
  • Contact

Mícéal Gallagher | Blog

Full stack developer with 9 years experience

Projects Posts Search

Web Hosting - Improving security and redundancy

Once upon a time you’d never have to do anything to a website once it was created. With the advent of Web 2.0, websites grew to the point...

Jun 12, 2015 5 minute read

Bash - Parse a Java property file

So you need to parse a Java property file; lets say your property file resembles the one below:

May 22, 2015 2 minute read

Postgres - Get the current time in milliseconds

To get the current time in milliseconds you can use the following:

May 20, 2015 1 minute read

Postgres - Multiple attempts to get current time return the same time value

I was trying to profile a store procedure that builds a temporary table before returning it to the caller. Multiple inserts, updates and transformations are performed on the...

May 20, 2015 1 minute read

WordPress - Using AJAX to query WordPress post titles

AJAX is a great technique for retrieving server data when you don’t want to refresh a web page. When done right, AJAX can be used to great effect....

May 17, 2015 6 minute read

Previous Page: 3 of 6 Next
About Mícéal Gallagher