Pinned Repositories
CsharpExtensionMethods
As the name implies, useful extension methods for C#.
aliceandsamuel
A short game made for the Weekly Game Jam - Week 147
dart_genetic_algorithm
A genetic algorithm implemetation in Dart for an university project.
estrutura-de-dados
Códigos para ministração de aulas em estrutura de dados
Passlockr
Um site para armazenamento de senhas desenvolvido em .NET e C#.
Ping-Calculator
Little exercise in python made to calculate ping values, like RTT and package loss.
savioti
Repo used to make my profile nicer.
SpacePilgrim
A short game made for the Curious Game Jam 2020.
study-dotnet-contact-book
Agenda de contatos criada como estudo em .NET.
study_flutter_provider
COVID API app with Provider state management.
savioti's Repositories
savioti/savioti
Repo used to make my profile nicer.
savioti/study_flutter_local_push_notifications
A repository created to study how to implement local push notifications in Flutter.
savioti/study_flutter_provider
COVID API app with Provider state management.
savioti/aws_request_log_analyzer
An application created to parse requests from .gz log files created by Amazon S3.
savioti/my_favorite_games
A small app where you can mark video games as favorites and view additional information about video games.
savioti/quiz_waker
An alarm clock app where you need to answer random trivia questions to deactivate the alarm.
savioti/study_flutter_animation
Small repo created to study how to use animations with Flutter.
savioti/study_flutter_animation_rive
Small repo to learn hot to use Rive for animations with Flutter.
savioti/code-analysis-code-smells
A code analysis project made to look for code smells in a project.
savioti/code-analysis-code-smells-displayer
A program that analyses code smells in a C# project and displays a graphic representation of them.
savioti/code-analysis-mvc-packaging
A program that checks and corrects a MVC file structure.
savioti/code-analysis-mvp-analyzer
A code analysis project to check if a given project respects the MVP architeture.
savioti/code-analysis-state-design-pattern
A code analysis project made to check if a given project folows the State Design Pattern.
savioti/english_football_hashtag_generator
A program that generates english football hashtags based on the text input provided.
savioti/flutter_study_tdd_clean_architeture
Repo created by following a course on TDD and Clean Architeture.
savioti/git_cheat_sheet
A reference document created while studying the source control system git.
savioti/pes2013_OF_2022
An option file for PES 2013.
savioti/study_flutter_chopper
Small app created to study how Chopper, a Flutter HTTP client, works.
savioti/study_flutter_get_it
Small repo created to study the Service Locator pattern and learn how to use the get_it Flutter package.
savioti/study_flutter_go_router
Small app created to study how to use Flutters's Navigator 2.0 with GoRouter.
savioti/study_flutter_graphql
A small repo to study how to use Flutter to retrieve data from a GraphQL API.
savioti/study_flutter_location
A small app created to study how to use a device's location in Flutter.
savioti/study_flutter_mobx
Simple app built to learn how to use MobX state management.
savioti/study_flutter_mvvm
A repo created to study the MVVM architeture with Flutter.
savioti/study_flutter_navigator_2_0
Repo created to study changes introduced in the 2.0 of Flutter's Navigator.
savioti/study_flutter_RESTfulAPI
Flutter project built to study RESTful API implementation.
savioti/study_flutter_riverpod
Repo created to study the Flutter state manager Riverpod.
savioti/study_flutter_soap
Simple repo built to learn how to integrate a SOAP API to a Flutter app.
savioti/todo_list
A simple TODO list made to learn the basics of MobX on Flutter.
savioti/unity-RandomVacuumAgent
A project where a vacuum cleaner randomly cleans spots on a plane. Created as an activity for AI class.