The D language is one of the most powerful programming languages out there today. It’s an incredibly versatile language that is extremely efficient, giving it a clear advantage over...
I am trying to copy a machine to another hosting (however, both on AWS). I have an AWS Lightsail x86 machine with Bitnami WordPress Multisite and have created a...
This article will help give you a thorough understanding of the underlying principles of object-oriented programming and its concepts. Once you understand these concepts, you should have the confidence...
I present my pedagogical concept: Kids need to learn two programming languages: one easy and one “correct”. Why two languages? Once I wrote in a Web forum: Why Russian...
D is one of the best general-purpose programming languages, as I describe in a text at the D programming language course page. (Actually, I claim that D shares with...
If you’re looking for a great python alternative that is powerful, yet easy to learn, you should consider D programming language. D is a great Python alternative and can...
Python is one of the most ubiquitous and popular programming languages nowadays. It can power anything from simple scripts and web applications to data analytics. On the other hand,...
See also the course D, the Best Programming Language, for Former Python Developers. The D programming language is a general-purpose statically typed programming language featuring a C-like style language structure and...
Unlike MySQL PostgreSQL often skips indexes and does (unwanted) full table scan. I spent much time tuning PostgreSQL to make it use indexes. The following works for me:
Script to run a shell command without breaching security of anything except of your home dir