THTanvir Hossain Fahimintanvircse18.hashnode.dev·Feb 27, 2023 · 3 min readLinear Search in JavascriptSuppose someone told you to find a specific book on a table. What you will do? In general, you will look forward one by one. When you will find the book before that you will check if the book name match or not. If it does not exist there then you hav...00
THTanvir Hossain Fahimintanvircse18.hashnode.dev·Jan 12, 2022 · 2 min readCore Concepts of ReactJSX: In React JSX is the syntactic sugar of javascript. Where it looks like HTML syntax but actually it’s not the HTML. Under the hood, it used babel to convert HTML syntax into javascript. State: In react, the state is used to keep the component up...00
THTanvir Hossain Fahimintanvircse18.hashnode.dev·Dec 23, 2021 · 3 min readExpress for beginnersWhat is Express: Express in a node js framework which provides huge features to build web applications. Based on a different route, URL or HTTP call it provides different calls or actions. Besides that, it gives a middleware facility to respond to HT...00