Pinned Repositories
simple-datagram
Datagram is the unit of data exchanged between a pair of internet modules (includes the internet header). This program is built for enhancing the understanding of datagram based on RFC 791.
implementing-RFC-7230
Implementing RFC-7230 (HyperText Transfer Protocol 1.1) in C
cooperative
just a simple mechanism in a cooperative
dp-double-variable
A set of deliberate practice to enhance understanding of double-variable implementations in Go.
dp-map-golang
A set of deliberate practice to enhance understanding of map implementations in Go.
dp-pointer-golang
A set of deliberate practice to enhance understanding of pointer implementations in Go.
dp-slice-in-golang
A set of deliberate practice to enhance understanding of slice implementations in Go.
duck-typing
If it looks like a duck, and it quacks like a duck, then it probably is a duck.
dummy-json-with-go
Playing https://dummyjson.com with Go Programming language.
garagaradev
Config files for my GitHub profile.
garagaradev's Repositories
garagaradev/implementing-RFC-7230
Implementing RFC-7230 (HyperText Transfer Protocol 1.1) in C
garagaradev/skills-review-pull-requests
My clone repository
garagaradev/skills-github-pages
My clone repository
garagaradev/skills-communicate-using-markdown
My clone repository
garagaradev/skills-introduction-to-github
My clone repository
garagaradev/cooperative
just a simple mechanism in a cooperative
garagaradev/structural-typing
An example of compatibility
garagaradev/normative-typing
A cat is a cat. A dog is a dog.
garagaradev/duck-typing
If it looks like a duck, and it quacks like a duck, then it probably is a duck.
garagaradev/go-design-patterns
A collection of design patterns in Golang
garagaradev/garagaradev
Config files for my GitHub profile.
garagaradev/simple-datagram
Datagram is the unit of data exchanged between a pair of internet modules (includes the internet header). This program is built for enhancing the understanding of datagram based on RFC 791.
garagaradev/dp-map-golang
A set of deliberate practice to enhance understanding of map implementations in Go.
garagaradev/dp-pointer-golang
A set of deliberate practice to enhance understanding of pointer implementations in Go.
garagaradev/gomodoro
A Simple CLI-based Pomodoro App Built in Golang. (Work in Process)
garagaradev/dummy-json-with-go
Playing https://dummyjson.com with Go Programming language.
garagaradev/dp-double-variable
A set of deliberate practice to enhance understanding of double-variable implementations in Go.
garagaradev/go-fizz-buzz
Implementation of a Fizz-Buzz Game in Golang
garagaradev/dp-slice-in-golang
A set of deliberate practice to enhance understanding of slice implementations in Go.
garagaradev/go-combinatorics
Learning Combinatorics with Golang
garagaradev/go-dsa
Learning Data Structure and Algorithm with Go Progamming Language.
garagaradev/go-by-example
The overview of Go Programming Language Behavior and Features. Inspired by https://gobyexample.com