Well, this semester is at its end, we’ve come a long way, what a time we have had, for sure they have been quite an exciting but at the same time harsh six months, let’s recapitulate each experience… First, I thought (and keep thinking) that every day was an opportunity to keep working on the …
Category Archives: TC2004
Check your code… please
Now, you have written your code, you know how to do mostly everything for you to have a great project, but of course, mistakes happen, let’s make sure you won’t leave one for your ‘FINAL_FINAL_OK’ version. First of all, remember we’re not criticizing the author’s work, we do this in order to learn, to check …
Now, a break, what do we know now?
First of all, wow, we have come far, don’t we? It’s been quite a long trip, with lots of things to do and learn, let’s take a ride around it. Play this while reading, it may help us feel motivated as we go along: Let’s start from the beginning of this period: UML diagrams. We …
Coding, languages and more…
We learnt about UML, DB and more, but now, you want more!? Well code is the next step, let’s see a bit about it. The simple steps are: looking at your model, check each method in it, usually its name tells us about its function, so if you can read it, you can guess what …
Databases, classes, tables, nope… I don’t get it, do you?
Databases are important for every project, so software isn’t an exception, DB help us create an space where we can keep all the information needed in the implementation of the project. Now, we know how to plan a project, how to represent and model it, but if we want to create spaces for information that …
Sigue leyendo «Databases, classes, tables, nope… I don’t get it, do you?»
UML II, sounds like a prototype doesn’t it?
Of course, as promised this topic is retaken, now we will get into more details, particularly about State Diagrams, Package Diagrams and Component Diagrams. As previously seen, these diagrams work as a way of representing the different parts of a project and its relationships, let’s start talking about the first one, State Diagram. According with …
Unified Model What… ?
UML, these initials stand for Unified Modeling Language, but what is it? According to Noel Ceta UML «is a modern approach to modeling and documenting software». It is based on diagrammatic representations of software components. By using visual representations, we are able to better understand possible flaws or errors in software or business processes. This model lets …
Bob The Builder
Today we’re going to build, or at least start with the process: Design. As usual we’re talking about software and systems, so we need to contextualize design into this concepts, what are Software Design Patterns? Well GeeksForGeeks says that «Design patterns are used to represent some of the best practices adapted by experienced object-oriented software developers. …
What we have by now…
Hi again! Today I will talk with you about what we have learnt over the last month on this blog. Last month has been a busy one, we’ve been trying to finish every chore we have, working in lots of projects at the same time makes this task almost impossible, but you know what? We …
Like Models?
Don’t… please don’t think that we will talk about this kind of models, deal with it! Well at least for now… Modeling Languages, these are some other kind of models, maybe not that attractive at this point, but lemme change your mind. First, as always, we need to define our topic, what are those called …