|
| 1 | +import { WorkType } from './types'; |
| 2 | + |
| 3 | +export const WORK_DATA: WorkType = { |
| 4 | + '2025': { |
| 5 | + title: 'Software Engineer III | React native ', |
| 6 | + description: |
| 7 | + 'Started with more responsibilities along with handling the mobile x-platform dev team. Helped delivering the IoT based app for the client.', |
| 8 | + keyPoints: [ |
| 9 | + 'Delivered the IoT based app for the client.', |
| 10 | + 'Started with more responsibilities along with handling the mobile x-platform dev team.', |
| 11 | + 'Implemented many design patterns, best practices, and improved the app performance along with fixing the bugs', |
| 12 | + ], |
| 13 | + tags: [ |
| 14 | + 'React', |
| 15 | + 'TypeScript', |
| 16 | + 'gRPC', |
| 17 | + 'React Native', |
| 18 | + 'LaunchDarkly', |
| 19 | + 'Responsibilities', |
| 20 | + 'Team handling', |
| 21 | + ], |
| 22 | + links: [{ title: 'Span.io', link: 'https://www.span.io/' }], |
| 23 | + }, |
| 24 | + '2024': { |
| 25 | + title: 'Software Engineer III | React native ', |
| 26 | + description: |
| 27 | + 'Worked on a client project "SPAN" which is a Iot Based app. Span is a smart electrical panel that helps in monitoring the energy consumption of the house. This app is built using React Native and gRPC.', |
| 28 | + keyPoints: [ |
| 29 | + 'Onboarded SPAN project as a React Native developer at the start of the year', |
| 30 | + 'Handled 3-4 junior developer with deliverable along with my own tasks', |
| 31 | + 'Implemented many design patterns, best practices, and improved the app performance along with fixing the bugs', |
| 32 | + 'Brainstormed code design and architecture decisions with the team', |
| 33 | + ], |
| 34 | + tags: ['React', 'TypeScript', 'gRPC', 'Chakra', 'React Native'], |
| 35 | + links: [{ title: 'Span.io', link: 'https://www.span.io/' }], |
| 36 | + }, |
| 37 | + '2023': { |
| 38 | + title: 'Software Engineer II | React / React Native | AI research', |
| 39 | + description: |
| 40 | + "Worked on Google home app's new feature till june, 2023, then moved to the React team per the requirements. Started learning TypeScript and React, worked on a internal Hiring app tools. Also, spent 2-3 months learning about the Github Copilot AI tools and helped creating the internal documentation + tutorials for RSL.", |
| 41 | + keyPoints: [ |
| 42 | + 'Wrapped up the Google Home App project', |
| 43 | + 'Started learning TypeScript and React and worked on internal RSL Hiring app tools', |
| 44 | + 'Brainstormed the code design + UI from scratch with the team', |
| 45 | + ], |
| 46 | + tags: ['React', 'TypeScript', 'React-Native', 'AI', 'Kotlin'], |
| 47 | + links: [ |
| 48 | + { title: 'RSL', link: 'https://rajasoftwarelabs.com/' }, |
| 49 | + { title: 'Google HomeApp', link: 'https://home.google.com/welcome/' }, |
| 50 | + { title: 'Github Copilot', link: 'https://copilot.github.com/' }, |
| 51 | + ], |
| 52 | + }, |
| 53 | + '2022': { |
| 54 | + title: 'Software Engineer I | Android Developer', |
| 55 | + description: |
| 56 | + 'Started year with challenging tasks in GHA app Wifi, Camera flow. Helped fulfilling the requirements for feature requests and bug fixes.', |
| 57 | + keyPoints: [ |
| 58 | + 'Worked on GHA wifi flow and helped delivering the feature', |
| 59 | + 'Worked on various other flows like user preferences, settings, etc', |
| 60 | + 'Acquired skills of handling deliverables and providing the best solutions', |
| 61 | + ], |
| 62 | + tags: [ |
| 63 | + 'Android', |
| 64 | + 'Mobile development', |
| 65 | + 'Google Home App', |
| 66 | + 'gRPC', |
| 67 | + 'Kotlin', |
| 68 | + 'Jetpack Compose', |
| 69 | + ], |
| 70 | + links: [ |
| 71 | + { title: 'RSL', link: 'https://rajasoftwarelabs.com/' }, |
| 72 | + { title: 'Google HomeApp', link: 'https://home.google.com/welcome/' }, |
| 73 | + ], |
| 74 | + }, |
| 75 | + '2021': { |
| 76 | + title: 'Trainee Software Engineer', |
| 77 | + description: |
| 78 | + 'Joined RSL as a software engineer on July 19, 2021. Had extensive training for android development. Soon onboarded to the Google Home App team on November.', |
| 79 | + keyPoints: [ |
| 80 | + 'Learned mobile development from scratch and got hands-on experience', |
| 81 | + 'Onboarded to the Google Home App team on November and started delivering features', |
| 82 | + "Learned about the coding best practices and Google's internal tools", |
| 83 | + ], |
| 84 | + tags: ['Android', 'Mobile development'], |
| 85 | + links: [{ title: 'RSL', link: 'https://rajasoftwarelabs.com/' }], |
| 86 | + }, |
| 87 | +}; |
0 commit comments