Ssuryainhtml-article.hashnode.dev·Jun 6, 2023 · 2 min readCreate VsCode ExtensionTask: To Create a Simple Node JS Express Code Snippet Extension for VsCode. Steps: 1) Before We begin to start You have to check out the documentation of vs code extensions given below- https://code.visualstudio.com/api/get-started/your-first-extensi...00
Ssuryainhtml-article.hashnode.dev·May 26, 2023 · 2 min readAPI'S, Web Sites VS Web AppsWebsite vs Web Application Website: Static HTML pages like blogs, portfolio websites... Web Application: Dynamic behavior and can install as an application like youtube, LinkedIn... A web application consists of 3 parts: 1) Frontend (java, react, ang...00
Ssuryainhtml-article.hashnode.dev·May 22, 2023 · 1 min readAdd Custom Fonts to tailwindcssGo here https://fonts.google.com/ and copy link tags of whatever font you want. Add those links to the index.html file <link rel="preconnect" href="https://fonts.googleapis.com" /> <link rel="preconnect" href="https://fonts.gstatic.com" crossori...00
Ssuryainhtml-article.hashnode.dev·May 21, 2023 · 3 min readReact Router DOMwhat is Routing? Routing is a process in which a user is directed to different pages based on their action or request. ReactJS Router is mainly used for developing Single Page Web Applications. To work with routers in React we have a package called "...00
Ssuryainhtml-article.hashnode.dev·May 9, 2023 · 2 min readhtml,cssweb server: On the hardware side, a web server is a computer that stores web server software and a website's component files (for example, HTML documents, images, CSS stylesheets, and JavaScript files). A web server connects to the Internet and suppo...00