@farhanhasin
Staff @ freeCodeCamp ๐งโ๐ป
Software developer with a knack for learning new things and writing about them.
Nothing here yet.
Visual Studio Code is one of the most versatile code editors out there. Even though it's a code editor, the sheer extensibility of the program makes it almost as capable as some of the JetBrains products out there. In this article, I'll walk you thro...

Java has been around since the 90s. And despite its massive success in many areas, this cross-platform, object-oriented programming language is often maligned. Regardless of how people feel about Java, I can tell you from experience is that it is an ...

There's a common error that tends to stump new Java programmers. It happens when you group together a bunch of input prompts and one of the scanner.nextLine() method calls gets skipped โ without any signs of failure or error. Take a look at the follo...
