SYSTEM.KERNEL :: v2.5.0 ONLINE

Hello, I'm
Aman Kumar Sah

<Software & Full-Stack Developer /> Engineering Beyond Boundaries.
Specializing in scalable web applications, robust back-end architectures, and seamless user experiences.

>_
Initialize OS
> sudo boot_guiLoading ...
Check outGitHub
portfolio.tsx
1
2
3
4
5
6
7
8
9
10
11
12

>_ # About.system

Aman Kumar Sah
OperatorAman Kumar Sah
RoleSOFTWARE_&_FULL_STACK_DEVELOPER
LocationKathmandu, Nepal
StatusOPEN
>_ user_profile.log
whoami
I am a passionate Software and Full-Stack Developer specializing in building end-to-end web applications. With a strong foundation in both front-end and back-end technologies, I create seamless, efficient, and user-centric digital experiences.
cat mission.txt
Bridging the gap between complex backend logic and intuitive frontend interfaces. Currently focused on Scalable Architectures, RESTful APIs, and Modern JavaScript Frameworks.
Experience
1+ YRS
Projects
20+ DEP
Worked
4+ CLIENTS
$ git log --stat --oneline
📅 2024-05 - Present
a1b2ca2 HEAD -> Full Stack DeveloperSolutionspath

Full Stack Developer @ Solutionspath Tec.

Leading development of scalable web applications focusing on performance.

ReactNext.jsTypeScriptNestJSSpring BootAWSReactNext.jsTypeScriptNestJSSpring BootAWS
📄 11 files changed+100++
📅 2024-01 - 2024-05
a1b2ca1 HEAD -> Full Stack DeveloperTesla

Full Stack Developer @ Tesla infrastr.

Developed and maintained robust web applications for global clients.

JavaScriptNode.jsExpressPostgreSQLMongoDBSocket.ioJavaScriptNode.jsExpressPostgreSQLMongoDBSocket.io
📄 4 files changed+100++
🎓 Academic Journey
edu02026 bachelor -> degreeQualifications

Education History

B.Tech - Computer Science & EngineeringJain University | Bengaluru, India📅 2021 - 2025
+2 (National Examinations Board)Model Secondary School | Janakpur, Nepal📅 2018 - 2020
Secondary Level (SEE - 10th)Shree Ram Secondary School | Matihani, Nepal📅 2017
📄 3 certificates added✓ background_verified
-- Initial Commit (Hello World)
# Developer / Full Stack / Engineer
>_ Initialize OS
Initialized: true
[SYSTEM.KERNEL] v0.0.2 ALPHA
30%
> sudo boot_gui
> [INFO] Unpacking core libraries... [OK]
<Tech_Arsenal />
Front-End
ReactNext.jsTypeScriptJavaScriptTailwind CSSHTML/CSSReduxApollo ClientFramer Motion
Back-End
Node.jsSpring BootExpressJavaGraphQLMicroservices
Databases
MongoDBPostgreSQLMySQLRedis
Tools & Platforms
GitDockerAWSJiraPostmanCI/CD
Others
RESTful APIsGraphQL APIsAgile MethodologiesSystem DesignWebSockets
OPEN SOURCE

Code & Contributions

18072025 TOTAL
MarAprMayJunJulAugSepOctNovDecJanFebMar
Followers328
Forks77
GitHub Stars514

Aman's 3D Portfolio

ChatGPT Image Gen

AI tool generating images from text using OpenAI DALL-E.

Technologies:
OpenAI APIReact.jsNode.jsExpressTailwindOpenAI APIReact.jsNode.jsExpressTailwind

Social Media App

Full-stack network featuring real-time feeds.

Technologies:
MERN StackRedux ToolkitCloudinaryJWTBcryptMERN StackRedux ToolkitCloudinaryJWTBcrypt

Movie Booking App

Features seat selection and Stripe payment.

Technologies:
Next.jsTypeScriptPostgreSQLPrismaStripe APINext.jsTypeScriptPostgreSQLPrismaStripe API

Hotel Booking App

Reservation system with location-based search.

Technologies:
ReactFirebaseGoogle Maps APIFramer MotionReactFirebaseGoogle Maps APIFramer Motion

Real-Time Chat App

Instant messaging with group chat capabilities.

Technologies:
Socket.ioNode.jsExpressReactChakra UISocket.ioNode.jsExpressReactChakra UI

Grocery Delivery

Full-stack e-commerce for fresh produce.

Technologies:
ReactExpressMongoDBJWTNode.jsReactExpressMongoDBJWTNode.js

Doctor Appointment

Healthcare platform connecting patients with doctors.

Technologies:
Spring BootJavaMySQLHibernateReactSpring BootJavaMySQLHibernateReact

AI Fitness App

AI-integrated tracker with posture analysis.

Technologies:
PythonTensorFlowFastAPINext.jsPostgreSQLPythonTensorFlowFastAPINext.jsPostgreSQL

$ ./contact.exe

contact_info.json
123456789101112
{ "status": "open_to_work", "full_name": "Aman Sah", "website": "www.amansah.com.np", "email": "amansah9814@gmail.com", "phone": "+977-9814834383", "socials": { "github": "SAman-9814", "linkedin": "aman-sah9814", }, "location": "Kathmandu, Nepal" } // Waiting for connection... _
TS sendMessage.ts
// Run this script to send a message
const send = async () => {
const name "
";
const email "
";
const phone "
";
await api.submit({
message : `
`});
}