This article will help give you a thorough understanding of the underlying principles of object-oriented programming and its concepts. Once...
I present my pedagogical concept: Kids need to learn two programming languages: one easy and one “correct”. Why two languages?...
D is one of the best general-purpose programming languages, as I describe in a text at the D programming language...
If you’re looking for a great python alternative that is powerful, yet easy to learn, you should consider D programming...
Python is one of the most ubiquitous and popular programming languages nowadays. It can power anything from simple scripts and...
See also the course D, the Best Programming Language, for Former Python Developers. The D programming language is a general-purpose statically typed...
Unlike MySQL PostgreSQL often skips indexes and does (unwanted) full table scan. I spent much time tuning PostgreSQL to make...