Function Pointer in CIn C, function pointers allow you to store the address of a function in a pointer variable and then call the function through the pointer…Nov 15Nov 15
Implementing JWT Token Blacklisting in NestJS with RedisIn modern web applications, securing authentication flows is critical, especially when using stateless technologies like JSON Web Tokens…Oct 2Oct 2
Automating Metadata Handling with a Custom Pipe in NestJSWhen developing backend applications, particularly with user-generated content, keeping track of who created or updated certain records is…Sep 16Sep 16
Understanding Load Balancing: A Comprehensive GuideIn today’s digital age, where applications serve millions of users globally, ensuring that they run efficiently and reliably is paramount…Aug 23Aug 23
Dependency injection in GolangDependency injection is a design pattern in software development that helps manage how different parts of a program depend on each other…Aug 22Aug 22
Understanding defer in GoIn this article, we will explore the defer keyword in Golang, its syntax, and its use cases.May 31May 31
Pointer in GoA pointer holds the memory address of a value. Pointer is represented using an asterisk (*) followed by the type of the stored value.May 2May 2
‘Hello, World!’ in golangGo is an open-source, statically typed, compiled high-level programming language designed at Google. Hello, World! is the first basic…Apr 22Apr 22
What is the OSI model ?OSI stands for open system interconnection , is a conceptual model used to describe the function of a networking system or computing…Jun 27, 20211Jun 27, 20211