const name = 'Chandrakant Pal'
let techInLoveWith = ['Javascript', 'ReactJS', 'NextJS', 'Typescript', 'TailwindCSS', 'React Native', 'NodeJS',
'GraphQL', 'MongoDB', 'PostgreSQL'] //still pushing more elements to this array
let currentlyLearning = 'Java'
let skills = {
'Javascript': Math.round(8 / 10), // ... and learnig
'ReactJS': Math.round(8 / 10), // ... and learnig
'NextJS': Math.round(8 / 10), // ... and learnig
'Typescript': Math.round(8 / 10), // ... and learnig
'NodeJS': Math.round(8 / 10), // ... and learnig
'ReactNative': Math.round(7.5 / 10), // ... and learnig
'GraphQL': Math.round(7.5 / 10), // ... and learnig
'MongoDB': Math.round(7 / 10), // ... and learnig
'PostgreSQL': Math.round(5 / 10) // ... and learnig
}
I am a self-taught software developer mostly focused on web development and web technologies in general, and building user-centric products with excellent user experience.
I am looking to work on open source projects involving React Typescript.