shubhsharma19.hashnode.devFix the Wifi/Bluetooth Not Working Issue in Laptop.Intro If you're a Windows 11 user who's been going through the frustrating issue of Wi-Fi and Bluetooth randomly disconnecting, you're not alone. I've been there too, trying every trick from the internet which I could find, from updating drivers to r...Sep 24, 2024·2 min read
shubhsharma19.hashnode.devProgramming Languages that Developers should Explore in 2024-2025: Stay Ahead of the CurveTypeScript As a superset of JavaScript, TypeScript adds static typing, making it easier to catch errors early in the development process. Most of the companies that utilize javascript in their tech stack will always prefer some type safety in their c...Jul 23, 2024·2 min read
shubhsharma19.hashnode.devBest JavaScript One Liners that You Must KnowIntroduction JavaScript offers powerful techniques that can be used to to do very complex tasks in one line, these can be called one-liners. These are short lines of code that can perform complex tasks, making your code compact. Especially while work...May 21, 2024·4 min read
shubhsharma19.hashnode.devFoundations and Essentials for ReactWhat is react? A javascript library made by facebook and which is used to create large complex user interfaces of frontend. Why to learn react? Makes it easy to build complex frontend UI. Modern UIs are built using libraries instead of making them fr...Apr 28, 2024·4 min read
shubhsharma19.hashnode.devSelf taught developers should avoid these traps1. Tutorial hell trap I think this was very obvious but still wanted to add this as well in this list. When you will be learning to code there will be a phase of your learning journey when you will get stuck in this for atleast once. Tutorial hell is...Apr 21, 2024·3 min read