Simple calculator in javascript using MVC pattern
Learn how to build a calculator app using the Model-View-Controller design pattern in vanilla JavaScript
Full Stack Engineer | RPA Engineer
I love indoor gardening beside programming. This is where I share my thoughts, projects, and learnings.
I'm a Full Stack Engineer and RPA Engineer passionate about creating efficient solutions and beautiful user experiences. When I'm not coding, you'll find me tending to my indoor garden or exploring new technologies.
Learn how to build a calculator app using the Model-View-Controller design pattern in vanilla JavaScript
Learn how to set up automated testing and continuous integration for your JavaScript projects using GitHub Actions
Understanding the double not operator and how it converts values to boolean in JavaScript
Learn how to use filter() and reduce() methods effectively in JavaScript arrays with practical examples