Category IT

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…

Network Routing Protocols

This post summarizes gateway protocols or routing protocols on computer networks. All of them are within OSI layer 3. List of Network Routing Protocols Overall list of network routing protocols: The two main categories of network routing protocols are: Interior…

Cryptographic Standards and Guidelines

This post summarizes some cryptographic standards and guidelines. List of Cryptographic Standards and Guidelines Cryptographic Standards and Guidelines featured on this post: NIST’s Cryptographic Standards and Guidelines ENISA’s Recommended Cryptographic Measures CCN’s CCN-STIC 807 “Criptología de empleo en…

Introduction to Rust

Rust is an emerging programming language that focuses on performance. It is free and open-source (FOSS) under an MIT and Apache 2.0 dual-license. It was created by software developer Graydon Hoare while he was working at Mozilla, and it was…

Artificial Intelligence Chatbots

This post summarizes some chatbots for Artificial Intelligence or AI generative tools. List of Artificial Intelligence Chatbots List of Artificial Intelligence Chatbots: OpenAI ChatGPT ChatGPT, developed by American company OpenAI, it is open worldwide to the general public. Official website…

Green Cloud and Green Data Centers

Green cloud and green data centers is the concept of optimizing a cloud or data centers to reduce to an optimal level the environmental impact of cloud and data center technologies. This post covers some aspects regarding green cloud and…

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…

Git

Git is one of the most popular software source code control version system (CVS). This post explains the main aspects of Git. You may want to read about alternative source code CVSs on this post. Explaining what is Git Git…