Tag tutorial

How to identify a Computer Font

This post provides resources to identify the name of a computer font given a text with a specific typeface. Webs for Font Identification List of webs for font identification: Identifont Whatfontis The Font Finder service is included in Whatfontis…

JavaScript Programming Language Ecosystem

JavaScript, commonly abbreviated as JS, is a programming language focused on web development. This post is an introduction to JavaScript ecosystem, encompassing the JavaScript programming language, engines and runtime environments. JavaScript Description JavaScript is a multi-purpose, multi-paradigm, interpreted programming language.…

How to compress PDFs

This post summarizes some ways to compress PDF files. Free methods to compress PDFs Free Online Tools I Love PDF Official website CIB pdf standalone Official website Paid methods to compress PDFs Paid Online Tools Official website Paid Applications Adobe…

Rust Programming Language

Rust is a programming language that focuses on performance. Because it is compiled, low-level, static-typed and does not require a garbage collector, it can be considered a system programming language and it is suitable for operating system and video games…

GitHub

This post explains how to set up a GitHub project. What is GitHub? GitHub is a repository service based on code control version system (CVS) Git. GitHub has many things in common with Git, so it is important to be…

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…