diff --git a/src/data/events.json b/src/data/events.json index 85dfd76..b6c4d75 100644 --- a/src/data/events.json +++ b/src/data/events.json @@ -7,8 +7,14 @@ "talk": "From First Commit to Mentor: Climbing the Open Source Ladder", "description": "Presented at the Canonical/Ubuntu conference on the journey from first-time contributor to mentor in open source. Covered practical advice on starting out, staying motivated, transitioning to mentorship, and fostering stronger communities. Included a deep-dive into my GSoC experience at FOSSology.", "links": [ - { "label": "Event Page", "url": "https://events.canonical.com/event/89/contributions/485/" }, - { "label": "Slides", "url": "https://www.canva.com/design/DAGNthYwrck/Gt7mv99p6zH-aVbx2AtEuQ/view" } + { + "label": "Event Page", + "url": "https://events.canonical.com/event/89/contributions/485/" + }, + { + "label": "Slides", + "url": "https://www.canva.com/design/DAGNthYwrck/Gt7mv99p6zH-aVbx2AtEuQ/view" + } ] }, { @@ -18,8 +24,14 @@ "role": "mentor", "description": "Represented the FOSSology project at the annual GSoC Mentor Summit hosted at Google's Sunnyvale campus. Participated in unconference sessions on mentoring practices, community building, and project sustainability.", "links": [ - { "label": "GSoC", "url": "https://summerofcode.withgoogle.com/" }, - { "label": "FOSSology", "url": "https://www.fossology.org" } + { + "label": "GSoC", + "url": "https://summerofcode.withgoogle.com/" + }, + { + "label": "FOSSology", + "url": "https://www.fossology.org" + } ] }, { @@ -29,17 +41,10 @@ "role": "organizer", "description": "Organized and led a month-long series of talks and workshops as a GitHub Campus Expert. Topics ranged from introduction to open source, Git workflows, and writing GSoC proposals to lightning talks by contributors from projects like Julia and VideoLAN. Over 200 students participated across 7 sessions.", "links": [ - { "label": "Campus Expert Profile", "url": "https://githubcampus.expert/avinal/" } - ] - }, - { - "name": "GitHub Universe 2021", - "date": "2021-10-27", - "location": "Virtual", - "role": "attendee", - "description": "Attended GitHub's annual developer conference as a GitHub Campus Expert. Explored new features including Copilot, Codespaces, and Actions improvements.", - "links": [ - { "label": "GitHub Universe", "url": "https://githubuniverse.com/" } + { + "label": "Campus Expert Profile", + "url": "https://githubcampus.expert/avinal/" + } ] }, { @@ -50,7 +55,10 @@ "talk": "Campus Experts: Preparation, Application Tips, Perks & Benefits", "description": "Delivered a live session on how to become a GitHub Campus Expert — covering the application process, preparation tips, community benefits, and what to expect from the program.", "links": [ - { "label": "Campus Expert Profile", "url": "https://githubcampus.expert/avinal/" } + { + "label": "Campus Expert Profile", + "url": "https://githubcampus.expert/avinal/" + } ] } ] diff --git a/src/data/resume.json b/src/data/resume.json index 4c17df0..337e505 100644 --- a/src/data/resume.json +++ b/src/data/resume.json @@ -142,8 +142,9 @@ "Produced step-by-step tutorials with annotated screenshots, making the project accessible to new contributors and end users alike" ], "links": [ - { "label": "GSoD Case Study", "url": "https://developers.google.com/season-of-docs" }, - { "label": "VideoLAN", "url": "https://www.videolan.org" } + { "label": "Docs Website", "url": "https://docs.videolan.me/vlc-user/android/3.X/en/index.html" }, + { "label": "Docs Repository", "url": "https://code.videolan.org/docs/vlc-user/-/tree/android/3.X?ref_type=heads" }, + { "label": "GSoD Report", "url": "/posts/blogs/gsod2020-report" } ] }, { @@ -162,18 +163,34 @@ ] }, { - "name": "GNU C Library", + "name": "GNU Toolchain", "position": "Contributor", - "url": "https://sourceware.org/glibc/", + "url": "https://gcc.gnu.org/", "startDate": "2024-05-01", - "summary": "GNU Project", + "summary": "GNU Project — GCC & GNU C Library", "location": "Remote", "highlights": [ - "Contributing patches to glibc — one of the most critical pieces of the GNU/Linux ecosystem, used by virtually every Linux distribution", - "Working on bug fixes and improvements submitted via the Sourceware mailing list and reviewed by core glibc maintainers" + "Contributing patches to GCC and GNU C Library — two of the most critical pieces of the GNU/Linux ecosystem, used by virtually every Linux distribution", + "Working on compiler internals (tree-ssa-strlen optimizations) and C library bug fixes submitted via Sourceware and reviewed by core maintainers" ], "links": [ - { "label": "Patches", "url": "https://sourceware.org/cgit/glibc/log/?qt=author&q=avinal" } + { "label": "GNU C Library Patches", "url": "https://sourceware.org/cgit/glibc/log/?qt=author&q=avinal" }, + { "label": "GCC Patches", "url": "https://gitlab.com/gnutools/gcc/-/commits/master?author=Avinal%20Kumar" } + ] + }, + { + "name": "Linux Kernel", + "position": "Contributor", + "url": "https://kernel.org/", + "startDate": "2026-04-01", + "summary": "DRM Subsystem", + "location": "Remote", + "highlights": [ + "Contributing patches to the Linux kernel DRM subsystem — adding new MIPI DSI helper functions and migrating panel drivers to improved APIs", + "Patches reviewed and merged via the freedesktop.org GitLab DRM tree" + ], + "links": [ + { "label": "Patches", "url": "https://gitlab.freedesktop.org/drm/misc/kernel/-/commits/drm-misc-next?author=Avinal%20Kumar" } ] } ],