Archive For The “Technology” Category

Trabajando con pasión en la industria del software

By | October 8, 2011

PassionateViolinPlayer

[Click here to read english version] ¿Alguna vez has pensado cuando tiempo de tu vida vas a estar trabajando? Respondamos esta pregunta solo para un día laboral. Si eres afortunado, estarás en el trabajo solo 8 horas Para relajarte, familia, hobbies, tráfico, etc; tendrás las siguientes 8 horas Finalmente, deberías dormir 8 horas Estarás en [...]

Read more »

Working with passion in software industry

By | April 16, 2011

PassionateViolinPlayer

[Haz click aquí para leer la versión en español] Have you ever think about how many time of your life you are going to be working? Let’s answer this question for just one working day: If you are a lucky guy, you will be at your job just 8 hours. For relax, family, hobbies, traffic, [...]

Read more »

Eclipse cannot find Java SDK 1.6 in Mac OS X

By | December 9, 2010

Configuration

Days ago when I tried to write code just for relaxing (I’m going to explain this technique in another article), I had this error message in Eclipse: JVM 1.6.0 disappeared!  My first idea was that something happen with the default installation of Java in Mac OS X because  manually installed JVM 1.4.2 and JVM 1.5.0 [...]

Read more »

Finding a jar file which contains a Java class

By | December 4, 2010

Have you ever needed to find a jar file which contains a particular java class? If you’re answer is affirmative, please continue reading! In this short article, I will share one way to do this task in the Unix-like world using sh, ksh or bash. There’re a lot of other ways to do this task [...]

Read more »

Learn at least one programming language per year

By | November 26, 2010

One of my favorites techniques to keep my mind with new things and ideas about software development is learning at least one programming language per year. No matter if you’re are a programmer, software architect or a guy with programming  in his heart but doing project management stuff. Learning a new programming languages is not [...]

Read more »

Recommended Plugins for WordPress

By | November 22, 2010

These are the plugins that I’ve found highly recommendable over my first year using WordPress: All in One SEO Pack: worry about Search Engines? This plugin does a lot of things to optimize your site for search engines. Google Analytics for WordPress: configures Google Analytics in your website and do a little bit more with [...]

Read more »

SpringMVC – Easymock – TDD

By | November 16, 2010

tdd

New screencast! This time I’m showing how to implement a simple Spring MVC Controller with TDD and EasyMock. In next episodes I’m going to add more features so stay tuned. Note: I assumed a basic knowledge of SpringMVC SpringMVC – Easymock – TDD My english is not good but I hope anyone can understand me, [...]

Read more »

Understanding Bash configuration files

By | October 17, 2010

BASH is one of the most popular shells you can find in GNU/LiNUX, it has a set of configuration files that you must understand in order to customized it and be more productive! So what file should I use? when is this file executed?, what is a login shell?,…  those are questions new users are [...]

Read more »