Go - (8) Advanced Functions

Higher Order Functions (HOF) We can pass functions as data to another function. A function that takes in another function as a parameter or returns another function is called a Higher-order f...
0 Read More

User Management in Linux

User Management in Linux
Linux is a multi-user operating system, meaning multiple users can operate on a system simultaneously. Proper user management ensures security, controlled access, and system integrity. Types o...
0 Read More

Go - (9) Pointers

Pointers Here we talk about the usage of Pointers in Golang. We don't discuss pointer theories. A pointer stores the memory address of another variable. โ›ถx := 5 // value of x is 5 y := x /...
0 Read More

Day 148/365 (Learning full stack)

Day 148/365 (Learning full stack)
Today's progress: โœ…Learned about strings in JavaScript. โœ… Revised previous concepts. โœ… Practiced questions for better understanding. Getting hands-on! 100DaysOfCoding #Coding ...
0 Read More