TAKEMETOTHEINTERNET

it

API

An API (short for Application Programming Interface) is a set of rules and protocols that allows different software applications to communicate with…

Array

An array is a data structure that holds a collection of elements, such as numbers, strings, or objects, indexed by position. An array is enclosed in…

Creative Coding

Creative coding is an approach to programming in which code is used as an expressive tool, exploring themes beyond those of traditional programming.…

CSS

CSS (Cascading Style Sheets) is a language that allows us to define the style and positioning of HTML elements within a web page. With it we can…

HTML

HTML (HyperText Markup Language) is the standard language used to create and structure Web pages. The term markup means that HTML uses a series of…

JavaScript

Javascript is a high-level programming language primarily used for web development. It allows web pages to be made dynamic and interactive, enabling…

JSON

JavaScript Object Notation (JSON) is a standard text-based format for representing structured data based on JavaScript object syntax. It is commonly…

Loop

Loops, are one of the fundamental pillars of programming. They are structures that allow a block of code to be repeated multiple times, automating…

Mediapipe

Mediapipe is a cross-platform, open-source framework from Google that provides pre-built machine learning pipelines for real-time computer vision…

Object

In Javascript, an Object is a key-value data structure used to store data in pairs, where a unique key is associated with a specific value. Keys are…

Perlin Noise

Perlin Noise is a procedural noise generation algorithm developed by Ken Perlin in 1983. Unlike traditional random noise, which has little control…

Raster Graphics

Raster ( or bitmap) graphics are a type of digital image composed of small squares called pixels arranged in a grid. The amount of pixels goes to…

Vector Graphics

Vector graphics use mathematical equations to define shapes like lines, curves, and polygons, making them resolution-independent and ideal for…

Visual Programming

Visual programming is a type of programming that allows users to develop software using visual elements (nodes) instead of traditional text-based…

WebGL

WebGL is a technology that allows 3D graphics to be created directly in the browser without the need for external plugins. Based on OpenGL, it is an…