leogomesdev
I'm a Full-Stack Developer. I have a Bachelor's degree in Information Systems and a Technical Course in Industrial Computing
Software Developer @ Pelmorex (The Weather Networks)Canada
Pinned Repositories
arduinolabscontroller
The final project for my bachelor's degree. An automation system, with a web interface, built with PHP (Laravel framework) and Arduino to manage computer labs. Uses the MySQL database.
ast-calculator-java
A calculator (console application) built with Java using AST (Abstract Syntax Tree)
ast-calculator-nodejs
A calculator (console application) built with Node.js using AST (Abstract Syntax Tree)
circuit-on-backend
CIRCUIT ON allows you to manage images for displaying on TV based on a schedule. This is super useful for Gyms that need to display different images simultaneously on multiple TVs.
circuit-on-frontend
CIRCUIT ON allows you to manage images for displaying on TV based on a schedule. This is super useful for Gyms that need to display different images simultaneously on multiple TVs.
mongodb-terraform-deployment
This repo provides examples and instructions for Terraform general usage & Creating MongoDB Atlas cluster using Terraform
school-management
[Work In Progress] This is a back-end app that provides a GraphQL API to manage school classes. It was built with Node.js (NestJS Framework) and uses the MongoDB Database.
sunshine-backend
This is a Node.js backend application created with Express. It has a REST API, uses JWT and MongoDB.
task-management
A Node.js (NestJS Framework) back-end application to manage tasks, that provides a REST API completely document with open-api (swagger). It has 100% unit test coverage. It uses PostgreSQL.
leogomesdev's Repositories
leogomesdev/school-management
[Work In Progress] This is a back-end app that provides a GraphQL API to manage school classes. It was built with Node.js (NestJS Framework) and uses the MongoDB Database.
leogomesdev/arduinolabscontroller
The final project for my bachelor's degree. An automation system, with a web interface, built with PHP (Laravel framework) and Arduino to manage computer labs. Uses the MySQL database.
leogomesdev/ast-calculator-java
A calculator (console application) built with Java using AST (Abstract Syntax Tree)
leogomesdev/laravel-crud
This is a Laravel application using the following technologies: PHP 7.2, NGINX, Redis, MySQL, Docker. The mean idea here is showing how to configure and run a Laravel application easily using Docker in a local environment.
leogomesdev/mongodb-terraform-deployment
This repo provides examples and instructions for Terraform general usage & Creating MongoDB Atlas cluster using Terraform
leogomesdev/skills
This is a REST API Microservice to manage Skills, built with Node.js (Express.js Framework) that uses MongoDB.
leogomesdev/task-management
A Node.js (NestJS Framework) back-end application to manage tasks, that provides a REST API completely document with open-api (swagger). It has 100% unit test coverage. It uses PostgreSQL.
leogomesdev/ast-calculator-nodejs
A calculator (console application) built with Node.js using AST (Abstract Syntax Tree)
leogomesdev/circuit-on-backend
CIRCUIT ON allows you to manage images for displaying on TV based on a schedule. This is super useful for Gyms that need to display different images simultaneously on multiple TVs.
leogomesdev/circuit-on-frontend
CIRCUIT ON allows you to manage images for displaying on TV based on a schedule. This is super useful for Gyms that need to display different images simultaneously on multiple TVs.
leogomesdev/express_presentation
This back-end application allows the creation and authentication of Users and CRUD operations for Skills. It was built with Node.js (Express.js Framework) and uses the MongoDB database.
leogomesdev/geocoding
A back-end project with API for geocoding, that returns latitude and longitude for one given address. Built with Ruby on Rails Framework.
leogomesdev/laravel-graphql
Implementation of GraphQL with Laravel, JWT, and Docker. This code was used to present a talk about GraphQL in an IT event in May 2018, organized by PHPRio Community. Check more information here: https://github.com/PHPRio/CFP/issues/48
leogomesdev/sunshine-backend
This is a Node.js backend application created with Express. It has a REST API, uses JWT and MongoDB.
leogomesdev/docker_php
A PHP project with Docker, that can be used in a local environment by developers easily! Docker is an amazing technology, that can be used on the servers and also in laptops, doing the required config for development tasks be very fast.
leogomesdev/docker_ruby
A Ruby on Rails project with Docker, that can be used in a local environment by developers easily! Docker is an amazing technology, that can be used on the servers and also in laptops, doing the required config for development tasks be very fast.
leogomesdev/leogomesdev
This project contains the source code for the page https://github.com/leogomesdev
leogomesdev/leogomesdev.github.io
This project contains the source code of my site: https://leogomes.dev
leogomesdev/mongodb-recipes-sample-dataset
This project provides a sample dataset of recipes to be used with MongoDB. It uses Faker JS package for generating Synthatic Data.
leogomesdev/products
A GraphQL Service build with NestJS (a Node.js Framework)
leogomesdev/ru102js
Source code for the RU102JS Redis for JavaScript Developers Course
leogomesdev/sunshine-frontend
This is an React js application, which contains register, login, and home pages
leogomesdev/task-management-frontend
Front-end application for the Task Management application