$ whoami

Krati Jain
Software Engineer

// Currently at Cisco Systems
Building scalable solutions & optimizing systems
Freelancer• Open to new projects
profile.sh
#!/bin/bash
# Software Engineer Profile
name="Krati Jain"
role="Software Engineer"
company="Cisco Systems"
status="Freelancer"
location="Bengaluru, India"
experience="2+ years"
# Specializations
skills=("Full-Stack" "DevOps" "System Design")
echo "Ready to build amazing things!"
About Me

$ cat about.md

about.md

# About Me

Software Engineer passionate about building scalable solutions. Currently at Cisco Systems, focusing on microservice optimization and system performance improvements.

# Education

B.Tech Computer Science Engineering
Jaypee University of Engineering & Technology (2020-2024)
GPA: 8.0/10

# Key Achievements

Google WE Scholar 2021 (Top 200/27,643)
Ericsson Empowering Girl Scholarship
Runner-up JUET Builds Hackathon 2022
40% boost in automation coverage
30% reduction in query execution time
Skills

$ skills --list

Technologies I work with

Programming

Python
JavaScript
TypeScript
C++
Java
Go
Experience

$ cat experience.json

Professional journey and achievements

experience.json
{
"professional_experience": [
{
"position": "Software Developer Engineer",
"company": "Cisco Systems",
"location": "Bengaluru, IN",
"period": "Aug 2024 - Present",
"type": "Full-time",
"achievements": [
"Revamped Spring Boot microservice health, boosting automation code coverage by 40%",
"Optimized Kafka topic and consumer classification in Golang, reducing CPU usage by 15%",
"Refined SQL queries to reduce database retrieval time by 30%"
]
},
{
"position": "Software Developer Engineer Intern",
"company": "Cisco Systems",
"location": "Bengaluru, IN",
"period": "Jan 2024 - Jun 2024",
"type": "Internship",
"achievements": [
"Replaced manual CLI setups with web-based GUI, cutting deployment time from 2 hours to 15 mins",
"Implemented calendar-based reservation system, increasing resource utilization by 30%",
"Improved VM allocation efficiency, decreasing idle resource time by 12 hours per week"
]
},
{
"position": "UX Design Intern",
"company": "Korn Ferry",
"location": "Remote",
"period": "Jun 2023 - Aug 2023",
"type": "Internship",
"achievements": [
"Created 20+ wireframes and prototypes, accelerating development processes",
"Boosted user satisfaction by 15% through comprehensive UX initiatives",
"Conducted 10+ UX interviews, yielding insights that improved usability"
]
}
]
}
Projects

$ ls projects/

Exploring innovative solutions through code, design, and engineering

projects.json
{
"featured_projects": [

Training & Placement Portal

WEBPlacement Portal
1

Comprehensive platform automating placement processes for 1000+ students with role-based access control and real-time analytics.

20% ↑
User Engagement
75% ↓
Load Time
1000+
Active Users

Tech Stack:

ReactNode.jsMongoDBMaterial-UIExpressJWT
]
}
15+
Projects Built
25+
Technologies
1000+
Users Impacted
40%
Performance Gain
Wall of Love

$ cat testimonials.json

What colleagues and clients say about working together

testimonials.json
{
"wall_of_love": [

"I have had the pleasure of working closely with Krati on multiple projects at Ascend Digital Solutions, and her contributions have consistently exceeded expectations. As a highly skilled software developer, Krati has demonstrated not only her deep expertise in coding but also a remarkable ability to deliver outstanding results, even under tight deadlines. Her technical proficiency, combined with her strong problem-solving skills, makes her an invaluable asset to any team."

MS

Mohammad Shavez Alam

Founder & CEO

High On Diet LLP | Ascend Digital Solutions

]
}
Contact Me

$ ./contact.sh

Let's connect and build something amazing

contact.sh
#!/bin/bash
# Contact Information
location="Bengaluru, India"
# Status
status="Available for opportunities"
response_time="Within 24 hours"
echo "Let's build something amazing together!"
send-message.sh
#!/bin/bash
# Send Message Script
read -p "Enter your name: " name
read -p "Enter your email: " email
read -p "Enter your message: " message
# Execute send message
echo "Message sent successfully! Response within 24 hours."