
Привет. Это Ильяс.
Человек мира, жил во многих странах, впитал их культуру и быт, говорю на шести языках, учу седьмой. Делюсь тем, как же круто жить.
Танцую танго с 2014, диджею, преподаю и вовлекаю людей в это мировое сообщество.
Провел 5 лет в Корее, рассказываю о моем путешествии.
Люблю программировать, это удовольствие и приключение для моей головы.
Учусь думать и шикоро смотреть на мир в Школе Системного Менеджмента.
Пишу тексты в телеграмм-канале и видео в YouTube.
Последние посты
-
Testing the Behavior of a GraphQL Schema
I submit a PR that adds a new resolver to my GraphQL schema. My teammate tells me they’ve merged and deployed it. But when I try to access the new resolver, it isn’t reachable, and I can’t figure out why. I check the infrastructure test and see that the schema has changed - but my resolver is missing. I start losing my mind.
-
Test-Driven Education
In a recent discussion with one of my mentors in full-stack web development, I was explaining how I learned certain frameworks and libraries. After seeing my approach, he remarked, “This looks like… Test-Driven Education.”
-
Overcoming the Struggles of Naming Variables
While contributing to the obsidian-tasks project with Clare Macrae, I was introduced to two powerful concepts that helped me tackle one of the hardest problems in programming - naming variables.
-
Немного марафон, немного стратегирования
Несколько недель назад я вписался в марафон
желанийстратегирования. Правда, туда можно было только тем, кто прошел курс “Практики саморазвития”, так что я решил идти параллельным курсом и сделать этот марафон сам себе. Ниже выводы за последние несколько недель. -
Data flow approach to full stack web-development
The way I am developing features for full stack applications has a pattern. I’m pretty sure that I’m not inventing anything new, this is more of an exercise for me to bring clarity to myself first, but maybe someone can find this helpful too.