Code created while working through "100 Go mistakes and how to avoid them" by Teiva Harsanyi.
Go
exploring slice allocation types.
Go
[READ-ONLY] Mirror of https://github.com/gm0stache/atproto-bkup. Util for backing up ATproto repos.
[READ-ONLY] Mirror of https://github.com/gm0stache/bsky-utils.
[READ-ONLY] Mirror of https://github.com/gm0stache/utils. Some small cli helper programs.
Code created while working through "Learn Concurrent Programming with Go" by James Cutajar.
PoC API allowing to add/retrieve synonyms.
Code created while working through "Distributed Services with Go" by Travis Jeffery.
[READ-ONLY] Mirror of https://github.com/gm0stache/CompositePattern. Simple implementation of the Composite pattern in C#.
[READ-ONLY] Mirror of https://github.com/gm0stache/TemplateMethodPattern. Simple implementation of the template method pattern in C#.
[READ-ONLY] Mirror of https://github.com/gm0stache/MacroCommandPattern. Implementation of the macro command pattern in C#.
[READ-ONLY] Mirror of https://github.com/gm0stache/CommandPattern. Simple C# implementation of the command pattern.
[READ-ONLY] Mirror of https://github.com/gm0stache/AbstractFactoryPattern. Simple implementation of the abstract factory pattern in C#.
[READ-ONLY] Mirror of https://github.com/gm0stache/SimpleFactoryPattern. A first implementation of the simple factory (aka. factory method) pattern in C#.
[READ-ONLY] Mirror of https://github.com/gm0stache/DecoratorPattern. Basic implementation of the decorator pattern in C#
[READ-ONLY] Mirror of https://github.com/gm0stache/ObserverPattern. Implementation of the observer pattern in C#.
[READ-ONLY] Mirror of https://github.com/gm0stache/StrategyPattern. Strategy pattern implementation in C#.
Tracking my progress in rustlings.
Code created while working through "Rust in Action" by Tim McNamara.
Nix
My solution for the get_next_line assignment.
C
dotfiles!
My solution for the ft_printf assignment.
My solution for the push_swap assignment.