Skip to main content
nenjo.tech

nenjo.tech

“Automating trades in mql5, python, and Go, because clicking buttons manually is not for me.”

Recent

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
Mastering Concurrency in Go: Expert Guide to Goroutines, Channels, Synchronization, and Distributed Coordination
·1165 words·6 mins
Dive deep into goroutines, channels, synchronization primitives, and distributed coordination patterns.
Stop Hallucinations: Feed Real Data into Your AI Agent with RAG
·384 words·2 mins
RAG is a technique that combines the strengths of both natural language processing (NLP) and information retrieval.