Currency Converter: A Browser Extension
June 12, 2020· 7 min read
Currency Converter: A Browser Extension
June 12, 2020· 7 min read
Currency Converter: A Browser Extension
April 12, 2020· 7 min read
Configure React from ground up using Webpack and Babel
March 25, 2020· 4 min read
The Open/Closed Principle (OCP) is the SOLID principle which states Software entities (classes, modules, functions, etc.) should be open for extension but closed for modification.
March 25, 2020· 3 min read
In programming, the Single Responsibility Principle states that every module or class should have responsibility for a single part of the functionality provided by the software.