Discovering the Crossroads of Tech and Governance

Hello, I'm Naga. I'm a Software Engineer adept in both frontend and backend systems. Beyond the lines of code, my curiosity extends to the realms of physics and governance, adding a unique perspective to my tech-driven world.

Featured Projects

1 min read
Project One

Project One

An innovative solution to modern problems, utilizing React and Node.js.

1 min read
Project Two

Project Two

A mobile app that revolutionizes the way we share moments.

1 min read
Project Three

Project Three

A web platform that connects freelancers with projects using AI matchmaking.

1 min read
Project Four

Project Four

An e-commerce platform with a focus on sustainability and green products.

View All Projects

Work Experience

Google LLC Logo

Google LLC

New York, NY

Software Engineer

Worked on developing...

ReactTypeScriptTailwind CSS
Wishup.co Logo

Wishup.co

San Francisco, CA

Full Stack Developer

Focused on full stack web development...

Node.jsExpressMongoDBVue.js
Company C Logo

Company C

Austin, TX

UI/UX Designer

Designed user-friendly interfaces...

FigmaSketchAdobe XDPhotoshop
Company D Logo

Company D

Seattle, WA

Project Manager

Managed multiple projects...

AgileScrumProject PlanningTeam Leadership
Company E Logo

Company E

Boston, MA

Data Scientist

Analyzed large datasets...

PythonRMachine LearningData Visualization

Latest Blogs

1 min read
Closures in Javascript

Closures in Javascript

2024-07-27

Javascript closures allow a function to access variables from an outer function even after the outer function has finished executing. This powerful feature enhances data encapsulation and modularity, enabling private variables and function factories. Closures are crucial for callbacks, event handlers, and maintaining state.

1 min read
Understanding AWS EC2: A Comprehensive Guide

Understanding AWS EC2: A Comprehensive Guide

2024-07-27

Amazon Web Services (AWS) has revolutionized the way businesses operate by providing scalable, reliable, and cost-effective cloud computing solutions. One of its cornerstone services is Amazon Elastic Compute Cloud (EC2), which allows users to rent virtual servers and run applications in the cloud. In this blog, we’ll delve into what AWS EC2 is, its key features, and how to get started with it.

1 min read
Understanding JavaScript Promises

Understanding JavaScript Promises

2024-07-27

JavaScript promises are a cornerstone of modern asynchronous programming, providing a cleaner and more intuitive way to handle asynchronous operations compared to traditional callback functions. A promise represents the eventual result of an asynchronous operation, and it can be in one of three states: pending, fulfilled, or rejected.

View All Blogs