> Initializing portfolio...

> Loading skills...

> Compiling projects...

> Ready to launch!

hi-Rakesh

const role = "Full Stack Developer";

$ ./launch_projects.sh

> whoami

class RakeshSahu {
  constructor() {
    this.name = "Rakesh Sahu";
    this.role = "Web Developer";
    this.passion = "Turning coffee into code";
    this.funFact = "I debug dreams in binary";
  }
  sayHi() {
    console.log("Hello, world! I'm a code wizard.");
  }
}
const me = new RakeshSahu();
me.sayHi();
                

> dir skills

HTML5

CSS3

JavaScript

React

Node.js

SQL

Git

MongoDB

> ls projects

function eCommerce() {
  stack: "React + Node.js";
  features: ["auth", "products", "payments"];
}
                    
> execute eCommerce.js
function portfolio() {
  stack: "HTML + Tailwind + JS";
  features: ["responsive", "creative"];
}
                    
> execute portfolio.js
function blogCMS() {
  stack: "React + MongoDB";
  features: ["posts", "comments", "admin"];
}
                    
> execute blogCMS.js

> git log --exp

commit 2020-Present
Author: Rakesh Sahu 
Title: Frontend Developer @ TechCorp
Details: Built UIs, collaborated with designers, shipped features.
                    
commit 2018-2020
Author: Rakesh Sahu 
Title: Full Stack Developer @ StartupX
Details: Full-cycle dev, from concept to deploy.
                    

> ping me

fetch("mailto:rakeshsonpuri1998@example.com")
  .then(res => console.log("Email sent!"))
  .catch(err => console.error("404: Email not found"));

Email.connect("rakesh sahu")
git.clone("hi-Rakesh")