Rakshan Shetty

Tutorials

Setting up Elixir with Nix

October 02, 2022☕️ 2 min read

Setting up Elixir dev environment with Nix Prerequisites nix - Follow this guide to install nix in your system direnv - helps to initialize…

Native lazy loading image with React

February 22, 2020☕️ 2 min read

Native image lazy loading is added to browsers from Chrome 76 and other browsers are also starting to support it which helps us to add lazy…

Debugging WordPress PHP with VS Code and LAMP

January 07, 2018☕️ 2 min read

Sometimes we get away with having the program print out some information by executing commands like console.log for JS or echo, var_dump for…

Learning Angular 4

October 22, 2017☕️☕️ 8 min read

Develop modern, complex, responsive and scalable web applications with Angular 4. Fully understand the architecture behind an Angular…

Mapping Caps Lock to Esc in Linux

June 12, 2017☕️ 1 min read

Switch Caps to Esc from terminal For swapping Caps with Esc On Linux Gnome desktops you can do easily with Tweak Tool ######If you want to…