Pinned Repositories
Apollo-GraphQL-CRUD-setup
CRUD requests implementation on using TypeScript GraphQL, Apollo Server, Mongoose and MongoDB
CreditCardStatementJAVA
This app allows to go through payment data and manipulate data as needed (credit, debit, vendor, balance, fee, etc...)
Docker_Kubernetes
Docker and Kubernetes fundamentals to survive in the wild
geo-port
Geo-port service adds or updates ports in in-memory hashmap. Service can consume large json files through CLI and add or update port consequently. DDD, Hexagonal, and CQRS architecture.
geo-tracking
GT service tracks if drivers are moving using GPS coordinates. Service consumes coordinate events and uses reactive cache to serve driver moving status through HTTP. DDD, Hexagonal, EDA, and CQRS architecture.
go-compiler-escape-analysis
Playground to display Go compiler's behavior on heap memory allocation.
go-concurrency-patterns
Concurrency patterns in Go
Go_Basic_Auth
Simple auth using Go, Fiber, and Gorm
platform-manager
Platform-manager is a Kubernetes HTTP client to communicate with a cluster.
sandwicher
Sandwicher service creates and retrieves sandwiches from lightweight SqlLite DB. Service consumes HTTP requests. DDD, Hexagonal and CQRS architecture.
TestardR's Repositories
TestardR/go-compiler-escape-analysis
Playground to display Go compiler's behavior on heap memory allocation.
TestardR/geo-port
Geo-port service adds or updates ports in in-memory hashmap. Service can consume large json files through CLI and add or update port consequently. DDD, Hexagonal, and CQRS architecture.
TestardR/geo-tracking
GT service tracks if drivers are moving using GPS coordinates. Service consumes coordinate events and uses reactive cache to serve driver moving status through HTTP. DDD, Hexagonal, EDA, and CQRS architecture.
TestardR/go-concurrency-patterns
Concurrency patterns in Go
TestardR/sandwicher
Sandwicher service creates and retrieves sandwiches from lightweight SqlLite DB. Service consumes HTTP requests. DDD, Hexagonal and CQRS architecture.
TestardR/algorithms
TestardR/Angular-Essentials
Essential things to to get going with Angular
TestardR/Angular-Fundamentals
Let's dive into Angular to survive into the wild: CRUD request
TestardR/Angular-StarWars
Simple App using Angular, all in one. Essentials things to know to get going !
TestardR/Angular-TodoList
This is a simple app to get going with Angular 7 and Typescript
TestardR/blockchain
TestardR/blog
third iteration of my blog
TestardR/Express-API-Jest-Fully-Tested
CRUD requests implementation and fully tested (unit and integration test) using Express and Jest
TestardR/fizzbuzz_ddd
TestardR/Gatsby-GraphQL-Blog_App
Using Gatsby, React and GraphQL, I cloned Dan Abramov's blog to showcase my own articles on web development.
TestardR/Gatsby-My_Second_Blog
New Blog setup
TestardR/geo-porter
TestardR/Hexagonal-Sandwich-Recipes
A tutorial on hexagonal architecture developed in Rust
TestardR/JS-Moment-diff
Simple implementation of momentJS to compare dates
TestardR/MERN-Contact_Keeper
WIP, at least the backend is done using express and mongoose, the front end using react features all the reducers, which is nice but not done ;)
TestardR/Microservices-Ticketing_App
Application based on a microservices architecture using K8S, Docker, Nginx Ingress Controller, Skaffold, and Nats streaming server.
TestardR/newsletter-emailer
TestardR/Node-Express-Mongoose-TypeScript-CRUD_Requests
Whole setup implementation ready to be used (Express, Mongo, TypeScript)
TestardR/React-Native-Navigationv5
Basic implementation of React Navigation V5, look around
TestardR/React-Native-Node-Chat_App
Simple implementation of socket.io server for real time communication over a React-Native client
TestardR/React-Node-GraphQL-JWT-Auth
JWT Authentication Node.js with GraphQL and React
TestardR/React-Node-Keycloak-Authorization-Code-Flow
Simple implementation of Keycloak in React with requests to secured backend node API
TestardR/rustlings
:crab: Small exercises to get you used to reading and writing Rust code!
TestardR/subhamsarda
Solving most important Data Structures and Algorithm questions for interview preparations as a beginner!
TestardR/TypeGraphQL-API
Simple set up to play around with TypeGraphQL