As you might know by now, I’ve adjusted a bit my career recently. My core experience is a techie in the online advertising world — and as of recently I’ve moved into an adjacent segment: digital marketing. It sounds like a drastic move, but to be honest, when you look closely, it’s actually the same […]
Posts Tagged: mysql
Storing Lists Using Evernote — via API
I’ve been playing for a while with Evernote and their API, which I find rather simple and effective (well done, guys!) — and as such on a few pet projects I have started considering moving the storage to Evernote itself. The beauty of using Evernote is that the storage is already structured for you in […]
PHP Utility to Convert Multi-line MySQL Strings
This is a very small “project” (I use quotes since the term “project” seems a bit generous here, however, it is treated as a project on GitHub!), which I found to be useful when dealing with generating MySQL scripts to insert or update text which spans over multiple lines. In most such cases, I would […]
Script to Quickly Create a Java Spring MVC Project
I’ve been (a bit) frustrated recently with the lack of support for quickly creating a Spring MVC project skeleton — there seems to be some maven archetypes but most of them I found to either not be maintained for a while and/or they install so much stuff that I decided not to use them. All […]
Sequel Pro Bundles: Copy As HTML, Copy As Wiki Table, Copy as CSV
Some of you might know that I’ve moved to Mac recently (no comment!) — as such I had to ditch the HeidiSQL client for MySQL (booo! why does it only run on Windows????) and had to figure out another handy MySQL client which works on Mac OS X. You can of course use the MySQL […]