2 min read

Introduction to Node JS

Introduction to Node JS To understand Node.js, let’s know JS (JavaScript) first. Javascript began its journey in 1995. JS allows the implementation of complex features like dynamic content, controlling multimedia, animating images, and async network […]

3 min read

Magento 2: Create a Custom Log File

Logging is essential for the development and execution processes. Magento 2 itself logs the different content on the respective log file. For example, Magento 2 logs any runtime exception into the exception.log. These errors can […]