SKSravanthi Kuruvainsravanthi.hashnode.dev·Feb 3, 2024 · 1 min readBack End with NodejsWhat is a Website and Web Application? Website:- A set of pages of information on the internet about a particular subject, published by a single person or organization. Examples:- Wikipedia, News, Blogs Web Application:- A web application is a comput...00
SKSravanthi Kuruvainsravanthi.hashnode.dev·Feb 2, 2024 · 3 min readReact Js End - EndWhat is React Js? React is a JavaScript-based UI development library. Although React is a library rather than a language, it is widely used in web development. So, this is used for a single-page application. Create a User Interface from components....00
SKSravanthi Kuruvainsravanthi.hashnode.dev·Feb 2, 2024 · 1 min readJava Script End -EndWhat is JavaScript? Technology is generally used to describe a webpage functionally or behavior.00
SKSravanthi Kuruvainsravanthi.hashnode.dev·Feb 2, 2024 · 1 min readData Structures And AlgorithmsWhat is Data Structure? Way to organize the data, so that we can use this data efficiently. What is an Algorithm? Steps on the process of arranging the Data. Operations Of Data Structures Traversal Insertion Deletion Searching Sorting Merging ...00
SKSravanthi Kuruvainsravanthi.hashnode.dev·Feb 2, 2024 · 1 min readCss End To EndCSS(Cascading Style Sheet) Box Sizing:- Box sizing has two values, box-sizing: border-box; width + padding + border = actual width of an elementheight + padding + border = actual height of an element on an element, padding and border are included in ...00