JavaScript: Swiss Army Knife of Programming Languages

Search for a command to run...

No comments yet. Be the first to comment.
The Change In Behavior GitHub Copilot is a fantastic tool. I have used it since the closed beta, and it has become part of my daily process. I enjoy opening the GitHub Copilot Chat view after working on a file and asking, "Is there any other suggeste...
Recently, I have been looking for ways to optimize my Stream Closed Captioner application. During one of my typical scroll-throughs of my Following lists and other sites, I discovered Nebulex. Nebulex, a local and distributed caching toolkit for Eli...

Phoenix Channels are amazing. They make using WebSocket connections a breeze. They are even more lovely using them with Absinthe, a GraphQL server implementation, and GraphQL Connections. But over time, I discovered Phoenix Channels has a downside. I...

https://www.youtube.com/watch?v=2peiqLuKKgs Supporting resource for my talk at GraphQL Summit, "Understanding GraphQL Security: Protecting Your Server from Abuse" Resources https://docs.google.com/presentation/d/1n57LAAscp3KpWydJ8SkfRj4Bd4Vi8oxQDoe...

You'll love the GitHub Command Palette if you're looking for a way to navigate, search, and run commands on GitHub with just your keyboard. This feature is currently in public beta, and it lets you access any page or resource on GitHub with a few key...

When you first start your adventure in learning how to program one of the first languages that I would most likely recommend to you is JavaScript. But why? The simplest reason I could give to you would be, "because learning to make a webpage come alive is a good way to start learning." But for a more detailed explanation, JavaScript only requires a browser to run, can be developed in online tools (like https://codesandbox.com), you can use your existing computer (no high-end computer needed) and seeing your code come alive in the browser is such a satisfying experience and a great feedback loop. But there is another deeper reason I think JavaScript is a great starter programming language...
That's right, with JavaScript you can do so much more other than build webpages. Typically everywhere you go on the interwebs will almost always focus on that with JavaScript you can make a webpage. But there is so much more fun you can have and I want to take some time showcasing some of the things you can build with just one programming language. So let's get started.
Yeah, we just talked about this. BUT I just wanted to take a moment to highlight all the different frameworks and tools you can use to build a website with a single language.
For a new programmer getting exposure to different libraries and frameworks with the varying designs and implementations can be a great learning experience. I believe it can be very valuable to see how there is more than one way to solve a problem and design a system.
Yep, using JavaScript you can make apps for iOS and Android. I think it's so cool that you can take a single language and then go from making websites and then make a mobile app. For new programmers, it helps diminish the scariness of trying to learn Kotlin, Swift, Objective-C, and Java just to make an app. Instead, they can build one using JavaScript and the framework of their choice. If they enjoyed it, it serves as the launching pad to doing much more. If you feel ready to tackle mobile development with JavaScript check these out:
After you dip your toes into JavaScript and get more comfortable with the language. You can then branch out and use that knowledge to make an entire web application. Ever wonder how to make a user login system? Or how about a chat application? Or make your own blog? Do one of those API things that you read about? Well, you can learn to build all that using the language you already know with Node.js. Here is a couple of frameworks you can check out to get started:
Ever thought it would be cool to do that "smart home" thing? How about making your own claw bot or making your own musical shows? Enter in Johnny-Five! Johnny-Five is the JavaScript Robotics & IoT Platform that will do just that. Get hold of an Arduino board and start hardware hacking away and make interesting new things. Here are ideas and resources to get you started:
Thanks to Noopkat -Suz Hinton for the resources!
I don't intend this to be a complete guide to what libraries you should use or frameworks to pick. Use the ones that make sense to you or have the best guides or tutorials you like. But what I do want you take away from reading this is that JavaScript is more then just a thing to help build webpages, it's the "Swiss Army Knife of Programming Languages."