Pinned Repositories
recepieshare
briefly
A URL Shortener
Briefly-Front
Briefly is a URL Shortener written in Go. Briefly can get your URL, Shorten it, redirect users to main URL when they try to use the shortened link and many other features. You can even create accounts to track your shortened links and see how much view they are gettting! Briefly is quite fast and can handle heavy loads of requests so don't worry if you have one to many links for shortening ;)
channel-structures-benchmark
This repository contains benchmarks for evaluating the performance of writing to channels with different struct types in Go. The benchmarks compare the performance of writing structs directly to channels versus writing pointers to structs, aiming to provide insights into the performance implications of struct type choices in concurrent Go programs.
go-tdd
go-tdd is a repository created with the purpose of trying to grasp the concepts of TDD programming using Go.
hermes
Hermes is a logger wrapper
memorabilia
mysmall-wallet
A simple API project in GO implementing a simple E-wallet
quera-soloutions-with-go
Answers to some problems in Quera.ir website
springboot-auth-sample
This repo is dedicated to a simple authentication/authorization app written in Java feat Spring boot
mateenbagheri's Repositories
mateenbagheri/memorabilia
mateenbagheri/briefly
A URL Shortener
mateenbagheri/Briefly-Front
Briefly is a URL Shortener written in Go. Briefly can get your URL, Shorten it, redirect users to main URL when they try to use the shortened link and many other features. You can even create accounts to track your shortened links and see how much view they are gettting! Briefly is quite fast and can handle heavy loads of requests so don't worry if you have one to many links for shortening ;)
mateenbagheri/channel-structures-benchmark
This repository contains benchmarks for evaluating the performance of writing to channels with different struct types in Go. The benchmarks compare the performance of writing structs directly to channels versus writing pointers to structs, aiming to provide insights into the performance implications of struct type choices in concurrent Go programs.
mateenbagheri/go-tdd
go-tdd is a repository created with the purpose of trying to grasp the concepts of TDD programming using Go.
mateenbagheri/hermes
Hermes is a logger wrapper
mateenbagheri/mysmall-wallet
A simple API project in GO implementing a simple E-wallet
mateenbagheri/quera-soloutions-with-go
Answers to some problems in Quera.ir website
mateenbagheri/springboot-auth-sample
This repo is dedicated to a simple authentication/authorization app written in Java feat Spring boot