<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:content="http://purl.org/rss/1.0/modules/content/">
  <channel>
    <title>Coding on Raul&#39;s Blog</title>
    <link>https://blog.rulyotano.com/tags/coding/</link>
    <description>Recent content in Coding on Raul&#39;s Blog</description>
    <generator>Hugo</generator>
    <language>en-us</language>
    <lastBuildDate>Mon, 17 Mar 2025 22:07:11 +0000</lastBuildDate>
    <atom:link href="https://blog.rulyotano.com/tags/coding/index.xml" rel="self" type="application/rss+xml" />
    <item>
      <title>Building a Distributed Sequence Generator with ZooKeeper and C#</title>
      <link>https://blog.rulyotano.com/articles/zookeeper/</link>
      <pubDate>Mon, 17 Mar 2025 22:07:11 +0000</pubDate>
      <guid>https://blog.rulyotano.com/articles/zookeeper/</guid>
      <description>&lt;h2 id=&#34;1-goal-and-motivation&#34;&gt;1. Goal and Motivation&lt;/h2&gt;
&lt;p&gt;This demo project explores how to assign unique, dynamic sequence numbers to multiple server instances in a distributed environment, inspired by challenges that surface when designing things like global ID generators (e.g., Twitter’s Snowflake). As described in the project’s README, the scenario began as a typical interview problem: how do you ensure each server instance receives (and keeps) a unique ID, especially if instances are started, stopped, or restarted?&lt;/p&gt;</description>
    </item>
    <item>
      <title>Build Your Personal Website for Free Using React.js</title>
      <link>https://blog.rulyotano.com/blog/article/build-your-personal-website-free-reactjs/</link>
      <pubDate>Tue, 01 Oct 2024 14:59:32 +0000</pubDate>
      <guid>https://blog.rulyotano.com/blog/article/build-your-personal-website-free-reactjs/</guid>
      <description>&lt;ul&gt;
&lt;li&gt;&lt;a href=&#34;https://medium.com/better-programming/get-your-personal-website-for-free-create-it-with-reactjs-b7e3c3c874b4&#34;&gt;&lt;strong&gt;[Original Article]&lt;/strong&gt;&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;In this article, I want to show you how to create your personal website for free!&lt;/p&gt;
&lt;p&gt;To get that, we are going to use &lt;a href=&#34;https://pages.github.com/&#34;&gt;GitHub Pages&lt;/a&gt; which will allow us to host our website and even will give us a secure (HTTPS) URL.&lt;/p&gt;
&lt;p&gt;Optionally, we can even use our own domain name, in such case, it is the only thing that you will need to pay for.&lt;/p&gt;
&lt;p&gt;As the title says, we want to create the website using ReactJs.&lt;/p&gt;</description>
    </item>
  </channel>
</rss>
