Design Patterns
How to Do Encapsulation, Abstraction, Inheritance, Polymorphism, Classes, and Interfaces in Golang
·635 words·3 mins
Golang takes a different approach to Object Oriented Programming (OOP) compared to classical OOP languages
Can a Trading Bot Really Beat the Market?
·661 words·4 mins
Most people think trading bots are smarter than humans. In truth, they’re not smarter. They’re just faster, more consistent, and emotionless.
How to Implement SOLID Principles in Golang for Automated Trading Bots
·739 words·4 mins
The SOLID principles aren’t just buzzwords; they’re the Avengers of coding practices, ready to save your bot from disaster.