isha2800.hashnode.devLoops in Go!Before moving to loops lets just write a simple code in go, this will revise our basics. Complete the function printNumber which takes an integer input from the user and prints it on the screen. package main import "fmt" func main(){ printNumber() }...Apr 13, 2025·4 min read
isha2800.hashnode.devGo - Basic Input/OutputGo is like the perfect blend of simplicity and power. It’s clean, fast, and built for scale — making it a solid choice whether you’re cracking coding interviews or building real-world backends.Feels almost like Python but compiled and fast like C++. ...Apr 6, 2025·5 min read
isha2800.hashnode.devWhat is Currying in Javascript?Once upon a time there lived two curious man in a village, Moses Schönfinkel and Gottlob Frege. Moses and Frege were curious about life, nature and its mystery. They developed the idea of writing a function which can take any number of arguments and ...Aug 26, 2024·2 min read
isha2800.hashnode.devCSS-FilterAt first, it may look like a video but my friend. This is CSS. Check Out this code pen, This is pure magic of css and css filters. https://codepen.io/isha28/full/dyLYQpX This is a simple Html/CSS code. The steps to create this exact thing are as fo...Mar 7, 2024·3 min read
isha2800.hashnode.devMaster the Javascript Interview: Functional ProgrammingThis is a Hottt topic in JS world. What is this? Why is this? And How is this? We will see this all along with some popular practice Questions more like a challenge for you. One thing about the interview is, It Looks scarier than IT IS. In this c...Jun 2, 2022·4 min read