<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
  <channel>
    <title>Blog on Juraj Blahunka</title>
    <link>https://jurajb.dev/blog/</link>
    <description>Recent content in Blog on Juraj Blahunka</description>
    <generator>Hugo</generator>
    <language>en-us</language>
    <lastBuildDate>Mon, 19 May 2014 00:00:00 +0000</lastBuildDate>
    <atom:link href="https://jurajb.dev/blog/index.xml" rel="self" type="application/rss+xml" />
    <item>
      <title>Force automatic reload of &#34;Expires: never&#34; resources (css, js)</title>
      <link>https://jurajb.dev/force-automatic-reload-of-expires-never-resources/</link>
      <pubDate>Mon, 19 May 2014 00:00:00 +0000</pubDate>
      <guid>https://jurajb.dev/force-automatic-reload-of-expires-never-resources/</guid>
      <description>&lt;p&gt;During website development, you have probably already experienced following situation:&lt;/p&gt;&#xA;&lt;ol&gt;&#xA;&lt;li&gt;Make significant changes to website CSS&lt;/li&gt;&#xA;&lt;li&gt;Deploy changed CSS to webserver / app server&lt;/li&gt;&#xA;&lt;li&gt;Verify changed resource by navigating to website an pressing &amp;ldquo;Reload&amp;rdquo;&lt;/li&gt;&#xA;&lt;li&gt;Everything looks allright, you pack your bags and head home&lt;/li&gt;&#xA;&lt;/ol&gt;&#xA;&lt;p&gt;And the story continues&amp;hellip; You arrive home and you realize, that your &lt;strong&gt;CSS is not refreshed&lt;/strong&gt;. What happened&#xA;wrong? You start to investigate. Then you realize, that the resource was &lt;strong&gt;cached by your browser&lt;/strong&gt; and&#xA;doesn&amp;rsquo;t change on a simple page request, because you are using a long resource expiration.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Recover from GTID replication relay log error in MySQL 5.6 using GTID_PURGED</title>
      <link>https://jurajb.dev/recover-from-gtid-replication-relay-log-error/</link>
      <pubDate>Sun, 18 May 2014 00:00:00 +0000</pubDate>
      <guid>https://jurajb.dev/recover-from-gtid-replication-relay-log-error/</guid>
      <description>&lt;p&gt;Recently, we had an error in our production system. Replication on MySQL Slave failed.&#xA;It was not caused by a bug, but by an unexpected Slave server restart of the whole machine.&#xA;After checking &lt;code&gt;SHOW SLAVE STATUS\G&lt;/code&gt; we got scared, that Master&amp;rsquo;s binlog is also corrupt,&#xA;which happened not so long ago - &lt;a href=&#34;http://bugs.mysql.com/bug.php?id=70222&#34; target=&#34;_blank&#34; rel=&#34;noopener noreferrer&#34;&gt;MySQL Bug #7022&lt;svg xmlns=&#34;http://www.w3.org/2000/svg&#34; width=&#34;12&#34; height=&#34;12&#34; viewBox=&#34;0 0 24 24&#34; fill=&#34;none&#34; stroke=&#34;currentColor&#34; stroke-width=&#34;2&#34; stroke-linecap=&#34;round&#34; stroke-linejoin=&#34;round&#34; aria-hidden=&#34;true&#34; class=&#34;icon-external-link&#34;&gt;&lt;path d=&#34;M15 3h6v6&#34;/&gt;&lt;path d=&#34;M10 14 21 3&#34;/&gt;&lt;path d=&#34;M18 13v6a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2V8a2 2 0 0 1 2-2h6&#34;/&gt;&lt;/svg&gt;&lt;/a&gt;&#xA;.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Inject JBoss 7 system properties into your Java EE application</title>
      <link>https://jurajb.dev/inject-jboss-system-properties/</link>
      <pubDate>Sat, 17 May 2014 00:00:00 +0000</pubDate>
      <guid>https://jurajb.dev/inject-jboss-system-properties/</guid>
      <description>&lt;p&gt;How do you make your Java EE application configurable? Do you use Maven profiles? Properties file? Environment properties?&#xA;If you have developed with JBoss 7 before, you have probably already heard about &lt;a href=&#34;https://community.jboss.org/wiki/JBossAS7SystemProperties&#34; target=&#34;_blank&#34; rel=&#34;noopener noreferrer&#34;&gt;JBoss 7 System Properties&lt;svg xmlns=&#34;http://www.w3.org/2000/svg&#34; width=&#34;12&#34; height=&#34;12&#34; viewBox=&#34;0 0 24 24&#34; fill=&#34;none&#34; stroke=&#34;currentColor&#34; stroke-width=&#34;2&#34; stroke-linecap=&#34;round&#34; stroke-linejoin=&#34;round&#34; aria-hidden=&#34;true&#34; class=&#34;icon-external-link&#34;&gt;&lt;path d=&#34;M15 3h6v6&#34;/&gt;&lt;path d=&#34;M10 14 21 3&#34;/&gt;&lt;path d=&#34;M18 13v6a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2V8a2 2 0 0 1 2-2h6&#34;/&gt;&lt;/svg&gt;&lt;/a&gt;&#xA;.&lt;/p&gt;&#xA;&lt;p&gt;They are usually specified in configuration file of mode specific directory, for example &lt;code&gt;standalone&lt;/code&gt;, they are&#xA;persistent (live through server restarts) and can be configured, most usually via &lt;code&gt;jboss-cli&lt;/code&gt;.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Hello, world!</title>
      <link>https://jurajb.dev/hello-world/</link>
      <pubDate>Tue, 08 Apr 2014 00:00:00 +0000</pubDate>
      <guid>https://jurajb.dev/hello-world/</guid>
      <description>&lt;p&gt;I did it! My first steps with new platform and legendary words every programmer is happy to see. Hello, world! And hello to you!&lt;/p&gt;&#xA;&lt;p&gt;Welcome to my &lt;a href=&#34;http://jurajb.dev/&#34; target=&#34;_blank&#34; rel=&#34;noopener noreferrer&#34;&gt;Blog&lt;svg xmlns=&#34;http://www.w3.org/2000/svg&#34; width=&#34;12&#34; height=&#34;12&#34; viewBox=&#34;0 0 24 24&#34; fill=&#34;none&#34; stroke=&#34;currentColor&#34; stroke-width=&#34;2&#34; stroke-linecap=&#34;round&#34; stroke-linejoin=&#34;round&#34; aria-hidden=&#34;true&#34; class=&#34;icon-external-link&#34;&gt;&lt;path d=&#34;M15 3h6v6&#34;/&gt;&lt;path d=&#34;M10 14 21 3&#34;/&gt;&lt;path d=&#34;M18 13v6a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2V8a2 2 0 0 1 2-2h6&#34;/&gt;&lt;/svg&gt;&lt;/a&gt;&#xA;, a place, where I will discuss my thoughts on software development. I hope, that I will achieve at least some of following goals:&lt;/p&gt;</description>
    </item>
  </channel>
</rss>
