Rizqi Nur Assyaufi 🌱

9 Followers
43 Following
15 Posts
Hi, welcome in! My journey kicks off from reading textbooks as a former Medical Student to digging bugs as a Software Engineer. I've seamlessly transitioned from Stethoscope to Keyboard.
OpenPGP560691E942A02F91
Bloghttps://bandithijo.dev
GitHubhttps://github.com/bandithijo
LinkedInhttps://www.linkedin.com/in/rizqinurassyaufi
Ada kalanya sebagai Software Developer yang tersulit bukan lagi hal-hal teknis, melainkan waktu & timeline yang mepet dan menghimpit sesak.

Dengan prinsip yang sama, saya mencoba untuk "memasakinikan" prinsip tersebut agar lebih "catchy" dan mudah untuk diingat, dengan membuat jembatan baru yang memiliki makna serupa.

Kemudian ditulis dengan menggunakan gaya "Brace Expansion" yang umum digunakan di dalam penulisan sintaks Bash scripting language.

"Make it {Work,Well,Woosh!}" -- BanditHijo

#workrightfast #workwellwoosh

In this vlog, I create a Ruby script to parse hex raw data from a Teltonika FM Tracker, which contains Eye Sensor segment data encoded with Codec 8 Extended, including information such as temperature, humidity, etc., into a more human-readable format.
.
GitHub repo:
https://github.com/bandithijo/teltonika_11317_parser
.
YouTube:
https://youtu.be/QcJA8aDmUQY
.
Background music:
Efek Rumah Kaca - Cinta Melulu

#ruby #teltonika #teltonikatelematics

GitHub - bandithijo/teltonika_11317_parser

Contribute to bandithijo/teltonika_11317_parser development by creating an account on GitHub.

GitHub

Sometimes I need to build the query object before writing it into the code on Rails Console.

But after digging deep into queries, I became overwhelmed and lost. Developer experience inside Rails Console is very painful when dealing with numerous modification queries.

How can I use Jupyter Notebook on Rails Project?

The recipe:
1. extra/jupyterlab
2. extra/jupyter-notebook
3. gem 'jupyter_on_rails' [1]
4. gem 'cztop' [2]
5. libczmq (czmq (AUR))

Thank you @WakaTime for my 2023 Code Stats.

context.vim

A Vim plugin that shows the context of the currently visible buffer contents. It's supposed to work on a wide range of file types, but is probably most useful when looking at source code files. In most programming languages this context will show you which function you're looking at, and within that function which loops or conditions are surrounding the visible code. [1]

[1] https://github.com/wellle/context.vim

GitHub - wellle/context.vim: Vim plugin that shows the context of the currently visible buffer contents

Vim plugin that shows the context of the currently visible buffer contents - GitHub - wellle/context.vim: Vim plugin that shows the context of the currently visible buffer contents

GitHub
The hardest part of Software Development is telling your mom that you're gonna be on the computer for the rest of your life. 😂

Since 2020, I have migrated my Git tools with LazyGit.

Even when I'm using Neovim, I end up using LazyGit on top of Neovim using floating terminal plugin. It was very helpful to get my Git-job done.

I thought, I should migrate my Git tools since some Vim user has talked about, how superior is vim-fugitive.

@luisadha follback done 👍