2018

Today I integrated the WordPress…

20 Mar 2018 - 1 minute read
categories: uncategorized

Today I integrated the WordPress API into my Homepage to display my projects. It now uses an Ajax call to fetch the latest posts in the Project category. Also, I removed the font-awesome icons which were messing up the profile links.

Extract filenames without their extensions…

18 Mar 2018 - 1 minute read
categories: tutorials tags: linux

Extract filenames without their extensions and put it in the clipboard ls -C | awk -F"." '{print $1}' | xclip -selection c

Featured on Google’s Instagram

23 Feb 2018 - 1 minute read
categories: misc projects

Featured on Google’s Instagram Page.