class SoftwareEngineer {
constructor() {
this.name = "Rahatutzaman Rizon";
this.role = "Full Stack Developer";
this.location = "π Badda, Dhaka, Bangladesh";
this.education = {
degree: "B.Sc. in Information and Communication Technology",
university: "Mawlana Bhashani Science and Technology University",
cgpa: "3.46/4.00"
};
this.interests = ["Web Development", "Problem Solving", "Tech Innovation"];
this.currentlyLearning = ["System Design", "Cloud Architecture", "DevOps"];
}
sayHi() {
console.log("Thanks for dropping by! Let's build something amazing together!");
}
}
const rizon = new SoftwareEngineer();
rizon.sayHi();
Junior Software Developer July 2024 - October 2024
|
Software Engineering Intern February 2024 - April 2024
|
Features:
πΈ Pet Adoption System
πΈ Fundraising Campaigns
πΈ Donation Management
πΈ Stripe Payment Integration
Tech Stack: React.js, Tailwind CSS, Node.js, Express.js, MongoDB, Firebase, Stripe