<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
  <channel>
    <title>djuleayo</title>
    <link>http://www.example.com/</link>
    <description>Recent content on djuleayo</description>
    <generator>Hugo</generator>
    <language>en</language>
    <lastBuildDate>Sun, 14 Sep 2025 09:22:50 +0200</lastBuildDate>
    <atom:link href="http://www.example.com/index.xml" rel="self" type="application/rss+xml" />
    <item>
      <title>Why I created another markup language</title>
      <link>http://www.example.com/posts/why-i-wrote-another-markup-language/</link>
      <pubDate>Sun, 14 Sep 2025 09:22:50 +0200</pubDate>
      <guid>http://www.example.com/posts/why-i-wrote-another-markup-language/</guid>
      <description>&lt;h1 id=&#34;why-i-created-new-markup-language&#34;&gt;&#xA;  Why I created new markup language?&#xA;  &lt;a class=&#34;heading-link&#34; href=&#34;#why-i-created-new-markup-language&#34;&gt;&#xA;    &lt;i class=&#34;fa-solid fa-link&#34; aria-hidden=&#34;true&#34; title=&#34;Link to heading&#34;&gt;&lt;/i&gt;&#xA;    &lt;span class=&#34;sr-only&#34;&gt;Link to heading&lt;/span&gt;&#xA;  &lt;/a&gt;&#xA;&lt;/h1&gt;&#xA;&lt;p&gt;Yet another time to call something &amp;ldquo;yet another&amp;rdquo;&#xA;this time it is markup language.&#xA;Yet another markup language&amp;hellip;&#xA;Why?&lt;/p&gt;&#xA;&lt;h2 id=&#34;current&#34;&gt;&#xA;  Current&#xA;  &lt;a class=&#34;heading-link&#34; href=&#34;#current&#34;&gt;&#xA;    &lt;i class=&#34;fa-solid fa-link&#34; aria-hidden=&#34;true&#34; title=&#34;Link to heading&#34;&gt;&lt;/i&gt;&#xA;    &lt;span class=&#34;sr-only&#34;&gt;Link to heading&lt;/span&gt;&#xA;  &lt;/a&gt;&#xA;&lt;/h2&gt;&#xA;&lt;p&gt;HTML/XML is fair example.&#xA;They are in essence as simple as it gets.&lt;/p&gt;&#xA;&lt;!-- raw HTML omitted --&gt;&#xA;&lt;p&gt;All that marking up was in days of early web to state what is what in mostly textual files&#xA;and allow search engines to index it properly. Later on HTML became the most coupled&#xA;tech in existence having some tags with semantic meaning, some with&#xA;presentation meaning and some with both, then script tags and what not.&#xA;This is because it was repurposed to follow the ever growing needs of web.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Parser types</title>
      <link>http://www.example.com/posts/parser-types/</link>
      <pubDate>Thu, 24 Jul 2025 11:13:48 +0200</pubDate>
      <guid>http://www.example.com/posts/parser-types/</guid>
      <description>&lt;h1 id=&#34;parser-types&#34;&gt;&#xA;  Parser types&#xA;  &lt;a class=&#34;heading-link&#34; href=&#34;#parser-types&#34;&gt;&#xA;    &lt;i class=&#34;fa-solid fa-link&#34; aria-hidden=&#34;true&#34; title=&#34;Link to heading&#34;&gt;&lt;/i&gt;&#xA;    &lt;span class=&#34;sr-only&#34;&gt;Link to heading&lt;/span&gt;&#xA;  &lt;/a&gt;&#xA;&lt;/h1&gt;&#xA;&lt;h2 id=&#34;intro--formal-languages-and-parsing&#34;&gt;&#xA;  Intro — formal languages and parsing&#xA;  &lt;a class=&#34;heading-link&#34; href=&#34;#intro--formal-languages-and-parsing&#34;&gt;&#xA;    &lt;i class=&#34;fa-solid fa-link&#34; aria-hidden=&#34;true&#34; title=&#34;Link to heading&#34;&gt;&lt;/i&gt;&#xA;    &lt;span class=&#34;sr-only&#34;&gt;Link to heading&lt;/span&gt;&#xA;  &lt;/a&gt;&#xA;&lt;/h2&gt;&#xA;&lt;p&gt;All programming languages are specified by a grammar. A grammar tells us whether a piece of text is a valid sentence in that language. A parser generator can take such a grammar and produce a parser. Parsing is the “front end” of compilation: it turns raw text into structure. That’s the basis of how formal languages work.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Every user flow e2es - model-based testing / state-machine testing</title>
      <link>http://www.example.com/posts/model-based-testing/</link>
      <pubDate>Fri, 06 Jun 2025 14:05:26 +0200</pubDate>
      <guid>http://www.example.com/posts/model-based-testing/</guid>
      <description>&lt;h2 id=&#34;intro&#34;&gt;&#xA;  Intro&#xA;  &lt;a class=&#34;heading-link&#34; href=&#34;#intro&#34;&gt;&#xA;    &lt;i class=&#34;fa-solid fa-link&#34; aria-hidden=&#34;true&#34; title=&#34;Link to heading&#34;&gt;&lt;/i&gt;&#xA;    &lt;span class=&#34;sr-only&#34;&gt;Link to heading&lt;/span&gt;&#xA;  &lt;/a&gt;&#xA;&lt;/h2&gt;&#xA;&lt;p&gt;What an exiting and strange time we live in! At the same time&#xA;streets are poverty struck resembling void of beauty,&#xA;and I can play with miniature special purpose machine brains sitting on&#xA;gigantic legacy of modern computing. Words really is battlefront of light and dark. One of such brains can be constructed and used in app testing purposes.&lt;/p&gt;&#xA;&lt;h1 id=&#34;every-user-flow-e2es---model-based-testing--state-machine-testing&#34;&gt;&#xA;  Every user flow e2es - model-based testing / state-machine testing&#xA;  &lt;a class=&#34;heading-link&#34; href=&#34;#every-user-flow-e2es---model-based-testing--state-machine-testing&#34;&gt;&#xA;    &lt;i class=&#34;fa-solid fa-link&#34; aria-hidden=&#34;true&#34; title=&#34;Link to heading&#34;&gt;&lt;/i&gt;&#xA;    &lt;span class=&#34;sr-only&#34;&gt;Link to heading&lt;/span&gt;&#xA;  &lt;/a&gt;&#xA;&lt;/h1&gt;&#xA;&lt;p&gt;is end boss dream of e2e testing. Covering every user flow is implementationally&#xA;demanding. On top of it Teams claim e2es are demanding to maintain. So they opt out.&#xA;Interestingly solution lies, as its often case in life, there where we don&amp;rsquo;t&#xA;want to look at.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Language agnostic steno theory</title>
      <link>http://www.example.com/posts/lang-agnostic-steno/</link>
      <pubDate>Sat, 31 May 2025 14:31:18 +0200</pubDate>
      <guid>http://www.example.com/posts/lang-agnostic-steno/</guid>
      <description>&lt;p&gt;What a glorious weekend. What a joy.&#xA;In two days I implemented&lt;/p&gt;&#xA;&lt;blockquote&gt;&#xA;&lt;p&gt;language agnostic steno theory&lt;/p&gt;&lt;/blockquote&gt;&#xA;&lt;p&gt;There is code at the bottom but lets focus on the theory first.&lt;/p&gt;&#xA;&lt;h2 id=&#34;my-take-on-why-steno-is-appealing&#34;&gt;&#xA;  My take on why steno is appealing&#xA;  &lt;a class=&#34;heading-link&#34; href=&#34;#my-take-on-why-steno-is-appealing&#34;&gt;&#xA;    &lt;i class=&#34;fa-solid fa-link&#34; aria-hidden=&#34;true&#34; title=&#34;Link to heading&#34;&gt;&lt;/i&gt;&#xA;    &lt;span class=&#34;sr-only&#34;&gt;Link to heading&lt;/span&gt;&#xA;  &lt;/a&gt;&#xA;&lt;/h2&gt;&#xA;&lt;p&gt;200 wpm non invasive hmi.&#xA;Full words: 200 words per minute without a chip and usb port in your head&#xA;interface for commanding a machine.  Basically thought speed interface.&#xA;Appealing. As short as that!&#xA;A chip in your heard has r/w and idea of w in my head already creeps me out&#xA;even without a chip so no thank you. So demanding muscle memory training it is.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Tradeoffs of Module Management</title>
      <link>http://www.example.com/posts/module-tradeoffs/</link>
      <pubDate>Mon, 26 May 2025 11:20:59 +0200</pubDate>
      <guid>http://www.example.com/posts/module-tradeoffs/</guid>
      <description>&lt;h1 id=&#34;tradeoffs-of-module-management&#34;&gt;&#xA;  Tradeoffs of Module Management&#xA;  &lt;a class=&#34;heading-link&#34; href=&#34;#tradeoffs-of-module-management&#34;&gt;&#xA;    &lt;i class=&#34;fa-solid fa-link&#34; aria-hidden=&#34;true&#34; title=&#34;Link to heading&#34;&gt;&lt;/i&gt;&#xA;    &lt;span class=&#34;sr-only&#34;&gt;Link to heading&lt;/span&gt;&#xA;  &lt;/a&gt;&#xA;&lt;/h1&gt;&#xA;&lt;p&gt;We all want reusability—until we’re in a hurry.&lt;/p&gt;&#xA;&lt;p&gt;Or under-skilled.&lt;/p&gt;&#xA;&lt;p&gt;Or just trying to ship something today instead of tomorrow.&lt;/p&gt;&#xA;&lt;p&gt;Reusability takes extra thought, extra structure, and a level of patience most developers can’t afford in the moment.&lt;/p&gt;&#xA;&lt;p&gt;So what do we do instead?&#xA;We reach for the batteries-included approach.&lt;/p&gt;&#xA;&lt;p&gt;npm install becomes our reflex.&#xA;Install a library for everything—debounce, isEqual, date formatting.&#xA;You end up with three different utilities solving the same problem…&#xA;and use none of them.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Automation Doesn’t Work for You – And That’s By Design</title>
      <link>http://www.example.com/posts/power-of-automation/</link>
      <pubDate>Sat, 24 May 2025 17:10:43 +0200</pubDate>
      <guid>http://www.example.com/posts/power-of-automation/</guid>
      <description>&lt;h1 id=&#34;automation-doesnt-work-for-you--and-thats-by-design&#34;&gt;&#xA;  Automation Doesn’t Work for You – And That’s By Design&#xA;  &lt;a class=&#34;heading-link&#34; href=&#34;#automation-doesnt-work-for-you--and-thats-by-design&#34;&gt;&#xA;    &lt;i class=&#34;fa-solid fa-link&#34; aria-hidden=&#34;true&#34; title=&#34;Link to heading&#34;&gt;&lt;/i&gt;&#xA;    &lt;span class=&#34;sr-only&#34;&gt;Link to heading&lt;/span&gt;&#xA;  &lt;/a&gt;&#xA;&lt;/h1&gt;&#xA;&lt;blockquote&gt;&#xA;&lt;p&gt;Automation is Power.&lt;/p&gt;&lt;/blockquote&gt;&#xA;&lt;p&gt;This truth was carved into history when Alan Turing and others turned machines into war-winning tools. Those who mastered automation during wartime gained world-scale leverage. The ability to process and act faster than your enemy became the new axis of power. Such is the scale of automation.&lt;/p&gt;&#xA;&lt;p&gt;Fast-forward to today. You have more raw computational power in your pocket than Turing had in all of Bletchley Park. You have access to programming languages, cloud infrastructure, and libraries of logic once reserved for elite scientists.&lt;/p&gt;</description>
    </item>
    <item>
      <title>The missing development metric - UX complexity</title>
      <link>http://www.example.com/posts/uxmetrix/</link>
      <pubDate>Sat, 17 May 2025 09:22:50 +0200</pubDate>
      <guid>http://www.example.com/posts/uxmetrix/</guid>
      <description>&lt;h1 id=&#34;the-missing-development-metric---ux-complexity&#34;&gt;&#xA;  The missing development metric - UX complexity&#xA;  &lt;a class=&#34;heading-link&#34; href=&#34;#the-missing-development-metric---ux-complexity&#34;&gt;&#xA;    &lt;i class=&#34;fa-solid fa-link&#34; aria-hidden=&#34;true&#34; title=&#34;Link to heading&#34;&gt;&lt;/i&gt;&#xA;    &lt;span class=&#34;sr-only&#34;&gt;Link to heading&lt;/span&gt;&#xA;  &lt;/a&gt;&#xA;&lt;/h1&gt;&#xA;&lt;p&gt;While everyone, ok not every one is talking about computational complexity. Especially in high level languages with accent to functional programming.Recomputation is the name of the game. So even on that&#xA;old topic a lot could be said. But &lt;strong&gt;UX complexity&lt;/strong&gt; - the cost of interaction&#xA;as arguably the most important metric and its not yet a termed metric.&#xA;Let&amp;rsquo;s face it, if you nailed UX complexity, you nailed computational complexity long ago.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Hype Debunking: FP vs IP, Microservices vs Monoliths</title>
      <link>http://www.example.com/posts/recomputing-since-christ/</link>
      <pubDate>Thu, 15 May 2025 17:10:43 +0200</pubDate>
      <guid>http://www.example.com/posts/recomputing-since-christ/</guid>
      <description>&lt;h1 id=&#34;hype-debunking-fp-vs-ip-microservices-vs-monoliths&#34;&gt;&#xA;  Hype Debunking: FP vs IP, Microservices vs Monoliths&#xA;  &lt;a class=&#34;heading-link&#34; href=&#34;#hype-debunking-fp-vs-ip-microservices-vs-monoliths&#34;&gt;&#xA;    &lt;i class=&#34;fa-solid fa-link&#34; aria-hidden=&#34;true&#34; title=&#34;Link to heading&#34;&gt;&lt;/i&gt;&#xA;    &lt;span class=&#34;sr-only&#34;&gt;Link to heading&lt;/span&gt;&#xA;  &lt;/a&gt;&#xA;&lt;/h1&gt;&#xA;&lt;p&gt;There is a huge parallel between:&lt;/p&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;functional vs imperative programming&lt;/li&gt;&#xA;&lt;li&gt;microservices vs monoliths&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;p&gt;Now, the most unwelcome thing—dogma—should have no foothold in the software world. But it does.&lt;br&gt;&#xA;Just like other markets, we ride waves of virality. It’s no coincidence that most beginners choose the most popular frameworks and languages.&lt;/p&gt;&#xA;&lt;p&gt;While this kind of marketing gives guidance, it destroys the very essence of what coding should be: &lt;strong&gt;sense&lt;/strong&gt;.&lt;br&gt;&#xA;So parrots fly around and repeat things like:&lt;/p&gt;</description>
    </item>
    <item>
      <title>JS spread performance ⚠️warning</title>
      <link>http://www.example.com/posts/spread-performance/</link>
      <pubDate>Thu, 15 May 2025 17:10:43 +0200</pubDate>
      <guid>http://www.example.com/posts/spread-performance/</guid>
      <description>&lt;h1 id=&#34;js-spread-performance-warning&#34;&gt;&#xA;  JS spread performance ⚠️warning&#xA;  &lt;a class=&#34;heading-link&#34; href=&#34;#js-spread-performance-warning&#34;&gt;&#xA;    &lt;i class=&#34;fa-solid fa-link&#34; aria-hidden=&#34;true&#34; title=&#34;Link to heading&#34;&gt;&lt;/i&gt;&#xA;    &lt;span class=&#34;sr-only&#34;&gt;Link to heading&lt;/span&gt;&#xA;  &lt;/a&gt;&#xA;&lt;/h1&gt;&#xA;&lt;p&gt;Us web devs, we often speculate syntax based on &amp;ldquo;best practices&amp;rdquo; bestowed upon&#xA;us by the Gods of - meme lords. We praise our prettier and linters as basis of&#xA;all success. Looping between all 22 and a half options of a drop down&#xA;allows you to use exponential complexity implementations. In a loop.&#xA;Because even if you have 2k entries thats a warmup for one core.&#xA;So in all wire connections between types, runtime validators, component props,&#xA;api responses and requests, rarely in fact implementation matters from performance standpoint. Except when it does.&lt;/p&gt;</description>
    </item>
    <item>
      <title></title>
      <link>http://www.example.com/about/</link>
      <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
      <guid>http://www.example.com/about/</guid>
      <description>&lt;h1 id=&#34;about&#34;&gt;&#xA;  About&#xA;  &lt;a class=&#34;heading-link&#34; href=&#34;#about&#34;&gt;&#xA;    &lt;i class=&#34;fa-solid fa-link&#34; aria-hidden=&#34;true&#34; title=&#34;Link to heading&#34;&gt;&lt;/i&gt;&#xA;    &lt;span class=&#34;sr-only&#34;&gt;Link to heading&lt;/span&gt;&#xA;  &lt;/a&gt;&#xA;&lt;/h1&gt;&#xA;&lt;h2 id=&#34;formal&#34;&gt;&#xA;  Formal&#xA;  &lt;a class=&#34;heading-link&#34; href=&#34;#formal&#34;&gt;&#xA;    &lt;i class=&#34;fa-solid fa-link&#34; aria-hidden=&#34;true&#34; title=&#34;Link to heading&#34;&gt;&lt;/i&gt;&#xA;    &lt;span class=&#34;sr-only&#34;&gt;Link to heading&lt;/span&gt;&#xA;  &lt;/a&gt;&#xA;&lt;/h2&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;team lead - Ticketmaster - since december 2024&lt;/li&gt;&#xA;&lt;li&gt;senior dev - Ticketmaster - since may 2022&lt;/li&gt;&#xA;&lt;li&gt;bouncy tales in web dev companies since 2016&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;h2 id=&#34;informal&#34;&gt;&#xA;  Informal&#xA;  &lt;a class=&#34;heading-link&#34; href=&#34;#informal&#34;&gt;&#xA;    &lt;i class=&#34;fa-solid fa-link&#34; aria-hidden=&#34;true&#34; title=&#34;Link to heading&#34;&gt;&lt;/i&gt;&#xA;    &lt;span class=&#34;sr-only&#34;&gt;Link to heading&lt;/span&gt;&#xA;  &lt;/a&gt;&#xA;&lt;/h2&gt;&#xA;&lt;p&gt;I guess since you are already here I can tell you about me not in CV kind of way.&#xA;Instead the truth.&lt;/p&gt;</description>
    </item>
  </channel>
</rss>
