I'm Faria Begum Riya, software developer based in Dhaka, Bangladesh.This is my digital space where I write articles mostly about coding.
Since you are here, would you like to play a favorite game of mine?
My take on solving the Gilded Rose refactoring problem using the strategy pattern technique with JavaScript.
Advices from Robert C. Martin's book Clean Code about writing clean functions. Writing clean function is essential to keep code maitainable and scalable.
The Proxy is a standard built-in object introduced in ES6. It acts as a gatekeeper for an object. Let's look at some where Proxies can be useful.
A slider micro-interaction built with React. We will build a tree animation that grows with slider change.Using react-transition-group library build a smooth UI interaction.
Small delightful micro-interaction truly shows you care about small details that gives joy. We will create an animated checklist using simple CSS techniques.
We'll build a React-based widget and bundle it with rollup. Then use this bundled widget to embed it in any JavaScript based application.