Hi folks!!! Well, this is a little post, with a little review of #TC1019, in general about Fundamentals of Software Engineering. At the end I share a video link of my talked review. Commonly, we think that SE is a science of alone people, we think Eoftware borns in a dark room with only one … Continue reading A little review
Author: antossoftwaretopics
SW Verification and Validation
In one of our previous post we have talked about software testing. There are many options totest your software, but now we have another topic related to discuss. Is software validation the same as software verification? In https://iiseblogs.org/ words: Validation can be described as verifying that you are building what the customer wants. Software validation … Continue reading SW Verification and Validation
User Interface Design
User Interface Design is an area of the Software development, that emphazises the users needs by the time he/she is implementing the software we developed. We have seen that, for example, Google and all of the big trademarks have chosen the method of minimize the style of their User interfaces. But first, what exactly is … Continue reading User Interface Design
SW Maintenance
Sinse we have discussed different topics about software we haven´t had the chance to discuss about Software Maintenance. We mention this in SDLC, did you remember this? Maintenance is an important part of the Software process. This refers to keep tracking all the upgrades, updates and changes a code or software experiments and keep developing … Continue reading SW Maintenance
Open Source SW
It´s time to talk a little about Open Source Software. If you can remember, we published a post about Software Licenses. This are to ensure software are going to be well distributed/implemented/modified by all of the user that sees it. Recently I want to comment I assist to a litlle course of Software optimization for … Continue reading Open Source SW
Software Architecture
We have talked a little about Software Design, and to be more specific we have talked about UML. This diagrams tools help us to design our general idea of understandig how software is going to behave. Software Architecture is a little bit different. In a Software Architecture diagram, you show the "skeleton" of your software, … Continue reading Software Architecture
Software Testing tools
This will be a very very short post about tools related with Software testing. The various types of test tools according to the test process activities are: Tool support for management of testing and tests: Test management tools Requirements management tools Incident management tools Configuration management tools Tool support for static testing: Review process support … Continue reading Software Testing tools
Software testing
Up to this point we have talked a little about different ways to organize the way you program. Look one thing, we are posting different tools to help you and help us manage the way we program. This doesn´t mean you need always to follow this specific rules to program step by step. Program … Continue reading Software testing
Software Design Patterns
It´s time to talk about Software Design Patterns. They are solutions to common problems that developers face. Many software design patterns address common situations that developers need to implement in every application they build (e.g. object initialization). Take just about any programming problem and there are only a few good implementation approaches, but many bad … Continue reading Software Design Patterns
API´s in Aerospace Sciences
The past days we write a little about API´s and also we have the enormous pleasure to have a little talk with Kin Lane (@kinlane at twitter) about API´s and how they are changing and have changed the world. Personally, I love Aerospace sciences, and that is why I want to write a little about … Continue reading API´s in Aerospace Sciences