About me
Hello! I’m Mohammad Omar Faruque.
I am passionate about Web Design & Web Development. I'm CS graduate from International Islamic University Chittagong. I am learning core web development concepts & shaping myself towards being successful one. I am a quick learner and a team worker that gets the job done. I can easily capitalize on taking challenges & pushing myself about exploring tech worlds.
Skills
I am a quick learner and specialize in multitude of skills required for Web Application Development and Product Design.
Projects
Here are Some of my recent projects :
Blog
Programming
JS vs NodeJs
Javascript is a computer language used for building scripts on websites & NodeJS is a Javascript runtime environment. Javascript can only be used in browsers, but with the help of NodeJS, it can be used outside of them. JS is commonly utilized in client-side, whereas server-side Nodejs is commonly used.
REACT JS
What is Context API?
The React Context API is a way for a React app to effectively produce global variables that can be passed around. This is the alternative to "prop drilling" or moving props from grandparent to child to parent, and so on. Context is also touted as an easier, lighter approach to state management using Redux.
Web Security
Authorization vs Authentication
Authentication confirms the identity of the user & Authorization sets what resources a user can access. Verification of users verified Authentication process & users are validated in Authorization. Authentication happens before Authorization & Authorization starts after Authentication.