Development
2026
2025
Agentic Mode: Guide to AI Development (MCP, AGENTS.md, Prompt Techniques)
·3552 words·17 mins
A practical guide to switching to Agentic Mode in development. Analyzing the 2025 stack: OpenCode, MCP servers (Context7, Serena, Sequential thinking), Gemini 3 Pro. Personal experience and best prompt engineering techniques.
2020
Implementing a Hash Map in Golang
·525 words·3 mins
Implementing a simple hash function algorithm and creating our own hashmap to better understand data structures.
Why You Should Avoid the Else Operator
·457 words·3 mins
What dangers does the else operator imply? Why is it bad to abuse it, and why is it better to avoid it in most cases?
Why You Don't Need the Switch/Case Operator
·1641 words·8 mins
Surprisingly, programmers write programs for other programmers, not for machines. Therefore, code should be clean, concise, and simple.


