Fullstack development, a role that I have been playing uninterruptedly since 2013, lately (2020) I have complemented with devops
html | handlebars | pug
css | sass | less | postcss
javascript | react | vue | angular | jquery
typescript
php | wordpress | laravel | lumen | phpunit
nodejs | express | nest | jest
python | django
sql | mysql | mariadb | postgresql | sqlite
nosql | mongodb | couchdb | firebase
virtualization | proxmox
paravirtualization | docker | podman
cluster | swarm | kubernetes
system | linux | windows
cicd | gitlab | jenkins
version control | git
As a developer I have created some libraries and services in different technologies, for current or past occupations review my linkedin profile
services
A web application to get self location on a map or look up for places by name, integrates with 'MY LOCATION API' service for look up feature
An API service to look up for coordinates, locations, timezones, languages, countries, geographic political divisions
A web application to look up IP Address, IP Address location and Autonomous Systems data, works with 'MyIP API' service for look up feature
An API service to look up IP Address, IP Address location and Autonomous Systems data.
libraries
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
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.
In some javascript environment the property navigator.onLine is not available, with this library i can find out the state of internet connection.
A library to use queryable promises or make native promise A+ queryable
A library to manage a data store and subscriptions to stored values changes.