Blog Posts

How I set up my Linux terminal to increase productivity. https://ilango.xyz/setting-up-a-terminal-you-will-love-to-use/
Here's my tech stack for building web applications in 2022 https://ilango.xyz/my-tech-stack-has-changed-for-2022/
I wrote about what I technologies and languages I want to learn in 2022. What's on your learning list for this year? https://ilango.xyz/technologies-i-want-to-learn-in-2022/
Rust Ownership Model is a unique concept for managing memory but it's a hard concept to grok. In this article I attempt to explain the rules of ownership and how memory is managed in Rust programs....
Whenever I'm learning something new, I build something that solves a small problem I have. (To-do lists are redundant and boring anyways). These projects are called breakable toys and I've covered ...
https://www.ilango.xyz/blog/2021-09-learning-rust-as-a-javascript-developer
I recently set up a Next.js application to be served over HTTPS in localhost using mkcert. This is how I did it in under 5 minutes. https://www.ilango.xyz/blog/2021-09-serving-nextjs-over-https-in-...
https://www.ilango.xyz/blog/2021-09-my-web-dev-workflow-on-linux
I've been using Javascript optional chaining and I love this feature. I've written a ton of code before this feature was available and it was a pain. Optional chaining is so much easier to write an...
Published a new article on how I rapidly build web applications using Next.js, ChakraUI, MongoDB and a few other tools/libraries. https://www.ilango.xyz/blog/2021-08-rapid-web-development-with-next...