I'm a passionate web developer with 1 year of experience working with React, Node.js, Express.js, MongoDB, Firebase, Tailwind, and Bootstrap. Currently exploring Next.js, I aim to become a dedicated software developer and innovate in the tech industry. Coding and traveling are my passions.
const WhoAmI = {
user: 'Dinobondhu Shill',
current_work: 'Writing code',
hobbies: [
'Travelling',
'Watching Movies',
'Reading Fiction',
'Being up all Night chasing that ONE BUG...'
],
getCity: function() {
return 'Dhaka, Bangladesh';
},
Ambitions: function() {
LearnNextJs();
BeEntrepreneur();
CreateInnovation();
},