Pinned Repositories
algo
algo is a repository to practice data structure and algorithm
arjuna
astrowind
⭕️ AstroWind: A free template using Astro 4.0 and Tailwind CSS. Astro starter theme.
test-with-go
Test With Go Course from usegolang.com
milhamh95's Repositories
milhamh95/arjuna
milhamh95/awesome-event-patterns
Personal collection of links, videos and things to help with event architecture event patterns.
milhamh95/bookswap-service-tdd-go
bookswap service tdd go code
milhamh95/bookswap-tdd-go
bookswap source code from tdd go book
milhamh95/COLA
🥤 COLA: Clean Object-oriented & Layered Architecture
milhamh95/commurz
milhamh95/eda-in-golang
Code from Event Driven Architecture in Golang book
milhamh95/effective-software-testing-code
code from effective software testing
milhamh95/functional-programming-in-go
Code from Functional Programming in Go book
milhamh95/go-clean-architecture-presenter
Try go clean architecture with presenter
milhamh95/go-ecommerce-microservices
🧺 A practical e-commerce microservices, built with golang, domain-driven design, cqrs, event sourcing, vertical slice architecture, event-driven architecture, and the latest technologies.
milhamh95/go-pos
Simple RESTful Point of Sale (POS) Service API written in Go using Gin web framework, PostgreSQL database, and Redis cache.
milhamh95/golang-interview-prep
milhamh95/hands-dirty-clean-architecture-go
Code from Get Your Hands Dirty on Clean Architecture, but in Go
milhamh95/hex-monscape
Getting started guidelines on writing maintainable code for Haraj production services. Onboarding reference for Haraj Solutions Team members.
milhamh95/kafka-cronsumer
Cron based Kafka exception consumer with the power of auto retry & concurrency
milhamh95/kattis-code
Code from kattis problem
milhamh95/loop-learn-and-share---code
code from loop learn and share
milhamh95/mda
My take on module driven architecture in go
milhamh95/milhamh95
milhamh95/pact-contract-go
Simple implementation of pact contract in go
milhamh95/realworld-fiber-htmx
milhamh95/samples-go
Temporal Go SDK samples
milhamh95/simplebank
milhamh95/tdd-go-code-book
test-driven development in go code from adeline simion book
milhamh95/terminal-calculator-tdd-go
terminal calculator code from tdd go book
milhamh95/testing-strategies-demo
Code for the talk Comprehensive testing strategies for modern microservice architectures
milhamh95/the-last-algorithms-course-you-need-primegean
Code from The Last Algorithms Course You'll Need
milhamh95/vertical-slice-architecture-example
Example demonstrates vertical slice architecture in an e-commerce app. Each feature module, like product listing, has its own set of contracts and services, promoting modularity and encapsulation. Infrastructure layer provides concrete implementations, enabling independent development and testing of feature-specific functionality.
milhamh95/zero-downtime-deployment
Implementation Zero Downtime Deployment use gracefully shutdown