HELLO PEOPLE,
Myself Aarti, I'm a Good Human, Hardworker, Lifetime Learner, Software Engineer, Open Source Contributor, Technical Blog writer, and Ukulele Player

In a nutshell, I'm a competitive programmer turned into full-stack web developer. Trying to learn something new everyday. Exploring new stuff everyday. Recently got my hands dirty with technical blog writing, and the good news is, I'm enjoying it. Lately, I have been reading many system design articles which made me realise, there are so many things to learn in this field.

Email: aartikumarisingh3002@gmail.com
Linkedin: Linkedin
Contact: +91-6206835290
Projects
project4
Organisation Handling Portal

Github

To login on application use admin@gmail.com and 12345 as email and password respectively.

Experiences
Jan,2023 - Jun,2023
SDE Intern

- Developed an internal debugging tool from scratch, leveraging multiple AWS resources and various internal services of Amazon

- Designed as a versatile solution for applications and services running within Amazon, the tool effeciently addresses issues encountered during production or any stage of operation. Streamlining troubleshooting processes, it enables seamless resolution of problems, significantly improving operational efficiency for running services.

- The tool integrates with AWS building blocks, providing scalability, reliability, and security. It offers a user-friendly interface, comprehensive monitoring and analytics features, and promotes collaboration among teams for effective issue resolution.

May,2022 - Jul,2022
Backend Developer Intern

- As a key contributor at POOLit, I led the development of a single application offering multiple pooling systems, including car-pooling, book sharing, and other goodies renting services. I optimized queries in each module, implementing efficient approaches that ensured consistent output with a maximum time variation of just 10 seconds.

- Additionally, I refactored and cleaned up the backend codebase, leveraging Python libraries such as pep8 for code formatting. Also, I improved the organization of modules, adding descriptive documentation for each Utils method to enhance code readability and maintainability

Oct,2021 - Nov,2021
Full-Stack Developer Intern

- As an intern at Paleru Tech, I played a vital role in the development of a web application using Django for the backend and HTML, CSS, and JS for the frontend.

- Notably, I implemented a user activity tracking system, leveraging Google Analytics to gather valuable insights into user behavior and engagement.

- To enhance the user experience, I introduced advanced features such as filtering and multiple action buttons, empowering users to efficiently manipulate and manage data.

- By employing my skills in Django, HTML, CSS, and JS, I successfully delivered enhancements that enhanced the application's functionality, usability, and overall user satisfaction.

Blogs
Blog-1
Unleashing the Power of AWS CDK

Hey there 👋, this was my very first blog about basics of AWS CDK and how does infrastructure work at the back, would really appreciate if you could spend couple of minutes to read this blog.

Blog-2
How does API Gateway work with Lambda?

API Gateway is commonly used as a front-end for Lambda functions, providing a way to expose them as HTTP endpoints and handle request routing, authorization, and other API-related functionalities.

Blog-3
Why is it important to handle CORS issues?

Cross-Origin Resource Sharing (CORS) is a crucial security mechanism implemented by web browsers to control cross-origin requests and protect users from potential risks.

Blog-4
Unique ID Generator in a Distributed System

The generation of unique IDs is a crucial aspect in various systems and applications. Whether it's for distributed systems, databases, or other scenarios, the choice of a suitable ID generation method can impact system performance, scalability, and data integrity.