Skills Projects About Contact

Medicine Comparison and Suggestion System (Nestle)

Worked in a team of 5. My duties were to work in the integration of backend (Golang) with JavaScript frontend

← All Projects

Role

Full-Stack Developer

Tech

Golang, JavaScript, REST API, HTML/CSS

Genre

Professional / Web

01

Overview

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.

02

What I Built

[01] — Backend
Golang Server
REST API · Search Logic · Data Layer

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.

Golang REST API design Search & matching Data layer Error handling
[02] — Frontend
JavaScript Frontend
Doctor-facing UI · Search · Results Display

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.

JavaScript REST consumption Search UI Results display
03

Context

Client
Nestlé — the tool was built for Nestlé's medical nutrition division, to help clinicians identify Nestlé nutritional products as alternatives when prescribing or recommending supplements.
Company
Webonise Labs — delivered as a client project during my time as a software developer there. One of two projects I worked on at Webonise alongside the DRF horse betting platform.
My Scope
Owned both the backend (Golang) and frontend (JavaScript) — a genuine full-stack contribution on a greenfield build, not integration work on an existing codebase.
Status
Internal / not publicly accessible. Built for Nestlé's internal clinical use — not a consumer-facing product.