Algorithms
I’ve been experimenting with Python recently, and I wanted to know more about theoretical Computer Science, specially algorithms. I wrote a function […]
CS101 with Udacity
I apologize for the lack of posts lately, a lot of things have been going on that kept me from blogging. I […]
My app on the Android market
Months ago, I published a small app on the Android market, it’s called “Height Converter”. What the app does is that it […]
Android app development
Sorry for the long hiatus, but I was really focused on Android these past couple of months, so I had nothing useful […]
Programmer Competency Matrix
I’ve stumbled upon this page a few months ago, and I really liked it. I’ll admit that it’s not the only measure […]
Learning Python
I recently started learning Python again, as I’ve had interest in it in the past, but stopped for some reason I don’t […]
Reading "The Pragmatic Programmer"
I’m currently reading this book And it’s been very good so far, it has a lot of good advice for working programmers. […]
Watched an MIT lecture
I watched This lecture and it has been very informative. I learned the difference between Static and Dynamic typing, as well as […]
I passed the exam!
I just took SCJP – or OCPJP if you prefer – earlier today and I scored 70%! It took me about an […]
Hello, World! in Java without main()
While I was reading the SCJP book, I came across the concept of initialization blocks, or init blocks for short. Those blocks […]
Doing some coding
Today, I tried to write code that involves actual problem solving I wrote a method that calculates the factorial of a number, […]