blog

rehearsal project status update

Oct 13, 2019 | 1 minute read
so i’ve finally began working on this project regularly. i’ve built two spas on my work, so i finally feel comfortable with frontend and vuejs. i began to stream my work on this project with twitch. also i’ll be posting these livecoding streams at my youtube channel. you can follow the progress at github.

rehearsals booking project

Sep 17, 2018 | 3 minutes read
i’ve been thinking about this project for a long time. i even began to working on it. first i tried to implement it with django, but this framework really disappointed me. i didn’t like it personally. i don’t think that python is good language for complex business logic. in my opinion it is more suitable for some kind of relatively small scripts or something academic, like machine learning. later i’ve rewritten it in laravel but i got stuck in frontend. ...Read More

late static bindings in php

Aug 11, 2018 | 3 minutes read
so recently i’ve been working with one php library. this library is a parser that behave as an event dispatcher. basic usage of it is as follow: $parser = new parser($factory); $parser->addlistener("eventa", function (handlera $handler) { $data = $handler->getdata(); }); $parser->parse($file); this $factory variable is optional, as library contains its own handlers for any event. but however i needed to tweak factory behavior for my needs. library’s factory class contained something like this to determinate which handlers are responsible for which event: ...Read More

my thoughts on multiple monitors

Sep 24, 2017 | 2 minutes read

recently i read an article why i stopped using multiple monitors

let’s review author’s points on topic.

...Read More

how i am blogging with hugo

Apr 11, 2017 | 2 minutes read

in case you didn’t notice, this blog and all other parts of this site is made by hugo

in this article i will describe my posting process.

...Read More

welcome post

Apr 10, 2017 | 1 minute read

to be honest i’m not sure if this blog will be updated. the problem is lack of experience, so i can’t write any usefull posts, not at my current level. maybe i will remove this section completely untill i find topics i’m able to write about. we’ll see in future.

updated:

...Read More