Category IT

Graphics Libraries

This post summarizes libraries to create 3D or 2D graphics and sound. For those libraries to create both graphics and sound toghether, you can check this post. Graphics and multimedia libraries should not be confused with game engines. You can…

Golden Age of Spanish Software

The so-called golden age of Spanish software (in Spanish, época dorada del software español) matches the lifespan of 8-bit home computers, when Spanish companies played a main role on developments for these computers, specially ZX Spectrum. For this home computer,…

Introduction to Pygame

Pygame , frequently typed as pygame, is a cross-module set of Python module to create video games. This post reviews some aspects of Pygame. What is Pygame? Pygame is a Python implementation of the SDL library which is written in…

Web Back End Frameworks

This post is an introduction to web application or web back end frameworks. Web back end framework ease the tasks for the developer when working on back end scripting with languages like Java, Python or PHP. List of Web Back…

CSS Frameworks

This post lists some popular CSS frameworks. List of CSS Frameworks CSS Frameworks featured on this post: Bootstrap Bootstrap is free and open source (FOSS). It is developed by the Bootstrap Core Team. Official Web Tailwind CSS Tailwind CSS is…

Web Development

This post summarizes some aspects on web development. Web Development Basic Learning Path If you want to learn web development, the increasing knowledge you need to get could be summarized as below: 1. Web Markup Languages (HTML) HTML is a…