tech guide

What is git? Why we use GitHub

GitHub is a platform by which you can collaboration and version control your project. That enables you & your team to remote collaboration on...

How do I turn off refresh rate hz that is always showing on MSI Monitor Screen

I recently got a new MSI optix G241 monitor, and on a left corner of monitor their is a screen refresh rate been showing. Let's...

Implementation of stack using linked list with code example

Basic idea behind on How to write a program for linked list implementation of stack. Stack Program using Linked List concept Steps The Code push() function must...