Posts

Showing posts from November, 2019

Verification and Validation, White Box and Black Box Testing - An Evaluation

Image
Verification and Validation, White Box and Black Box Testing - An Evaluation This Topic was discussed by Mr. Macarayo, Mr. Asilo and Ms. Morales and to evaluate their report, I can only say that they really did deliver the true context, definition and terms about their topic. They also did differentiate verification and validation and also white box testing and black box testing. The group really did a great job and they even got an applause from the class. Overall, their reporting was great and you can even say that they really practice on how to get everybody's attention and relay the true message and context of the topic. Kudos! Verification and Validation, White Box and Black Box Testing - An Exploration  Verification vs Validation: What's the Difference? In the world of testing, the differences between Verification and Validation can cause confusion. While the distinction may seem trivial, the two fulfill very separate purposes. Imagine being asked to do a...

Usability Testing and Heuristic Evaluation - An Evaluation

Image
Usability Testing and Heuristic Evaluation - Evaluation Usability Testing and Heuristic Evaluation was discussed by the reporters namely: Mr. Manigo, Ms.Sostituido, and Mr. Henry Flores. They then discussed the topics from Usability Testing to Heuristic Evaluation and they also gave some point of learning about on how these two differentiate with each other. Overall, they totally explained the pure context of the topic by simply explaining its definition of terms and on how and when to use them. They even gave some examples of software than uses these testing and evaluation upon implementation. Thanks to them we finally learned and absorbed the proper way of using and implementing these steps. Usability Testing and Heuristic Evaluation - Exploration Image Source: www.google.com Usability Testing The usability concept and its measurement are strictly connected to that of accessibility (“Web Accessibility”), and the space of the problem, shared by the users, in which th...

4+1 Architectural View Model - An Evaluation

Image
4+1 Architectural View Model - An Evaluation 4+1 Architectural View Model as discussed by Mr. Pua, Mr. Magayon and Mr. Sitjar was full of knowledge and they also delivered the pure context of the topic. Overall, the discussion results to a satisfying learning into what is really the true context of the 4+1 Architectural View Model which will be used by some of my classmates for our capstone project chapter 2 - Methodologies. 4+1 Architectural View Model - An Exploration by : Philippe Kruchten Designed for : Describing the architecture of software-intensive systems, based on the use of multiple, concurrent views Context Matters There are many different stakeholders related to a software system, which all have different perspectives. Project/Project Managers, Developers, System Engineers, End Users all view a system in completely different ways. They view the system based on their own context. In order to describe a system, it would be useful to define ...

Python Programming Language - Beginners Insights

Image
Introduction Python is a powerful multi-purpose programming language created by Guido van Rossum. It has simple easy-to-use syntax, making it the perfect language for someone trying to learn computer programming for the first time. This is only an insight on how to get started in Python, why you should learn it and how you can learn it. However, if you have knowledge of other programming languages and want to quickly get started with Python, visit Python tutorial page. But rather than giving you a boring step by step process of learning Python, I would share my personal journey about how I started learning Python. Here is my personal learning experience: What motivated me to start learning Python ? I fell in love with Python after reading a bunch of answers on Quora about how people were doing wonderful things with Python. Some were writing scripts to automate their Whats app messages. Some wrote a script to download their favourite songs, while some built a sy...

Ionic - Cross-Platform Mobile App Development Insights

Image
What is Ionic? Ionic is open source framework used for developing mobile applications. It provides tools and services for building Mobile UI with native look and feel. Ionic framework needs native wrapper to be able to run on mobile devices. This is an introductory tutorial, which covers the basics of the Ionic Open Source Framework and explains how to deal with its various components and sub-components. Context Matters Ionic is an HTML5 Mobile App Development Framework targeted at building hybrid mobile apps. Think of Ionic as the front-end UI framework that handles all the look and feel and UI interactions your app needs to be compelling. Kind of like "Bootstrap for Native", but with the support for a broad range of common native mobile components, slick animations and a beautiful design. Thoughts Working with ionic framework is not a big challenge. Its very easy and most recommended framework for multi-platform developing purpose. ionic framework is open source...

Laravel - The PHP Framework For Web Artisans Insights

Image
Introduction Laravel is an MVC framework with bundles, migrations, and Artisan CLI. Laravel offers a robust set of tools and an application architecture that incorporates many of the best features of frameworks like CodeIgniter, Yii, ASP.NET MVC, Ruby on Rails, Sinatra, and others. Laravel is an Open Source framework. It has a very rich set of features which will boost the speed of Web Development. If you familiar with Core PHP and Advanced PHP, Laravel will make your task easier. It will save a lot time if you are planning to develop a website from scratch. Not only that, the website built in Laravel is also secure. It prevents the various attacks that can take place on websites. Laravel–Features Laravel offers the following key features:  Modularity  Testability  Routing  Configuration management  Query builder and ORM (Object Relational Mapper)  Schema builder, migrations, and seeding  Template engine  E-mailing  Auth...