Like all the software Engineers we had this class called, Data bases where we learn about SQL, a little of UML, keys, diagrams, etc… But now we have a concept in terms of design that is related with databases and is how to convert Classes to tables So in previous blogs we explain about classes …
Author Archives: Masharelli
UML part 2
Let’s go again, I know maybe you are like common men it’s your third post about UML, but this is why I’m talking about UML, because this language has a lot of good things. In previous post we saw, things like history, how to use it, diagrams of sequence, classes and objects. Now let’s talk …
UML Part 1
Well I talked about UML in my previous posts, but now i can talk about a little deeper about this one. Like I told you in previous post, I like UML because is easy to understand, to learn and use. But let me tell you why. Well let’s start with the sequence diagram of UML, …
Masha’s Reflection
Well, It’s great how with this kind of teaching is really easy to organized your time and in the same time we learned a lot, because you have to write this blog, so you must to read something, understand it and explain it, so is really great this. So let’s start with this reflection about …
Design Patterns
Sometimes we have a lot of problems when we design some projects, so that’s why the design patterns it’s a real option to solve this kind of problems, but why? Design Patterns provides a general reusable solution for this commons mistakes. The patterns typically show relationships and interactions between classes or objects. The idea is …
Tec LoL Ranking (TLR)
E-sports is the sport of the future, billions of dollars of revenues and prestige, a lot of teams around the word and Mexico is a little behind of all this, but here in the Tecnologico of Monterrey campus Guadalajara, we have our new arena gaming for our representative teams of e-sports so we think about …
UML and Papyrus UML
Well, just to start let me tell you why I pick UML. I learned about Modeling languages in my university Tecnologico de Monterrey, I’m software Engineer so i have a lot of classes about modeling software i think like 3, but in my first class Software Engineer, I met a lot of Modeling Languages and …
Use Cases
A use case is a software and system engineering term that describes how a user uses a system to accomplish a particular goal. A use case acts as a software modeling technique that defines the features to be implemented and the resolution of any errors that may be encountered. Use cases define interactions between external …
Unified Software Process
Unified Process or better know it like UP is an architecture-centric, use-case driven, iterative an incremental development process that leverages unified modeling language and is compliant with the system process engineering meta-model. Unified process can be applied to different software systems with different levels of technical and managerial complexity across various domains and organizational cultures. …
Number Guessing
Binary Search In this kind of games, we use binary search, The binary search consist in find the position of a target value within a sorted array. Binary search compares the target value to the middle element of the array. If they are not equal, the half in which the target cannot lie is eliminated …