# 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()

View Projects Download Resume

About Me

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.

Projects

Terminal Task Manager

A fully functional CLI task manager with CRUD operations, priority tagging, and deadline alerts.

Python SQLite Click
Source Live Demo

API Gateway Microservice

Lightweight API gateway handling authentication, rate limiting, and request routing for microservices.

Node.js Express JWT
Source Docs

Real-time Code Collaboration Tool

VS Code-like editor allowing multiple users to edit documents simultaneously with operational transforms.

React WebSockets Yjs
Source Try It

Certifications

AWS Certified Developer

Amazon Web Services

Issued: Jan 2024 • ID: AWS-DEV-XYZ

Google Cybersecurity Certificate

Google Career Certificates

Issued: Mar 2024 • ID: GC-CYBER-789

Microsoft Azure Fundamentals

Microsoft Learn

Issued: Dec 2023 • ID: AZ-900-ABC

Contact

1 function send_message() {

2   const message = "Let's build something great together!";

3   return connect_via(["email", "linkedin"]);

4 }