Why Your Store Needs SEO Before Spending on AdsMost online stores start spending on ads before their SEO is in order. That's the expensive way round. The logic seems reasonable: buy traffic, get sales. But if your product pages are slow, your descApr 20, 2026·7 min read
A "perfect" data structureAlgorythms, data structures and maths. Those are the three legs of the tripod that holds programming. Today, let’s focus on data structures. You know how each one has it strengths and weakneses, each one has it’s own use cases. A “perfect” data struc...Jan 29, 2026·8 min read
Class loading and linking in JavaAs Java is an object oriented language, the topic of what classes actually are and how are they loaded by the JVM, is one that really goes to the heart of things. In this article, we will explore in more detail not only what is visible to every Java ...Dec 16, 2025·7 min read