Mohammad Omar

I am

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.

Age:
25
Email:
avrosabbir18@gmail.com
LinkedIn:
https://www.linkedin.com/in/mohammad-omar-faruque-ab3005120/
Phone:
+880-1521326971
Address:
Chattogram, Bangladesh
Status:
Available

Skills

I am a quick learner and specialize in multitude of skills required for Web Application Development and Product Design.

HTML 100%
CSS 90%
JavaScript 75%
React 80%
Express & NodeJS 65%
MongoDB 65%

Projects

Here are Some of my recent projects :

National Tools

A Manufacture Company Project / May 2022

Details

live link

Sabbir Enterprise

A Inventory Management Project / May 2022

Details

live link

Watch World

A Product Reviewer Project / April 2022

Details

live link

Sabbir Bake's

A Independent Service Provider Project / April 2022

Details

live link

Hall 24 Convention Center

A Convention Center Project / Jan 24 2022

Details

live link

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.