Blog of Vladimir Garvardt

on Programming, Life, the Universe and Everything


Vladimir Garvardt

Hello, I am Vladimir Garvardt

Feel free to email me to provide some feedback on the project, give suggestions, or to just say hello!

Die Vorhersage an 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]


Optimisation vs 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]


Deprecated stuff cleanup

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]


Hypertext Preprocessor

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]


Unmarshal JSON Number to string field in Go

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]


Berlin. Eine klein Geschichte. Inhalt - Берлин. Краткая история. Оглавление

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]


Go 1.6 - finally, templates ready for use

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]


Deutsch Ausdruck / German expressions

Comments

10 Feb 2015 on german deutsch

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]


Die Zeit die deutsche Sprache zu erinnern

Comments

21 Jan 2015 on german deutsch berlin

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]


Frohes neues Jahr!

Comments

1 Jan 2015 on german deutsch

Yay! =) [Read more]



built on top of rKlotz by Vladimir Garvardt