4learners.hashnode.devDon't just stare at your Linux terminalAs a developer shifting to Linux as my primary operating system has been one of my the best decision. It not only gives you complete control of your system but also let's you learn a lot about how operating systems work underneath. Of course you will...Apr 5, 2025·4 min read
4learners.hashnode.devHow is Consistency?I believe that whoever coined the phrase “Consistency is the Key” had experienced the staggering power of consistency. A single ant may not be that powerful An army of it is capable of killing a snake. Similar is the power of many days, many months a...Apr 1, 2024·2 min read
4learners.hashnode.devChip component with Search filter - Part 1What are we building ? https://www.loom.com/share/7d54b6006a7242c19f58514739889d25?sid=f313cb47-2fc6-47be-9964-8c1a92d0231e Go visit site at Chip component with search filter. Project setup Create a new vite project run npx create-vite@latest my-vi...Jan 21, 2024·4 min read
4learners.hashnode.devHow to setup your NodeJs project with TypeScript?I am going to teach you how to setup your nodejs project with typescript. Why TypeScript? TypeScript is JavaScript with static typing, allowing you to define the type of variables at compile-time. This helps you to catch errors during development an...Jan 11, 2024·2 min read
4learners.hashnode.devCoding Flux - A Collaborative Web EditorCodingFlux Appwrite Hashnode Team members: Nishant Sharma Description of the project: Features : 1. Multiple people can type and edit code simultaneously in the editor while seeing the live preview. Great for long-distance pair programming a...Jun 15, 2023·3 min read