Great score on Implement LRU Cache Algorithm, Difficulty Hard
Great score on Understanding Rate Limiting in APIs, Difficulty Medium
Great score on Ensuring Real-time Data Accuracy in Mobile App, Difficulty Medium
Test Automation: Developed automation scripts to validate CAN messages.
Interfaces Generator Scripts: Developed scripts to auto-generate interfaces for non-AUTOSAR BSW modules.
CANoe GUI Application: Built a CANoe-based dashboard application.
Performance Report Generator: Developed a script for automatic data collection and report generation.
Testing BSW: Executed validation of Basic Software (BSW) modules.
ZephyrOS Contribution: Submitted pull requests for bug fixes and updates.
Multi-Platform Support: Ported codebase to ZephyrOS for multiple embedded boards.
Cross-Platform OTA Support: Developed Over-The-Air update support.
Captive-Portal Development: Built captive portal for Wi-Fi connection and sensor monitoring.
Modernized Development Techniques: Adopted CI/CD pipelines and containerized environments.
Matter-Protocol Demo: Developed and showcased a Matter-protocol demo.
Client Consultations: Collaborated with clients to understand requirements and propose solutions.
Designed and developed Real-time frequency-domain Spectrum Analysis feature.
Optimized GUI responsiveness by integrating multithreading.
Identified and resolved critical memory leaks.
Contributed to ZephyrOS project, developed OTA update support, captive portal, and modernized development techniques.
Designed captive portal, integrated Microsoft Azure, developed JSON-based file storage, power measurement algorithm, dimmer integration, and touch button integration.
Designed and developed Real-time frequency-domain Spectrum Analysis feature, optimized GUI responsiveness, and resolved critical memory leaks.
The wifi driver of esp32 was unable to support the APSTA mode, when AP mode is enabled the STA mode turned off and vice versa. Added support for it by adding additional net_if in APSTA mode, One interface(2) is used as STA interface and second interface(1) is used as AP interface to support both mode at the same time. Added CONFIG_ESP32_WIFI_APSTA_MODE in kconfig to enable and disable APSTA support.

