Worked in a team of 5. My duties were to work in the integration of backend (Golang) with JavaScript frontend
Full-Stack Developer
Golang, JavaScript, REST API, HTML/CSS
Professional / Web
Built at Webonise Labs for Nestlé — a web tool designed to assist doctors in finding Nestlé nutritional products as alternatives to conventional medicines. A doctor searches for any medicine by name, and the system returns relevant Nestlé products that address the same nutritional or therapeutic need, with comparison data to support the recommendation.
This was a greenfield project built from scratch in a small team of 2–5. I was responsible for both the Golang server and the JavaScript frontend — designing the API, implementing the search and suggestion logic on the backend, and building the UI that doctors would interact with.
Built the server from scratch in Golang — defining the REST API endpoints, implementing the medicine search and Nestlé product matching logic, and wiring up the data layer. Responsible for the full request lifecycle from HTTP handler to response, including input validation and error handling.
Built the client-side interface from scratch in JavaScript — the medicine search input, API call handling, and the results view that displays Nestlé alternatives with comparison information. Designed for a clinical context where clarity and speed of information retrieval matter most.