IIshainisha2800.hashnode.dev·Apr 13, 2025 · 4 min readLoops 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() }...00
IIshainisha2800.hashnode.dev·Apr 6, 2025 · 5 min readGo - 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++. ...00
IIshainisha2800.hashnode.dev·Aug 26, 2024 · 2 min readWhat 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 ...00I
IIshainisha2800.hashnode.dev·Mar 7, 2024 · 3 min readCSS-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...00
IIshainisha2800.hashnode.dev·Jun 2, 2022 · 4 min readMaster 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...00