Skip to main content
Home
Rulyotano's Blog

Main navigation

  • Blog
  • Books

Blog

Building a Distributed Sequence Generator with ZooKeeper and C#

Profile picture for user rulyotano-admin
By rulyotano-admin on Mon, 03/17/2025 - 23:07
zookeeper-sequencer
Even if it seems simple, assigning numbers to nodes is not straightforward in the context of distributed systems and automatic scaling applications. I've implemented a very simple example of how to do it using the Zookeeper library, and in this particular case, I've created the nodes using dotnet.
Tags
Blog
Coding
Distributed Systems
Dotnet
  • Read more about Building a Distributed Sequence Generator with ZooKeeper and C#

Improving latency by 20x times!

Profile picture for user rulyotano-admin
By rulyotano-admin on Wed, 10/09/2024 - 13:16
Latency improved
I want to share my experience improving our service latency and the steps I've taken to achieve it. As a result, the P75 Latency went down from more than 100 milliseconds to less than 6! We removed the joins from the SQL queries so we could create one specific cache to fit our needs.
Tags
Blog
  • Read more about Improving latency by 20x times!

Interpolate 2D Points Using Bezier Curves in WPF (and Javscript)

Profile picture for user rulyotano-admin
By rulyotano-admin on Wed, 10/02/2024 - 20:45
Sample WPF app usage
Describe an algorithm to get Bezier curves from a set of points. This curve will pass through all the points and will have a smooth factor. In the case of the article, this is implemented in WPF, but also I've updated the article with some implementations made in JavaScript, which can be used in Web or Mobile apps based on JavaScript.
Tags
Blog
WPF
Algorithm
C#
  • Read more about Interpolate 2D Points Using Bezier Curves in WPF (and Javscript)

Tree-Extended, a tool to get custom directories trees

Profile picture for user rulyotano-admin
By rulyotano-admin on Wed, 10/02/2024 - 20:33
Tree-extended screen
I wanted to show two ways to create custom directory trees by using the tree-extended tool, which I've created based on missing features in the original tree command.
Tags
Blog
VsCode
Javascript
  • Read more about Tree-Extended, a tool to get custom directories trees

Build Your Personal Website for Free Using React.js

Profile picture for user rulyotano-admin
By rulyotano-admin on Tue, 10/01/2024 - 16:59
Git + React + Next.Js
I wanted to explain how I've built my personal website for free by using React.js and hosting it on GitHub Pages. So it can be easily replicated!
Tags
Blog
Coding
Javascript
  • Read more about Build Your Personal Website for Free Using React.js
Copyright  ©rulyotano
Clear keys input element