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.