How I use programming

All

I started programming for my university studies: mainly data analysis around economics. Since then, it has snowballed into something that has found its place in every aspect of my life. It's in the way I think about a problem, interact with my computer or phone, and even draw! (I am useless with a pencil). Here are the projects I've developed over the last couple of years that I think might interest someone.

Mandelbrot set

Mandelbrot set

It's a set of complex numbers c for which a recursive function does not diverge, i.e., remains bounded in absolute value (2). The visualization assigns a color per pixel based on the amount of iterations it took to get to a value bigger than 2.

Exercise tracker

Exercise tracker

Small full-stack exercise tracker, complete with a server and DB for storing users and logs.

Pendulum wave

Pendulum wave

Visual effect obtained by simulating simple pendular motion with the Cosine function.

Polar rose

Polar rose

A flower animation produced with an increasing value in the polar rose equation. It produces the effect using polar coordinates and the Cosine function.

Choropleth Map

Choropleth Map

Part of an incursion into D3.js. A chart that maps data into geographical polygons and displays magnitude with color.

Fractal plant

Fractal plant

A fractal plant made using a Lindermayer System algorithm. It's a system that iterates on string replacement based on a set of rules and an initial state. It's translated into an illustration with turtle graphics.

Circle animation

Circle animation

Part of a study of trigonometric functions and polar coordinates, this animation generates a regular polygon by joining a single dot's projection accross several evenly-separated lines.

Javascript Calculator

Javascript Calculator

Basic calculator emulated with Javascript and React.

Gravity

Gravity

A very simplistic parametric simulation of gravity towards a center point using particles and vectors.

Product landing page

Product landing page

Product landing page that features cards, pricing and about info.

Tribute page

Tribute page

One of my very first coding projects: a simple tribute page dedicated to Fernando del Paso. Created as a project for a coding bootcamp.