martes, 28 de junio de 2016

The importance of asking time

During this two weeks, I learned the importance of asking. Ask when you not know how make the things and ask where I am not sure of something.
This lesson was learned when a coworker correct me about the way I had used boostrap for the design of the login page. I know about my weakness in css, because I have used it less, so when I see the comment in the pull request I searched about boostrap and implement it seemed to me right. But I had problems with the background of the page, then I asked my co-worker and he sat down with me and explained how to solve the problem, At that moment I understood that if I had asked from the start how to do , I could do other activities.

Finally, I like to quote a Peter Drucker “My greatest strength as a consultant is to be ignorant and ask a few questions.”



martes, 14 de junio de 2016

Two week in project

In these two week, I started to work in a project, in other words I learned about the procedures to follow when a project starts, for example :

  • Meetings to explain the project to team members
  • Create a repository in a control version site. In the case of the project that I work is Github.
  • Create a project in Taiga, because in this site you can implement scrum.

This is to set-up the project, but when you start the project, you need to considered the time for meetings,the standard used to write the code,in the case of this project is the style guide for AngularJS John Papa Styleguide and the most important thing is  work in team,because we must remember, we are not alone and always solve a problem is faster if we ask a other person how to solve it.

Finally , this is a new experience for me and I'll have more challenges to face , but I want to keep learning more about projects and gain experience to become an excellent professional






domingo, 29 de mayo de 2016

Angular JS. What to do in error case

Angular JS is a web framework based in MVC(Model View Controller). I know, in the web you can find all about Angular, so, What are you here? Well, I have a good tips when angular throw a error and yes the first tip is keep calm, and do any of the followings things:


  • Verify that the server is running ( Yes , it is obvious but check it)
  • The browser console is our friend, used it when the page not load(Trust me, probably you have an error)
  • Always verify the routes and the controller names. If you put a name bad, all will be wrong.
  • Verify you server status, in some situation it can save your time, because  your error can be caused for invalid route.
  • If you have sure that all the things are correct and angular not working,you can ask for help  a Google or a good friend. Google always have a answer and your friend, maybe too.
After finish remeber this things about Angular:


  1.  -Angular is relatively simple, when you understand the structure.
  2. -Angular is great in testing. Accept testing with karma and protactor.
  3. Angular have a lot information and you can find tutorial about it.
  4. Angular run in a lot of server. You can used Node JS, .NET or other.