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/React-MaterialUI-Custom_Theme_Setup
Simple snippet showing how to impletement custom theme in Material UI
TestardR/React-MaterialUI-Grid_Responsive
Simple snippet using React and Material UI implemeting responsive grid system
TestardR/Node-Express-JWT_setup
Using express, basic setup of jwt middleware to access routes
TestardR/Node.js_Load-Images
Using Node.js, simple setup on how to load images
TestardR/React-Animations
Simple app implementing CSSTransitions
TestardR/React-Auth0-Authentication_Implicit_Flow
Set up to implement implicit flow authentication with Auth0
TestardR/React-Components_rendering_with_a_switch
Using React, simple snippet implementing components rendering using a switch
TestardR/React-ContextAPI-ECommerce
Setup with Context API with a React application
TestardR/React-ContextAPI-useContext
Simple snippet to implement React Context using hooks
TestardR/React-Dynamic_conditional_components_rendering
Simple snippet implementing dynamic components rendering and so conditionally. Oh yeah !
TestardR/React-Express_Production
Relative routing with react-router-dom v5
TestardR/React-Festival_Du_Graux_Son
TestardR/React-Github_Finder
Using React, this simple app allows us to look for users within Github API. It features the context API and hooks.
TestardR/React-Higher_Order_Components
Simple implementation of HOC in React
TestardR/React-Horizontal_Scrolling
Pure CSS horizontal scrolling, looks pretty dope.
TestardR/React-Node-Keycloak-Setup
Simplet Keycloak setup in Full-Stack mode (React / Node)
TestardR/React-ReactRouter-Hooks
Simple snippet showing how the new hook API from react-router-dom 5.10 works ! Pretty nice job
TestardR/React-Redux-GSAP-Todo_List
Using React and Redux Hooks, we created a todo list animated with GSAP
TestardR/React-Redux-Hooks-Setup
Simple snippet implementing React and Redux using Hooks
TestardR/React-Source_Code_Sharing
Shared libraries of components and tools across React projects with create-react-app (CRA), thanks to Doron Oded
TestardR/React_Chart.js
Basic setup using Chart.js
TestardR/React_Client-Panel-ContextAPI
Implementation of the Context API to share the state across the application
TestardR/React_DeleteConfirm
Using Material UI, I built a simple app featuring 2 components : DeleteButton & DeleteDialog
TestardR/React_Fundamentals-Base_Features
TestardR/React_Loader
Simple loader setup in React
TestardR/React_Node.js_Load-Files
Using React and Node.js, simple setup to load files.
TestardR/React_Pagination_withHooks
Simple widget to implement pagination on a react app
TestardR/React_Pagination_withoutHooks
Simple widget on how to implement pagination in react
TestardR/React_Particles
Simple Particles.js setup in React
TestardR/Webpack-Regular_Setup
Simple webpack setup without framework