Latest

Javascript Solid Principles

Javascript Software Architecture

Javascript Solid Principles

SOLID is an acronym that represents five fundamental principles of object-oriented design and programming. These principles aim to create maintainable, extensible, and testable software systems. The SOLID principles are: {{< gallery dir=“pdf/javascript-solid-principles” class=“” height=“400” width=“400” webp=“true” command=“Fit” option=“” zoomable=“true” >}} 1. Single Responsibility

By Harendra - Full-Stack Developer
Streamline Logging In Golang: Boost Performance And Debugging

Golang optimization

Streamline Logging In Golang: Boost Performance And Debugging

Logging is an essential aspect of software development, aiding in debugging, monitoring, and understanding the flow of an application. In Golang, effective logging practices can significantly enhance performance and streamline debugging processes. This article explores techniques to optimize logging in Golang, leveraging its native logging capabilities. {.gif} Introduction to Golang

By Harendra - Full-Stack Developer