Feel free to email me to provide some feedback on the project, give suggestions, or to just say hello!
13 Apr 2024 on deutsch german general thoughts thinking out loud
Linus Torvalds hat in seinem Buch “Just for Fun” geschrieben, dass die Einberufung in Finnland das einzige Ziel hat: zwei Finnen, die sich nicht kennen, haben immer mindestens ein gemeinsames Gesprächsthema. Ich glaube, die Deutsche Bahn un... [Read more]
14 Mar 2023 on deutsch german js javascript
Ein von wenigen Vorhersagen, die sich erfüllt hat, dass ich je weisgesagt habe, ist dass JavaScript zur Hauptprogrammiersprache wird. Damals, in 2011, war JS in MongoDB (DB), jQuery und Backbone (Front), und ich erwartete JS im Backend auch. Jetzt find... [Read more]
15 Feb 2023 on general thoughts complexity
Optimised one of the processes for x10 performance boost and I really do not like it: instead of simple straightforward logic now I have async operation with channels, buffers, timeouts, etc. I wish I could simply throw some money/hardware into it inst... [Read more]
24 Jun 2022 on general thoughts legacy tech debt
It is very important not to just mark things as deprecated but also clean them up. Not necessary to do this right away as a high priority job, but at least create tasks for the pieces to clean up and work on them every sprint or at least periodically t... [Read more]
11 Sep 2021 on php js javascript thinking out loud
JavaScript and PHP should swap their names, because one really tries to be Java but is still Script, and another is really Hypertext Preprocessor. [Read more]
21 May 2017 on golang kb knowledge base json
As Go is strictly-typed language you have to deal with types very carefully and use proper types, e.g. database/sql.NullString instead of string to deal with DB mapping in correct way. Same applies to unmarshalling JSON-strings (bytes array), especiall... [Read more]
Note: I’ll fix this article during translation. Stadt ohne Vergleich – Город, не имеющий аналогов Colonia an der Spree Die mittelalterliche Doppelstadt – Колония на реке Шпрее Средневековый двойной(?) город Kaufleute, Kurfürsten, Kön... [Read more]
27 Feb 2015 on go golang rklotz open source
As I mentioned in rKlotz introduction post I choose Pongo2 as template engine for the first public version. Actually I tried html/template but found it too basic – it remind me my first steps in web-development with PHP and bunch of template file... [Read more]
With literal translations and real meanings: German English translation Meaning Das interessiert mich so, wie wenn in China ein Sack Reis umfällt That interests me like a sack o rice falling over in China I don’t care Jetzt geht’s ... [Read more]
Also, vor eine Woche habe ich nach Berlin umgezogen. Und jetzt muss ich die deutsche Sprache zu erinnern. Mindestens die Lesen. Heute habe ich Berliner Dom besuchen und habe ich das Buch “Berlin. Eine kleine Geschichte” gekauft. Jetzt will ... [Read more]
built on top of rKlotz by Vladimir Garvardt