Tag: code-and-tech
All the articles with the tag "code-and-tech".
-
AsciiDoc writing
I started a little while ago to write a book. Yeah, I know, who would have thought, right? But that's besides the point.
-
holder.js, a handy image placeholder generator
Sometimes when you're prototyping a new website or a new page, you would like to add a image placeholder, just to see how things fall into place.
-
Mobile publishing with Octopress and RaspberryPi
A few weeks ago scriptogr.am decided to suddenly change how their Markdown processor worked, making any HTML embedded in the Markdown posts worthless, among…
-
Time traveling with the Java Calendar
Playing with time in Java can be a tricky thing. Here's what happens when you use the Calendar class to make a trip back in time and back again:
-
Type erasure and some Java bytecode
If you've worked with Java for a while, I'm sure you've heard about one of the things that Java does at compile time: type erasure. But you don't have to…
-
Bank robbers and Java concurrency
Java 7 puts on the table some new tools for concurrency and its family of Executors. Here's my attempt of exemplifying their usage with a small bank robbers…
-
Farming and Dependency Injection in Java
It's always good to revisit topics that you already touched before, the chance is that you will find out new things or remember forgotten ones.
-
Markdown blogging
Today, I switched to a static blog using Scriptogr.am and Dropbox. I thought it might be useful to share what I use to write articles on my new blog!
-
Gone static!
Having a small blog where you can ramble about whatever you want should be a simple thing, right? I mean you don't pay much to the host, they have…