Careers 2.0 by Stack Overflow
gravatar
profile updated
on Nov 8, 2012

Luiggi Thomas Mendoza Jarahuanco

Lima, Peru

Top 10% Stack Overflow for more
Top 20% Stack Overflow for more
Top 30% Stack Overflow for

I'm a peruvian guy that enjoys programming and listening to rock. My hobby is play bass guitar when alone at home and help people in StackOverflow. I really love learning and teaching people what I've learned because I believe that knowledge should be available to all (and here in Peru it's not as simple as that).

I started programming at my first semester in college doing simple console programs using Delphi. Currently, I prefer to work with Java and enjoy the Web Development and looking a way to submerge in the Android world.

Enjoying programming doesn't mean enjoying coding a lot, at least not for me. This is because I hate code duplicity, specially when maintaining mid and large programs and applications. I tend to refactor big pieces of code (and I'm afraid of nothing) in order to help to reading and maintenance. I like to comment the code I do so other people could understand it faster than start debugging and trying to understand by their ways.

Since I prepared for ACM ICPC contests, I like to analyze the piece of code I'm about to write in order to measure the performance. I've made a small Java classes (for personal use) to measure the execution time of my code and compare different algorithms or implementations in order to use the better at hand.

I don't like to have a boss. Very strange, isn't? I mean, I once had this female boss that usually was staring at me, sitting next to me in order to check what I do to accomplish the work in time, leaving the office at the official exit time but complaining that I should stay until finish the work. This would be a problem if only I had this bad job performance, but it was similar with the rest of the team members (this is, 3 to 4 more people), and then I was not worried by me but for the team. I talked with a friend and she taught me that A Good Boss Is a Good Leader, that time I discovered that I only had a boss, not a leader. Still, I managed to work with the tight activity times just to keep her happy. After that, I learned that I should handle every kind of work , I hate having a boss but really wanted to work with a leader. After the project was done, there was a new boss to work with and he is a leader, and I reforced the lesson.

Technologies


Experience

Software Architect, B-IT Solutions SAC

March 2011 - Current

This is my first professional job after 6 months of internship in different organizations. I started as programmer analyst but doing job as junior and senior developer and documenting the changes at functional and technical levels.

  • Parcitipate on meetings with Functional Analysts from the client company to prepare the functional definition of user requirements.
  • Create functional and technical analysis documents for user requirements.
  • Technical development of the user requirements based on the technical analysis.
  • Programming and configuring over different platforms:
    • Informix 4GL over Unix large system interacting with Informix 11 as database engine.
    • Mid Visual Basic 6 and PowerBuilder 7 desktop application development interacting with Informix and Oracle 10g databases, transaction management, creating reports, handling print jobs.
    • Java Web Development using plain JSP and Servlets over Java 1.4.2. Database engines used: Informix and Oracle 10g.
    • .Net web applications using C# 3.0 primarily connecting to Sql Server and Oracle 10g.

After 6 months of creating documents and develop code for these applications, I got promoted to Technical Lead in a SOA project using Java and JBoss technologies for a Financial Entity to migrate a RPG application for the Web. It was a great experience especially for the new challenge of making the project successful for both the client company and the organization I work and the new title.

  • Design the software architecture under SOA methodology with JBoss 5 technology using Java EE 5, JSF 1.2, RichFaces 3.3 and Web Service Development over JBoss Enterprise Portal Platform y JBoss SOA Servers.
  • Create the Software Architecture Document using the 4+1 views (organization standard, not mine). This involves elaborate use case, class, implementation and deployment diagrams, layers and tiers interaction to explain the complexity of the new system.
  • Deployment and management of version control system using SVN on Windows systems.
  • Participation of entity-relation data modelling for DB2 database engine.
  • Leadership, training and support for development team.
  • Development of use cases using the current technology stack.
  • Management of product deployment on test and production environments.

The project was successful, the client company users actually uses the software product in their daily work.

When the project finished, I got promoted to Software Architect. But my responsibilities aren't so great at this moment:

  • Parcitipate on meetings with Functional Analysts from the client company to prepare the functional definition of user requirements.
  • Prepare and review functional and technical analysis documents for user requirements.
  • Programming and configuring over the platforms mentioned in the first block.
  • Create proof of concepts for new technologies to work with.
  • Manage and review of coding standards on code changes (database and application objects).

Education

B.S. Software Engineer, Universidad Peruana de Ciencias Aplicadas UPC

2005 - 2010

  • Contestant in ACM-ICPC South America/South Regional Contest in years 2007, 2008 and 2009.
  • Teacher assistant in Data Structures and programming courses on C and C++.

Certifications

Java Standard Edition 6 Programmer Certified Professional

2012

Stack Exchange show all Last seen today

Reading show all

Books

Pro JPA 2: Mastering the Java™ Persistence API (Expert's Voice in Java Technology)

Pro JPA 2

Mastering the Java™ Persistence API

Mike Keith, Merrick Schincariol


EJB 3 in Action

EJB 3 in Action

Debu Panda, Reza Rahman, Derek Lane


Articles & Blogs

Short, Self Contained, Correct Example

Describes the short, self contained, correct example. A useful technique for debugging.


Dont Repeat Yourself

Article that explains the benefits of not having code duplication specially in mid and large applications.

Every piece of knowledge must have a single, unambiguous, authoritative representation within a system.


The BalusC Code

BalusC is a JSF expert. His blog helps to learn the basics, mid, advanced and good practices using the JSF framework for Java Web Development (including benefits and pitfalls).