What I do?

Fullstack development, a role that I have been playing uninterruptedly since 2013, lately (2020) I have complemented with devops

frontend

html | handlebars | pug

css | sass | less | postcss

javascript | react | vue | angular | jquery

typescript

backend

php | wordpress | laravel | lumen | phpunit

nodejs | express | nest | jest

python | django

sql | mysql | mariadb | postgresql | sqlite

nosql | mongodb | couchdb | firebase

devops

virtualization | proxmox

paravirtualization | docker | podman

cluster | swarm | kubernetes

system | linux | windows

cicd | gitlab | jenkins

version control | git

What I did?

As a developer I have created some libraries and services in different technologies, for current or past occupations review my linkedin profile

services

libraries

TIMER CREATOR

JAVASCRIPT , WEBPACK

setTimeout and setInterval methods return a numeric identifier as default, but sometimes i wanted to set myself an identifier to them with strings or constants variables, with this library now i can

THE TYPE VALIDATOR

JAVASCRIPT , WEBPACK

While working (and learning) with javascript i found that native validation for different "data types" doesn't seem intuitive at all, so i creaed a couple of methods to check every primitive and some not primitive type existing in javascript.