< SaiKarthik />

Balancing the braces ...



Reset Forms Using Vue Refs
August 11, 2023

Vue refs come handly when we want to access DOM elements. You can read more about vue refs here In this case, we want to reset a form.

Github Release Info From CLI
June 29, 2023

It’s very easy to keep track of a github project’s release from the linux CLI using just curl & jq.

Hacking on Movim Xmpp
June 11, 2023

Movim is a federated blogging and chat platform that acts as a web frontend for the XMPP protocol. The project’s web UI for xmpp (jabber) is really good & also mobile friendly.

pip2poetry - A script to migrate from pip to poetry
February 26, 2023

I have recently learnt about Poetry, which is an advanced dependency management & packaging tool for python. The features which i have found impressive is that, by default it installs the project’s dependencies in a seperate virtual environment.

Hacking on Piped
June 25, 2022

Piped is a lightweight self-hostable libre youtube front-end I have been using Piped since a couple of months & it’s an awesome application!