GSGambhir Sharmaingambhir.hashnode.dev路Jul 10, 2023 路 4 min readAI is changing the way we write code.Introduction Welcome to the age of Artificial Intelligence (AI), where robots have taken over our kitchens, cars drive themselves, and chatbots are becoming our best friends. But wait, there's more! AI has also invaded the realm of coding, transformi...00
GSGambhir Sharmaingambhir.hashnode.dev路Oct 14, 2022 路 1 min readModifying data in C++There are two ways to pass value or data to functions/objects in C++ language: call by value and call by reference. The original value is not modified in the call by value but it is modified in the call by reference. By Value When an object is passe...01G
GSGambhir Sharmaingambhir.hashnode.dev路Jun 15, 2022 路 3 min readPenguin in CSS 馃惂馃帹I am making this blog for mainly two reasons. Firstly to explain how to make a Penguin in CSS ofcourse馃槄. And secondly, I want to improve my communication and writing skills. So let's begin 馃槈 馃懚Basic starter Let's make some basic elements in our a...02DE