SASandeep Ashokinscriptoplankton.hashnode.dev·Jan 6, 2024 · 3 min readRedux vs Redux ToolkitWhy Redux or RTK? In the world of front-end developement, state management is crucial for creating scalable applications. Redux has been popular in this domain for along time and its popularity led to creation of redux toolkit. In this blog, we will ...00
SASandeep Ashokinscriptoplankton.hashnode.dev·May 31, 2021 · 3 min readPosition Property in Cascading Style SheetsSo, what is a position ? The position in CSS is a property that defines how an element is positioned in the document with respect to the normal document flow, the top, right, bottom, and left properties defines the final location of the positioned el...00
SASandeep Ashokinscriptoplankton.hashnode.dev·May 31, 2021 · 2 min readHosting your site on NetlifyWhat is Netlify? Netlify is a web developer platform that multiplies productivity. It enables a 10x faster path to much more performant, secure, and scalable websites and apps. Setting up Netlify: If you are not an existing user click on sign up , r...00
SASandeep Ashokinscriptoplankton.hashnode.dev·May 31, 2021 · 2 min readImportance Version ControlWhat is Version Control? GitHub is often reffered as Version Control Firmware. Version control means, taking snapshots of files at different stages. When a team is involved, many people will have their version of changes introduced to version contro...00
SASandeep Ashokinscriptoplankton.hashnode.dev·May 27, 2021 · 2 min readA Blog on REPLit.comWhat is Replit ? Replit.com is a simple yet powerful online IDE (integrated developement environment), Editor, Compiler, Interpreter, and REPL (read–eval–print loop). Code, compile, run, and host in 50+ programming languages. Setting-up your Repl: R...00