diff --git a/docs/experiences.md b/docs/experiences.md index c22226e..34b50b4 100644 --- a/docs/experiences.md +++ b/docs/experiences.md @@ -55,6 +55,8 @@ Worked with backend engineers to make critical API design decisions and with the Developed firmware in Java and C++ to enable features and functions in Motorola’s line of Android-based cellular phones including the popular Razr. Accountable for the core Communication Driver modules that handled calls, call forwarding, messaging, and managing SMS. Ported existing driver features from the legacy platform to Android framework. +- Led the development of core communication software: As a key member of the engineering team, spearheaded the development and implementation of the communication stack, enabling seamless connectivity to mobile networks and ensuring reliable data transfer for applications. +- Re-architected the communication module: undertook a complete rewrite of the communication module, optimizing it for Android OS compatibility and enhancing its performance and stability. This involved designing and building new modules to support essential Android functionalities. - Integrated Wi-Fi (802.11) drivers provided by different vendors (i.e., TI, Qualcomm) into the motherboard set up and developed a Soft Access Point feature (hotspot) for Wi-Fi applications. ## Accord Software & Systems Pvt. Ltd. Bengaluru, India diff --git a/docs/projects.md b/docs/projects.md deleted file mode 100644 index 84634b1..0000000 --- a/docs/projects.md +++ /dev/null @@ -1,28 +0,0 @@ -# Projects - -Over past several years, I had the opportunities to work on really interesting project and they are listed here. - -# Machine Learning Platform - -:construction: - -# Realtime Feature Generation & Forecasting - -:construction: - -# Rearchitecting Dynamic Pricing Infra - -:construction: - -# Locator APP - -:construction: - -# Android Firmware - -:construction: - -# SUPPL Protocol Implementation - -- Significantly reduced latency (2 minutes to 15 seconds) for getting first location fix from a cold device startup. -- Implemented native encoder-decoder and saved the cost for company. diff --git a/docs/yearly-goals.md b/docs/yearly-goals.md index 5b18de8..1078920 100644 --- a/docs/yearly-goals.md +++ b/docs/yearly-goals.md @@ -10,6 +10,8 @@ I'm documenting my yearly goals here to stay accountable. My initial focus is on - [ ] Apply for a Patent - [ ] Read these books - [ ] [AI Engineering Book by Chip Huyen](https://a.co/d/1yFRjhV) + - [ ] [Generative AI on AWS by Chris Fregly, Antje Barth & Shelbee Eigenbrode](https://a.co/d/3bz4c1w) + - [ ] [Hands-On Large Language Models by Jay Alammar & Maarten Grootendorst](https://a.co/d/eTCQLsw) - [ ] Connect with at least one person who is working in AI/ML domain. Mainly to learn from his/her experience. - [ ] Presented at an international conference with a primary focus on MLOps. diff --git a/mkdocs.yml b/mkdocs.yml index 81a0f58..6471e04 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -16,7 +16,6 @@ theme: nav: - Home: index.md - Experiences: experiences.md - - Projects: projects.md - Talks: talks.md - Yearly Goals: yearly-goals.md - Contact Me: contact.md