Pinned Repositories
aoc-2023
Advent of Code 2023. Practicing Go
aoc-2024
Advent of Code 2024. Using Go.
bd-kubernetes
Project for the "Learn Kubernetes" course on boot.dev!
clusted-salud-sd
Rebuild of the Cluster de Salud Santo Domingo website. Built with Astro.
expense-tracker-api
Expense tracker RESTful API. Built with Golang.
finance-organizer
Finance organization web app. Built with Nuxt 3.
fitness-tracker
Fitness tracker app to manage my workout routines and macro counting
gh-issue-cli
A tool that lets users read, create, update and close GitHub issues from the command line. Exercise 4.11 from the Go Programming Language book.
password-helper
Save encrypted passwords in sqlite3 db. Decrypt and copy them from command line. Built in Python.
selvita-app
Codebase for the Selvita de Concreto site. Built with NextJS.
leondore's Repositories
leondore/aoc-2023
Advent of Code 2023. Practicing Go
leondore/aoc-2024
Advent of Code 2024. Using Go.
leondore/bd-kubernetes
Project for the "Learn Kubernetes" course on boot.dev!
leondore/clusted-salud-sd
Rebuild of the Cluster de Salud Santo Domingo website. Built with Astro.
leondore/expense-tracker-api
Expense tracker RESTful API. Built with Golang.
leondore/finance-organizer
Finance organization web app. Built with Nuxt 3.
leondore/fitness-tracker
Fitness tracker app to manage my workout routines and macro counting
leondore/gh-issue-cli
A tool that lets users read, create, update and close GitHub issues from the command line. Exercise 4.11 from the Go Programming Language book.
leondore/jodit-vue
Vue wrapper for Jodit Editor
leondore/learn-cicd-starter
The starter code for the "Learn CICD" course on Boot.dev
leondore/leetcode
Repository for completed leetcode problems
leondore/leondore
Config files for my GitHub profile.
leondore/password-helper
Save encrypted passwords in sqlite3 db. Decrypt and copy them from command line. Built in Python.
leondore/selvita-app
Codebase for the Selvita de Concreto site. Built with NextJS.
leondore/learn-pub-sub-starter
Project for the "Learn Pub/Sub Architecture" course on boot.dev!
leondore/megacorp
The starter repo for the Git 2 course on Boot.dev
leondore/monkey-interpreter
Interpreter for the Monkey programming language, designed in "Writing An Interpreter In Go"