scriptoplankton.hashnode.devRedux 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 ...Jan 6, 2024·3 min read
scriptoplankton.hashnode.devPosition 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...May 31, 2021·3 min read
scriptoplankton.hashnode.devHosting 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...May 31, 2021·2 min read
scriptoplankton.hashnode.devImportance 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...May 31, 2021·2 min read
scriptoplankton.hashnode.devA 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...May 27, 2021·2 min read