domingo, 25 de agosto de 2019

Software Architecture

All ISCs know the importance of making a good design before starting the development of a system due to the complexity it can have and the increase in the cost of making changes at late stages.
The architecture of a system goes beyond how it is going to be programmed, rather it focuses on the way in which its components are going to be related, to communicate and interact with each other. The importance of this is that programmers need to have a clear understanding of how the system will work because, obviously, they do not develop everything, but they are divided into teams that will be working independent modules that, at some point, must come together to comply with to system functionality.
Personally, it has happened to me that I have had to participate in large systems development projects in which the architecture design is not done and it is a complete headache that, during the whole development stage we have to ask some with others how we need the output or input of some module, how the connection of some modules will be made, if the system can work asynchronously or if the computer (or server in the cloud) we have will be able to handle all the requests that arrive .
Personally, I didn't know the 4 most recognized views of the software architecture, which are: the conceptual, implementation, process and deployment view. However, I think it is quite understandable that, like the architecture of a construction, there are different points of view to better understand the functionality of the system, how the connections will be made and, in general, the way in which the parts of the system will interact, to program them more accurately.
I believe that a good software architect can greatly facilitate the development of a project and significantly reduce rework costs or errors in the system if it is dedicated to making a clear, understandable and available architecture for everyone at all times.

sábado, 17 de agosto de 2019

Moon Machines


The Moon Machines video let me see some interesting topics for me, starting with the resilience. I’ve always thought that resilience is the way we achieve success in every project we start, I believe this is truth because it’s almost impossible to complete a project without mistakes, I mean, we are humans and that’s normal. But being able to understand that we are not perfect, and we must start all over again until we finally end up with the correct solution is an important part of being successful.
Another important topic is innovation and collaboration. Since I’ve been studying project management my whole career, I’ve learned that teamwork is very important if we want to achieve success in any project, but also, we need a multidisciplinary team that collaborates with innovative and disruptive ideas. The more diverse the team is, the more innovative ideas we can generate. But further than that, being cooperative with others is important as a personal skill.
The fact that they were programming all the information to bring the Apollo to the moon with so low computing power surprises me. All those ideas the engineer came up with are impressive to me because of the complexity of knowing how to lead the rocket in the right direction taking in count there’s no gravity, coordinates or references.
Finally, I always thought that bringing the man to the moon was a great achievement for humanity because of the complexity and uncertainty, but after watching this video about the effort, ideas, failures and successes now I understand better that it wasn’t only an achievement for humanity but a demonstration of perseverance, union and a shared vision. Humanity proved that we only need one shared vision to collaborate with others despite our differences in favor of development and human growth.

miércoles, 14 de agosto de 2019

Introducing myself

Hello!
My name's Ethan Bautista. I'm 22 years old and I study Computing Systems Engineering.
I like to read books, listen to music, play videogames and hang out with my friends. My favorite color is purple and my favorite movie is Little Manhattan.
I'm currently reading Game of Thrones which I really enjoy and I'm also planning to read the 2nd book of "The Queen of Hearts" because I liked the first one so much.
From this course I expect to understand how to design and deploy software architecture for solutions in IT environment such as Artificial Intelligence or Education, which are my preferred areas of knowledge.