HASHIM
I believe in a user centered design approach, ensuring that every project I work on is tailored to meet the specific needs of its users.
01class Hashim {
02..// Passionate about building things that matter.
03··// My vast variety of skills is continuously expanding.
04constructor() {
05this.name = 'Hashim Pinjari'
06this.role = 'Full Stack Developer'
07this.email = 'hashimpinjari36@gmail.com'
08}
09education() {
10return [
11{ '2024-2027' : 'Bachelor of Computer Applications (BCA)' }
12]
13}
14skills() {
15return [ 'JavaScript', 'React', 'Next.js', 'TypeScript', 'Node.js', 'Express', 'MongoDB', 'MySQL', 'Tailwind CSS', 'Bootstrap', 'HTML/CSS/JS', 'Git', 'Docker' ]
16}
17}
✦

