Pinned Repositories
ageinminutes-android
Development of date of birth calculator, wich transforms the date to a number in minutes. This is the first project from Mobile Course on Udemy
alexa-custom-skills-awslambda
apache-kafka-series
Projeto desenvolvido em Java, para consolidar conhecimentos adquiridos com o Kafka em curso realizado pela Udemy. Neste Projeto foi desenvolvido Productor e Consumer integrados com a API do Twitter
asp.net-web
Project created to train basic concepts about Web application developed with ASP.NET and C# language
calendar-alexa-quarkus
Project to study the way to develop using Quarkus framework and its libs to build web services. Along with it, was possible to understand how to integrate with google services, in this case Google Calendar
calendar-alexa-skill-awslambda
Project to create a custom Alexa skill and make available the integration with my own backend that access Google Calendar: https://github.com/math-ferreira/calendar-alexa-quarkus
roadmap-spring
Project created to consolidate studies about Spring Framework. Here this repo will contain many projects folder to follow step by step about the roadmap localed in: https://roadmap.sh/spring-boot
spring-boot-ensino-secretaria
Desenvolvimento de API a ser utilizada em secretarias de ensino, para GET, POST, PUT e DELETE de alunos com seus endereços e contatos no banco de dados. Esse projeto tem o intuito de trabalhar as melhores práticas e outras abordagens no desenvolvimento de uma API com Spring Boot.
spring-boot-orders-jpa-hibernate
Projeto criado para estudo de mapeamento objeto relacional com JPA e Hibernate no Spring. Desenvolvimento de aplicação para tabelas de produtos e pedidos para clientes
spring-boot-thymeleaf-salaoArraso
Projeto real, disponibilizado para utilização de um cliente de salão de belezas. Foi feito em Java com SpringBoot e Thymeleaf apresentando funcionalidade de agenda de contatos, serviços, estoque, fluxo de caixa, entre outros.
math-ferreira's Repositories
math-ferreira/spring-boot-thymeleaf-salaoArraso
Projeto real, disponibilizado para utilização de um cliente de salão de belezas. Foi feito em Java com SpringBoot e Thymeleaf apresentando funcionalidade de agenda de contatos, serviços, estoque, fluxo de caixa, entre outros.
math-ferreira/roadmap-spring
Project created to consolidate studies about Spring Framework. Here this repo will contain many projects folder to follow step by step about the roadmap localed in: https://roadmap.sh/spring-boot
math-ferreira/calendar-alexa-quarkus
Project to study the way to develop using Quarkus framework and its libs to build web services. Along with it, was possible to understand how to integrate with google services, in this case Google Calendar
math-ferreira/calendar-alexa-skill-awslambda
Project to create a custom Alexa skill and make available the integration with my own backend that access Google Calendar: https://github.com/math-ferreira/calendar-alexa-quarkus
math-ferreira/ageinminutes-android
Development of date of birth calculator, wich transforms the date to a number in minutes. This is the first project from Mobile Course on Udemy
math-ferreira/alexa-custom-skills-awslambda
math-ferreira/asp.net-web
Project created to train basic concepts about Web application developed with ASP.NET and C# language
math-ferreira/calculator-android
Development a calculator app, wich this will work with differents operations and numbers. This is the second project from Mobile course
math-ferreira/coding-interview-challenges
Repo created to support all the challenges that Ive been doing through the Coding test platforms, such a: Hackerrank and AlgoExpert
math-ferreira/config-server-example-spring
Example of Spring server config, to make available only one point to access the environment variables
math-ferreira/docker-example-springboot
math-ferreira/eureka-service-discovery-example-spring
Example of service discovery using Eureka, to conect all microservices in the same network
math-ferreira/getting-started-quarkus
First project to learn more about the Quarkus framework
math-ferreira/java-swing-rango-rapido
Project developed with Java Swing, reffering to a platfom for customer orders to restaurants
math-ferreira/jugtours-angular
Frontend project called JugTours (Java User Groups), created to follow the blog: https://auth0.com/blog/spring-boot-angular-crud/#Create-a-Java-REST-API-with-Spring-Boot, which this frontend made in Angular Js will integrate to the backend
math-ferreira/jugtours-spring
Backend project called JugTours (Java User Groups), created to follow the blog: https://auth0.com/blog/spring-boot-angular-crud/#Create-a-Java-REST-API-with-Spring-Boot, which this backend will be used by a frontend side made in Angular Js
math-ferreira/math-ferreira
Repository created to customize my github homepage. To use in your profile, just create one repo with the same name of your username here
math-ferreira/math-ferreira.github.io
This repository was created to make available my own personal portifolio, putting some important things about my career and the projects that I made.
math-ferreira/myfirstapp-android
First app to learn the basic to develop mobile applications
math-ferreira/quizapp-android
Development a quiz app, wich this will be the app to select correct alternatives of flags. This is the third project from Mobile course
math-ferreira/school-grade-spring
Project created to generate a school grade from some user inputs, such as: dates, subjects, holidays, vacation and etc. By reporting this, the program will generate a xls file, which it contains a full grade os subjects for the school semester
math-ferreira/spring-boot-api-carros
Projeto com Spring Boot envolvendo catalogo de carros, com foco em Controllers e Services
math-ferreira/traffic-light-challenge
Traffic light challenge for C6 Bank interview
math-ferreira/camunda-bpm-spring
This project aims to serve to creating and integrating a Spring application with Camunda BPM, for business process management.
math-ferreira/expense-spreadsheet-android
Android project created to help me to organize the expenses in my month. It also is useful to understand the Android concepts and how to implement it
math-ferreira/feature-toggle-spring
Backend project createt to test the implementation of feature toggle using Spring Framework
math-ferreira/hexagonal-architecture-spring
Project base to implement Hexagonal Architecture in Java with Spring Framework, ensuring clean separation of concerns and enhanced testability for your applications
math-ferreira/keycloak-spring
Backend project created to learn the mainly concepts about Keycloak and the integration with Spring Framework.
math-ferreira/serverless-spring-awslambda
Project to learn more about aws lambda, api gateway and how transform Rest API made in Spring to lambda functions
math-ferreira/state-machine-spring
Project to study how to implement a state machine using Spring Framework. Spring provide a library to help to build state machines