Skip to main content

Portfolios

2025

LiveTable: Real‑Time Data Tables in Elixir
·5 mins· loading · loading
Programming
Most ERPs of the world have begun to show their age. They are monolithic, slow, and difficult to maintain. The world has moved on to real-time data processing, big data, and microservices. But many ERPs still cling to their old ways, making it hard for businesses to adapt to the changing landscape.
Turning JEE Counselling Chaos into a LiveView Showcase
·5 mins· loading · loading
Programming
Try it yourself: The application is live at josaa.gurujada.com - perfect for students navigating their JEE counselling journey. In May 2024, just like lakhs of students across India, I too finished my JEE examinations and was all set to go to college.

2024

Integrating Sonnet 3.5 with Phoenix LiveView: AI-Powered Web Apps
·5 mins· loading · loading
Programming
In the rapidly evolving backdrop of web development, LLMs have emerged as game-changers, offering unprecedented possibilities for creating dynamic and cutting-edge applications.
Datastructures & Algorithms in Elixir
·23 words·1 min· loading · loading
This is a collection of datastructures and algorithms implemented in Elixir.

2021

Building a Web Scraper to Generate PDF Manuals
·4 mins· loading · loading
Programming
What is Web Scraping? As the world is moving in the second decade of the 21st century, the recently famous proverb “Data is the new Oil” is getting more and more relevant. Web Scraping is a very useful technique to retrieve volumes of data from a working website. It can also be used to download files, images, texts and even to get live updates from single or multiple websites.

2020

#100DaysOfCode
·2 mins· loading · loading
Programming
What is Tailwind CSS? Tailwind CSS is a highly customizable, low-level CSS framework that gives you all of the building blocks you need to build bespoke designs without any annoying opinionated styles you have to fight to override.
Raghuveera Gadyam
·1 min· loading · loading
Writing
How did I learn? Inspired from @dushyanthsridar, I learnt it over a span of six months. It narrates the entire Ramayana in a span of 10 minutes and describes Lord Rama as a warrior mahaveera. Till date, it has been one of the toughest, longest and the most excruciatingly hardest thing I ever learnt.
The Periodic Table
·1 min· loading · loading
Programming
The Periodic Table I built using Bulma CSS The Periodic Table is one of the most significant achievements in Science. Dmitri Ivanovich Mandeleev started working on the Periodic Table in 1869. Since then, many people such as Newlands, Johann Wolfgang Döbereiner have contributed to it in various forms. It has been a staggering 150 years after the Periodic Table has come into existance. To honour it, I decided to make a Periodic Table using HTML, Bulma CSS and Hugo that would give you everything you need to know about the Periodic Table. You can check it out here
Solar Filter
·2 mins· loading · loading
Engineering
What is a Solar Filter? Solar Filter is a telescope accessory used by astronomers to enhance the details of the Sun. If viewed without a Solar Filter, the heat from the Sun is enough to fry the eyeballs right in our sockets.
Building Jarvis using Python to help people
·8 mins· loading · loading
Programming
Personal voice assistant using Python This assistant can open applications, search the web, Youtube, Wikipedia, and search the entire Wolfram Alpha Database for all of your questions. It is a stack of simple elif statements which you can customise completely.
Building an elecronic, keyless door lock
·4 mins· loading · loading
Engineering
What is Arduino? Arduino is an open-source electronics platform based on easy-to-use hardware and software. Arduino boards are able to read inputs - light on a sensor, a finger on a button, or a Twitter message - and turn it into an output - activating a motor, turning on an LED, publishing something online. You can tell your board what to do by sending a set of instructions to the microcontroller on the board.