Okay, so today I wanted to mess around with something called “rn ranks.” I’d heard about it and thought, “Why not give it a shot?” I mean, ranking stuff, who doesn’t love a good list, right?

First things first, I needed to get my environment set up. I pulled up my terminal and just typed in some basic commands to get the necessary packages. It’s usually something like, installing the stuff I needed. To be totally honest, I just copied and pasted most of it from the web – I’m not gonna pretend I remember all those commands off the top of my head!
Digging In
Once that was all done (took a bit of time, to be fair, had to grab a coffee), I started to actually figure out how to implement this ranking.I opened my Code editor, create a new file and start to build my little project.
I create a simple array and put in some data,I think it should be like this:
- data1
- data2
- data3
Then, I need to figure out how to, you know, actually rank the items. I messed around with a few different * took a few tries, more *, to see what was actually happening, and i finally got it,the data can be ranked now!
The “Aha!” Moment
After a bit of trial and error (and, let’s be honest, a fair amount of Googling), I finally figured it out! There’s something super satisfying about getting code to actually work, you know? Like, you spend all this time wrestling with it, and then BAM, it suddenly clicks.

So yeah, that’s pretty much my journey with “rn ranks” today. Not exactly rocket science, but it was a fun little project. Might try to build something more complex with it later, but for now, I’m calling it a win!