Tag 101

Software

Software is a collection of programs and data that tell a computer how to perform specific tasks. Software is a term that opposes to hardware, from which the system is built and which actually performs the work. You can read…

Introduction to Android

Android is an open source operating system aimed for portable devices, but also present in desktop devices. Its kernel is a modified version of Linux kernel. This post is an introduction to the operating system. Explaining Android Android is developed…

Software Development

Software is the intangible side of computers. It includes programs and data. Software development is the process of creating and deploying software. This post covers some aspects of software development. It is somehow an index to other posts in the…

Cloud Computing

This post is an introduction to the concept of cloud on IT. Cloud Essential Characteristics Cloud essential characteristics: Multitenant is considered within Resource Pooling according to NIST SP 800-145, while ISO/IEC 22123 considers it a different characteristic. Cloud Logical Model…

Introduction to IT Security

This post gives a general and brief overview about IT security and cybersecurity. It also links to other posts within this blog where the information is expanded. Definitions of Information Security and Cybersecurity Information security is in charge of the…

Introduction to Godot Engine

Godot Engine is a cross-platform free and open source (FOSS) video game engine. This post is an introduction about the video game engine. FAQs about Godot Game Engine What are the target platforms for video games generated with Godot? As…

Introduction to Python

This post is an introduction to the programming language Python. Understanding Python What is Python? Python is a high-level, object-oriented, dynamically typed and interpreted programming language. Its first version was released on 1991, but it has received major updates over…