Pinned Repositories
Arduino-Interactive-LED-Strip
LED light strip with tune-able colour display, music visualization and patterned light show modes.
bookworms
Practicing MERN stack with basic social media for book lovers
Digital-Microfluidic-Control
A complete digital microfluidic system including PCB hardware, arduino microcontroller firmware and real-time control software.
go_linked_list
Simple go-lang package with utilities for linked list manipulation. Using this to practice setting up a Jenkins CI pipeline.
OpenGrow-IoT-Plant-Monitor
An IoT enabled monitor for soil moisture and light availability for a plant.
rahul-portfolio
My personal portfolio website built with React JS.
Reddit-Clone
Learning GraphQL API development by making reddit clone with following stack: React, PostgreSQL, Express, Node.
ssd1306_drivers
SSD1306 display drivers for STM32 using SPI. Completely non-blocking with use of interrupts and DMA.
stm32f446xx
Peripheral drivers written for stm32f446xx ARM Cortex-M4 based processor
sudoku-solve-GUI
Win32 developed GUI to solve sudoku puzzles in real-time. Visualize the puzzle being solved by a depth-first-search backtracking algorithm.
esyywar's Repositories
esyywar/OpenGrow-IoT-Plant-Monitor
An IoT enabled monitor for soil moisture and light availability for a plant.
esyywar/ssd1306_drivers
SSD1306 display drivers for STM32 using SPI. Completely non-blocking with use of interrupts and DMA.
esyywar/sudoku-solve-GUI
Win32 developed GUI to solve sudoku puzzles in real-time. Visualize the puzzle being solved by a depth-first-search backtracking algorithm.
esyywar/rahul-portfolio
My personal portfolio website built with React JS.
esyywar/Digital-Microfluidic-Control
A complete digital microfluidic system including PCB hardware, arduino microcontroller firmware and real-time control software.
esyywar/Reddit-Clone
Learning GraphQL API development by making reddit clone with following stack: React, PostgreSQL, Express, Node.
esyywar/stm32f446xx
Peripheral drivers written for stm32f446xx ARM Cortex-M4 based processor
esyywar/Arduino-Interactive-LED-Strip
LED light strip with tune-able colour display, music visualization and patterned light show modes.
esyywar/bookworms
Practicing MERN stack with basic social media for book lovers
esyywar/go_linked_list
Simple go-lang package with utilities for linked list manipulation. Using this to practice setting up a Jenkins CI pipeline.
esyywar/next-js-learning
Learning next.js framework through Vercel's documentation
esyywar/pytest-okken
Lessons from "Python Testing with Pytest" by Brian Okken
esyywar/rahulscorner.me
My personal blog website focused on classic and modern literature
esyywar/Spotify-Assist
Web-app to help manage your Spotify account and generate insights.
esyywar/sudoChat
Instant messaging application using web sockets. Server and client sides built with Python.