header image
avatar

justyy

justyy

The Top 3 Witness/Block Producer on STEEM Blockchain
Subscribe to justyy
Receive the latest updates directly to your inbox.

Open Sourcing: Prime Factorization (via Vibe Coding)

Publisher
justyy
August 17
I've open-sourced a simple tool: Prime Factorization App which will factorize any give integer into prime factors. For example: 24 will be shown as 2^3 x 3

Open Sourcing: Markdown HTML Converter

Publisher
justyy
May 28
I often found myself googling for a Markdown-to-HTML converter. So I built one — and here it is.

Open Sourcing: Base 64 Converter

Publisher
justyy
May 14
Here is a small tool that I find it useful. I usually google "base64 converter" and I realised that I could just make one and bookmarkit.

Open Sourcing ROT47 Cipher

Publisher
justyy
May 14
Here is a small tool that I find it useful. I usually google "ROT47 Cipher" and I realised that I could just make one and bookmarkit.

Open sourcing a Yaml-Json-Converter

Publisher
justyy
May 03
I've been learning the front-end using react. With the help of ChatGPT, I've been able to create a small tool: https://doctorlai.github.io/yaml-json-converter/

Why I like to Blog on Steemit

Publisher
justyy
November 26
In the past few years, I’ve been actively blogging on Steemit in addition to maintaining a few WordPress blogs. I prefer blogging on Steemit because of several unique advantages:

steem2sol and steem2eth API statistics from Alchemy

Publisher
justyy
March 28
The swap tools steem2sol and steem2eth are mainly based on Alchemy API. Here are some interesting data/statistics shown on the dashboard.

Three Interesting BASH Commands

Publisher
justyy
March 27
apt install bastet

steem2eth Swap: Adding Lava API

Publisher
justyy
March 26
I was told the Lava API, so I tried, and it works great. I have then added to steem2eth swap, to improve the resilience (and avoid Single Point of Failures)