- I start and end my day with handling pixels on screen, yep! I am a frontend developerπ©π½βπ»
- Have React and TypeScript in my breakfast, Tailwind CSS and Next.js in lunch and eh! Redux in dinner π₯
- In my brunch, I tried out technologies like Three.js, Framer-motion and Firebase π½οΈ
- Building projects just like having water in a day, yes! I drink and build a lot π₯€ποΈ
- Can't rest my ass all day in chair so I do aerobics every dayπ€Έπ½ββοΈ
Languages
C |
Python |
JavaScript |
Frameworks
ReactJS |
Redux |
Tailwind CSS |
Three.js |
TypeScript |
Tools
GIT |
JavaScript Functions
Functions are one of the major pillars of JavaScript. Many programming languages support various paradigms, the most well-known of which being Object-Oriented and Functional Programming. Although JavaScript can be both. Today in this blog, we will un...
Conditional Statements in JavaScript
Have you ever wondered how a computer game or program makes decisions? Or does it allow the user to decide what occurs next? There are various ways that we, as programmers, can control the flow...