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
Dependency injection A little modified quote from Wikipedia, Dependency injection article (This quote is licensed under CC BY-SA 3.0): In software engineering, dependency injection is a technique whereby one...
Iury de Oliveira was my business partner, see The Worst Software Startup Ever. But he has go somehow mad (probably of bad alcohol). Now he is threatening me by...
Almost since childhood I had two dreams: to discover algebraic general topology and to make my own XML standard on automatic conversion between XML namespaces. This article is related...
There is a C library librdf. I wrote its D wrapper to be used for my revolutionary software XML Boiler. I did for most kinds of objects *WithFinalize and...