SAShamaayil Ahmedinshamaayil.hashnode.dev·Apr 20, 2021 · 3 min readSetup Template Engines with ExpressLet's add dynamic data within the static views/html-pages for seamless user experience. TL;DR We've been talking about static views/pages to be parsed and routed by the express server. Template processor (also known as a template engine or template p...00
SAShamaayil Ahmedinshamaayil.hashnode.dev·Apr 13, 2021 · 2 min readExpress AppsLet's make node.js super cool, easy (whatever you call it) using express.js framework TL;DR Node.js is a platform for building the server applications which are server-side event-driven and made using JavaScript. Express.js is a framework based on N...00
SAShamaayil Ahmedinshamaayil.hashnode.dev·Mar 13, 2021 · 3 min readClient and Server in NodeJSLet's see how to create a server in nodejs from scratch. TL;DR NodeJS is mainly used to build server-side applications, which uses commonJS module systems and native javascript require method to build a server. Me Server The word "server" has multipl...00
SAShamaayil Ahmedinshamaayil.hashnode.dev·Mar 11, 2021 · 3 min readKickStart to NodeJSLet's see a JavaScript runtime which allows us to run the scripts outside of a browser. TL;DR JavaScript is ofcourse the de-facto language of browser, and these browser has javascript engine built in, for example google has v8 engine, firefox has Spi...00
SAShamaayil Ahmedinshamaayil.hashnode.dev·Feb 27, 2021 · 6 min readRedux in reactLet's see a complex state management tool used in high end react apps. TL;DR So far in recent posts we have discussed about useReducer and useContext hooks, which can't handle any complex data flow so which we move onto a third party dependency calle...00