About 144 results
Open links in new tab
  1. What is Coding? - Code Conquest

    What is coding? You’ve seen the craze for learning code. Coding is what makes it possible for us to create computer software, apps and websites. Your browser, your OS, the apps on your …

  2. How Coding Works - Code Conquest

    Put simply, a programming (or coding) language is a set of syntax rules that define how code should be written and formatted. Thousands of different programming languages make it …

  3. Common Coding Languages - Code Conquest

    Common Coding Languages discusses various programing languages that you can start with in your coding journey.

  4. Common Coding Mistakes and How to Fix Them - Code Conquest

    May 6, 2021 · It’s one of the most common coding mistakes that leads to messy syntax and can also result in broken logic. It’s best to be as detailed as possible with variable names, without …

  5. Coding Quizzes - Code Conquest

    These tutorials will give you a taste of binary code and four widely used website languages. If you decide you want to dig deeper, each tutorial finishes up with details on how and where to learn …

  6. How to Plan a Coding Project - Code Conquest

    To plan a coding project, there are several stages you must go through. You should decide what to make, design the end result, plan your code, identify extra things you need to set up, and …

  7. Introduction to Web Development - Code Conquest

    A lot of people learn web coding because they want to create the next Facebook or find a job in the industry. But it’s also a good choice if you just want a general introduction to coding, since …

  8. Free Binary Tutorial - Code Conquest

    Binary code representing numbers is pretty uniform – there’s only one way to do it. However, there are multiple methods of representing letters and symbols in binary code.

  9. Guide to Code Commenting

    This is when you turn a block of code into a comment because you don’t want that code to be run, but you still want to keep it on hand in case you want to re-add it.

  10. Advanced Coding Concepts - Code Conquest

    Code comments are notes throughout your code that don’t have any effect on your program, but explain to humans how your program works. This guide explains how to do it well.