Pinned Repositories
coinbase-crypto
This application subscribes to Coinbase and reads data given a pair of crypto symbols.
machine-learning-image-classifier
Image Classifier (Flowers) using Machine Learning with Pytorch
properties-data
quarkus-graalvm-kafka
This project goal is to have a better understanding using Quarkus framework with GraalVM, kafka and reactive.
rust-axum-template
Restful API SaaS application where it involves best practices for starting up a project with axum.
sandbox-banking-app
This project simulates a simple banking app in SpringBoot MVC with an IAM service. Features include user creation, account creation, transfer of funds, and access to account transaction data.
spark-simple-rest-api
Simple Spark rest api application that uses MongoDB with CRUD functionality and Mockito for testing.
spring-boot-simple-rest-api
Simple spring boot rest api application that also uses Docker, lombok and lambda.
style-configurations
The codestyle I use for my projects
trade-order-handler
Trade order application can simulate trade orders and records them in an orderbook which handles multithreading written in core Java 11.
divitngoc's Repositories
divitngoc/spring-boot-simple-rest-api
Simple spring boot rest api application that also uses Docker, lombok and lambda.
divitngoc/style-configurations
The codestyle I use for my projects
divitngoc/properties-data
divitngoc/spark-simple-rest-api
Simple Spark rest api application that uses MongoDB with CRUD functionality and Mockito for testing.
divitngoc/spring-boot-simple-web
Simple Spring Boot Web App that is able to generate UUIDs.
divitngoc/spring-graphql-api
An example project that expose both GraphQL and Restful API
divitngoc/tutorials
The "REST With Spring" Course:
divitngoc/coinbase-crypto
This application subscribes to Coinbase and reads data given a pair of crypto symbols.
divitngoc/machine-learning-image-classifier
Image Classifier (Flowers) using Machine Learning with Pytorch
divitngoc/quarkus-graalvm-kafka
This project goal is to have a better understanding using Quarkus framework with GraalVM, kafka and reactive.
divitngoc/rust-api-names
Idea of this project is to learn, grow and explore the Rust programming language. Starting up project serves as an API server using the actix framework and is able to create name/save names.
divitngoc/rust-axum-template
Restful API SaaS application where it involves best practices for starting up a project with axum.
divitngoc/sandbox-banking-app
This project simulates a simple banking app in SpringBoot MVC with an IAM service. Features include user creation, account creation, transfer of funds, and access to account transaction data.
divitngoc/trade-order-handler
Trade order application can simulate trade orders and records them in an orderbook which handles multithreading written in core Java 11.
divitngoc/basic-blocks
Simple blockchain functionality
divitngoc/Basic-Maths-functions
Basic Maths functions
divitngoc/Build_it_Bigger
Android app that displays a list of jokes via Google Cloud Endpoints. This is a multi-project build that also make use of a product flavors for a free and paid build variant.
divitngoc/divitngoc-jooq-module
divitngoc/fonts
Patched fonts for Powerline users.
divitngoc/Hadoop-MapReduce-Example
divitngoc/java-json-benchmark
This project uses JMH benchmark tool to analyse benchmarks of different JSON libraries for Java.
divitngoc/jooq-flyway-example
This project uses flyway combined with Jooq. The example project uses both Spring boot and Spring Webflux.
divitngoc/pokemon-data-api
divitngoc/sentiment-analysis
divitngoc/springboot-reactive-simple-rest-api
Reactive Springboot with API security that fetches facts from https://uselessfacts.jsph.pl/ and display in JSON.
divitngoc/styleguide
Style guides for Google-originated open-source projects
divitngoc/Udacity-Baking-App
Android Baking app. Shows a list of recipes with their respective ingredients, instructions and videos.
divitngoc/UdacityPopularMovies
Android Popular movies (Completed) application. Shows a list of movies, with their trailers and reviews using themoviedb API.
divitngoc/UdacityProjectInventoryApp
Android Inventory tracker app using SQLite, CursorLoader and ContentProvider
divitngoc/UdacityProjectNewsApp
Android news application using theguardians api and AsyncTaskLoader.