Seasoned collaborator experienced in meeting needs, improving processes and exceeding requirements in team environments. Diligent worker with strong communication and task prioritization skills.
Industry Ready Certification in Full-stack Development, CCBP NXT WAVE, 2022
Google Cloud Sales Credentials, 2024
Professional Machine Learning Engineer**, 2024
1.Generated the trained models using SQL in BigQuery ML in Google cloud platform
2. Sentiment analysis by data processing, searching and assembling the best models in Auto ML, a Google cloud technology which uses less code to train the models.
3. Todo List Web Application (sarath4todolist.ccbp.tech)
Developed and deployed a persistent todo application utilizing HTML, CSS, and JavaScript, incorporating CRUD operations to manage a track list of tasks efficiently. Used Arrays, Objects, and their methods during todo list CRUD Operations Persisted todo list state on page reloads using local storage methods. Enhanced user experience by integrating responsive design elements to ensure seamless task management across various devices on the Todo List Web Application
4. Wiki Search Application (sarath4wiki.ccbp.tech)
Built a custom Wikipedia search application enabling users to access curated results and detailed explanations by clicking on specific items. Enhanced user experience by implementing responsive design principles, resulting in a 30% increase in user engagement. Integrated API to facilitate real-time data retrieval, improving search functionality and overall performance of the application.
5. Register User API
Here we check whether the user is a new user or an existing user. Returns 'User Already exists' for existing user else for a new user we store encrypted password in the DB
6. Login User API, Here we check whether the user exists in DB or not. Returns 'Invalid User' if the user doesn't exist else we compare the given password with the DB user password. Created many useful REST APIs using standard methods like GET, POST, PUT, and DELETE