BLOG

Latest Articles

Golang Zap Logger & SugaredLogger Tutorial

Dive into zap - Go's fast and structured logging solution. Explore its two logging paradigms, learn how to dynamically set log levels, format outputs, handle …

By antonyshikubu · 18 min read · GO

JavaScript Integer Division [3 Methods]

To achieve JavaScript integer division, we can make use of two static methods from the Math object - floor and trunc - and one bitwise operator - NOT. With the …

By olorunfemiakinlua · 3 min read · JavaScript

How to list users in Linux [SOLVED]

4 different methods to list users in Linux. Check /etc/passswd file, use getent command, compgen command

By omercakmak · 3 min read · Linux