# Welcome to my developer portfolio
user@machine:~$ whoami
→ Software Engineer | Problem Solver | Clean Code Advocate
user@machine:~$ show_skills
→ JavaScript | Python | React | Node.js | AWS | Docker
user@machine:~$ get_in_touch()
1 const developer = {
2 name: "Shreejay Fuke",
3 role: "Software developer",
4 passion: ["Clean Code", "Open Source", "Learning"],
5 philosophy: "Write code that reads like well-written prose.",
6 hobbies: ["Competitive Programming", "Building CLI Tools", "Contributing to FOSS"]
7 };
I thrive on turning complex problems into elegant, maintainable solutions. I believe in writing code that not only works but is a joy to read and extend.
Always learning, always building. Let's create something amazing together.
A fully functional CLI task manager with CRUD operations, priority tagging, and deadline alerts.
Lightweight API gateway handling authentication, rate limiting, and request routing for microservices.
Amazon Web Services
Issued: Jan 2024 • ID: AWS-DEV-XYZGoogle Career Certificates
Issued: Mar 2024 • ID: GC-CYBER-789Microsoft Learn
Issued: Dec 2023 • ID: AZ-900-ABC1 function send_message() {
2 const message = "Let's build something great together!";
3 return connect_via(["email", "linkedin"]);
4 }