GGGagan G Saralayaingagang.hashnode.dev·3d ago · 2 min readDeleting the code you wrote is hardThere 's something special about writing code that comes entirely from your own thinking. Not because it 's perfect, but because every, basically, line reflects the way your mind approached the proble00
GGGagan G Saralayaingagang.hashnode.dev·Jun 17 · 3 min readFixing the Backlight Logo on the Acer Predator Helios Neo in Kali LinuxWhen you switch an Acer Predator Helios Neo laptop to a Linux operating system (like Kali Linux), you lose the official "PredatorSense" app. This means you can no longer control the glowing logo on th00
GGGagan G Saralayaingagang.hashnode.dev·Jun 8 · 3 min readThings learned by me while building Scripture app Flutter-frontend Fastapi-Backend Processing code-Python Text-DB Stuff i learnt today Json javascript object notation. Format used to send data from backend to the frontend. Features-easy,lightweight c00
GGGagan G Saralayaingagang.hashnode.dev·May 7 · 3 min readPython Library and what they doimport os - Is used to traverse through various files and create files or folders. import linecache- Is a library used to go to a specific line in a txt file, this is faster than binary search. line=l00
GGGagan G Saralayaingagang.hashnode.dev·Feb 17 · 5 min readBasic Networking CommandsNetworking commands help us check internet connection, find IP addresses, and fix network problems. Below are some common commands and what they do. ARP Command arp -rThis clears the ARP cache. It removes saved IP and MAC address entries. arp -aThis ...00