SSSuprabha Supiinsuprabhasupi.hashnode.dev·Jan 29, 2023 · 4 min readGithub TipsThis article is for beginners as well as for the experts 😉, as this is going to help you to avoid all the pitfalls that could lead to a failure state. Here, you will learn efficient ways to start the projects and push them into Github/Gitlab. Let’s...00
SSSuprabha Supiinsuprabhasupi.hashnode.dev·May 17, 2022 · 3 min readPure vs Impure FunctionsThese are the two terms that you always hear in a programming language called Pure and Impure functions. You know Pure Function is always dependent on arguments and there should not be any side effects. What hack is Side Effects? ☠️ When you try to ...02IC
SSSuprabha Supiinsuprabhasupi.hashnode.dev·May 8, 2022 · 1 min read7 Productive website for web developersHello devs 🙋🏻♀️ Here, I found pretty amazing websites. These sites will definitely increase your productivity by 100% 🚀 1️⃣ Embeddable Widget Apps for Notion Add 3rd party apps embed or create a custom embed for your Notion Document. 2️⃣ Carb...02ME
SSSuprabha Supiinsuprabhasupi.hashnode.dev·Apr 26, 2022 · 2 min readUnderstand HTTP CORS RequestYou always used HTTP methods like GET/POST/PUT/DELETE, there is one more methods called OPTIONS which used to execute prior to GET/POST/PUT/DELETE methods. What is CORS 🤔 Cross-Origin Resource Sharing (CORS) is an HTTP-header-based mechanism that a...00
SSSuprabha Supiinsuprabhasupi.hashnode.dev·Apr 23, 2022 · 2 min read11 Productive Websites for Web DevelopersFound amazing resources which will save you tons of time as a web developer and increase your productivity👇 1. Unminify This tool will unminify, reformat, and reindent ugly JavaScript, CSS, HTML, XML, and JSON code, making it readable again. 2. Fav...06AMADP