Category: JavaScript 101
-
Python 101: Extras
Python 101: Extras Just because you’ve completed all the extra Python lessons doesn’t mean you’re done yet! Have a look at the below challenges designed to help you take that extra step. Have a go at each project, and save the code so you can share it! Take your time, feel free to go back…
-
Get Hired 101: Ace Your Interview
Get Hired 101: Interview Congratulations – you’ve been invited to an interview with the hiring manager. How you sell yourself at this stage now is crucial to your chances of getting the job at this time. That said, the first thing you need to do is not panic. It might feel easy to feel anxious,…
-
Get Hired 101: Proactive Networking
Get Hired 101: Networking Here’s a bit of advice: don’t rely solely on job boards for finding jobs. You can apply for over a hundred jobs on Reed, Indeed, etc. and still not have a job – or even be asked to interview Why? Because job boards are designed to filter thousands of potential applicants…
-
Get Hired 101: Common Tech Jobs
Get Hired 101: Top 10 Jobs Getting into tech is seen by many outside of the industry as an incredible feat. Truth be told, it’s no harder than any other industry. There are ways to do it that work really well – and for some, that doesn’t always mean knowing how to code or build…
-
Generative AI 101: Risks of Gen-AI
Gen-AI 101: Security Risks Generative AI writes code fast. But it doesn’t always write safe code. AI-written code can, and regularly does, contain vulnerabilities, outdated practices, misused or untrustworthy libraries, and can provide some dangerous assumptions. Many people talk about how AI may one day put coders out of work. Because of issues like code…
-
Generative AI 101: Maximising Gen-AI
Gen-AI 101: Top Tips Generative AI is an incredible tool for learning to code. But like any tool, it’s important to decide how you plan to use it. If you let it do all the work, you won’t grow. But if you use it smartly, it’s like having a 24/7 coding coach in your corner.…
-
Python 101: Fundamentals
Python 101: Fundamentals Did you know that as of writing, Python is considered (by most measures) to be the #1 language worldwide? It’s arguably the most popular, the most searched for, and the most commonly taught across different classes and mediums. The reason why is simple – Python is an easy to learn, high-level language…
-
Get Hired 101: Bypass ATS Screens
Get Hired 101: Bypass ATS Getting a job in tech is simple, but it isn’t always easy. That said, many applicants fail to reach the first big step because they make avoidable mistakes in their application. Here’s the truth: your resume doesn’t need to be perfect. It just needs to match what recruiters (and their…
-
JavaScript 001: Basic Objects
JavaScript 001: Objects JavaScript is an object-oriented language, meaning objects are at the core of how everything works. In JavaScript, almost everything you interact with is an object, helping you access and manipulate data. In this module, we’ll cover the most commonly used object types, how they work, and how to use them in real-world…
-
JavaScript 001: Basic Syntax
JavaScript 001: Syntax Understanding the basic syntax of a language like JavaScript is crucial for effective coding and efficient development. However, it is also often the biggest stumbling block and a headache for newbie and pro coders alike. In this topic, you will learn the basics of JavaScript syntax. Take your time, feel free to…