Open to Software Engineering & Java Backend Opportunities

Software Engineer building scalable backend systems and real-world applications.

I design and build reliable backend systems, APIs, databases, and full-stack enterprise applications using Java, Spring Boot, SQL Server, and modern web technologies.

Java Spring Boot SQL Server REST APIs Database Design React System Architecture Docker
bash — bharat@bhrtsnegi-dev:~
skills projects architecture experience contact siliconsweat
Welcome to Bharat Negi's Developer Terminal v2.0 Type "help" or click any chip above to execute a command.
bharat@dev:~$
// PROFILE

About Me

Technical focus and engineering background.

I am a Software Engineer focused on backend development, enterprise software architecture, database design, and API development. My core expertise centers around building robust server-side applications using Java, Spring Boot, Spring MVC, and SQL Server.

At Innefu Labs, I work on mission-critical enterprise systems such as Inventory Management Systems (IMS) and File & Task Movement Tracking workflows. I focus on developing clean REST APIs, structured database schemas, role-based authorization, asset lifecycle tracking, audit logging, and seamless frontend integrations using React.

Whether designing database relationships or implementing complex business rules, I emphasize reliability, data integrity, maintainable code, and real-world engineering problem solving.

// CAREER HISTORY

Professional Experience

Real-world systems engineering and enterprise application development.

Assistant Programmer

Innefu Labs
Present
Key Initiative: Enterprise Inventory Management System (IMS)
  • Engineered core modules for enterprise asset tracking, managing both IT and non-IT assets across organizational departments.
  • Implemented employee asset assignment workflows, software license allocations, component tracking, and AMC (Annual Maintenance Contract) management.
  • Designed SQL Server database schemas, stored procedures, and relational models for asset lifecycles, location mappings, and model/manufacturer relationships.
  • Developed RESTful backend APIs using Java and Spring Boot / Spring MVC to handle complex business validation, audit trails, and reporting endpoints.
  • Collaborated on frontend integration using React to provide clean, responsive administrative dashboards.
Java Spring Boot Spring MVC SQL Server REST APIs React Database Schema Design
// PORTFOLIO

Featured Projects

Substantial backend systems, enterprise workflows, and full-stack applications.

Flagship Enterprise Project

Enterprise Inventory Management System (IMS)

A comprehensive enterprise platform built to streamline IT & non-IT asset tracking, software licensing, and operational workflows for enterprise environments.

  • Complete asset lifecycle tracking (procurement, assignment, warranty, scrap).
  • Employee asset & software license assignment mechanisms.
  • AMC (Annual Maintenance Contract) and vendor model relationship management.
  • Location mapping, component association, and automated reporting workflows.
  • Database-driven relational model with SQL Server and Spring Boot backend.

File & Task Movement Management System

An enterprise workflow system designed to manage physical and digital file movements, task delegations, and movement audit trails across departments.

  • File registration, inter-departmental movement tracking, and user assignment.
  • Pending-day counter tracking to prevent workflow bottlenecks.
  • Document upload, inline document preview, remarks, and purpose logging.
  • Complete historical audit trails and status management transitions.

Cyber Hygiene Chatbot

An intranet-focused cybersecurity awareness application engineered to deliver automated compliance guidelines and interactive threat response queries.

  • Internal intranet deployment architecture behind Nginx reverse proxy.
  • Decoupled frontend/backend separation using React and FastAPI (Python).
  • Structured API endpoints for quick response retrieval and incident queries.

Scentiment — IoT Dispenser & E-Commerce

An integrated IoT mobile and e-commerce application communicating with smart hardware dispensers via Bluetooth Low Energy (BLE) and Wi-Fi.

  • Cross-platform React Native mobile application interface.
  • Direct hardware communication via Bluetooth Low Energy (BLE) and Wi-Fi protocols.
  • Node.js / Express backend API layer for e-commerce catalog and user preferences.
// TECHNICAL STACK

Technical Skills

Core technologies, frameworks, and engineering tools.

Backend Engineering

Java Spring Boot Spring MVC Node.js Express.js REST APIs

Frontend Development

React React Native JavaScript (ES6+) TypeScript

Databases

SQL Server PostgreSQL MySQL MongoDB

Architecture & Infra

REST JWT Authentication WebSockets / Socket.IO Nginx Docker

Tools & Environment

Git GitHub Postman IntelliJ IDEA VS Code
// SYSTEM ARCHITECTURE

How I Build Systems

Click any architectural layer node below to inspect code snippets and responsibilities.

Frontend UI
React / React Native
──>
REST API Layer
Spring Controllers / DTOs
──>
Service Layer
Business Logic & Rules
──>
Repository Layer
Data Access / JPA
──>
Database
SQL Server / Schema

REST API Layer (Spring Controllers & DTOs)

Exposes RESTful endpoints, handles HTTP status code responses, validates RequestBody DTOs, and enforces JWT role-based security.

@RestController
@RequestMapping("/api/v1/assets")
public class AssetController {
    @Autowired private AssetService assetService;

    @PostMapping
    public ResponseEntity<AssetResponseDTO> createAsset(@Valid @RequestBody AssetRequestDTO dto) {
        return ResponseEntity.ok(assetService.registerAsset(dto));
    }
}

API Design

Structured RESTful endpoints, clean DTO mapping, HTTP status code discipline, and API versioning.

Database Schema Design

Normalized relational schemas, foreign key integrity, index optimization, and audit timestamp tracking.

Authentication & Security

Role-based access control (RBAC), JWT token verification, and input parameter sanitization.

Business Logic & Validation

Encapsulated service layers, strict validation rules, and transactional integrity across operations.

Error Handling

Global exception handlers, standardized JSON error responses, and meaningful error logging.

Audit Trails & Workflows

State transition tracking, historical movement trails, and timestamped user action logging.

// PROBLEM SOLVING

Coding & Social Profiles

Active code repositories, algorithmic problem solving, and lifestyle.

GitHub

Repositories, code samples, and open source contributions.

Visit GitHub

LeetCode

Handle: bhrtsnegi — Data Structures & Algorithms problem solving.

Visit LeetCode

Instagram

@siliconsweat — Where Code Meets Sweat.

@siliconsweat
// GET IN TOUCH

Let's Connect

Interested in building reliable software systems and solving meaningful engineering problems.

Copied to clipboard!