About 37 results
Open links in new tab
  1. 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 possible for us to …

  2. 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 phone, …

  3. Understanding Hex Color Codes - Code Conquest

    But it’s likely you have no idea what a hex code means or how it’s generated. Learning this is surprisingly easy and satisfying, and once you’ve got your head around it you’ll be able to write your …

  4. Free Binary Tutorial - Code Conquest

    Binary code is at the absolute heart of anything that goes on inside a computer – and yet it’s something that most code tutorials don’t cover. Here’s an explanation of the fundamentals of binary.

  5. Client Side vs. Server Side - Code Conquest

    Most web coding languages are designed to run on either the server side or the client side. This largely defines how they work. Here are some examples. Client Side Languages Client side development is …

  6. Introduction to Web Development - Code Conquest

    No matter whether you’re looking for a career or just want to learn coding, learning how to develop for the web is for you. It’s one of the smartest decisions you will ever make!

  7. How Binary Code Works and How Computers Use It - Code Conquest

    Mar 15, 2021 · Computers store data using binary, a series of 1's and 0's, but what does that mean? Learn how binary code works in this guide!

  8. Advanced Coding Concepts - Code Conquest

    Now’s the time to introduce yourself to some advanced coding concepts – like software design, MVC, code commenting, test-driven development, agile development and more.

  9. What is Syntax, Semantics, and Other Coding Concepts? - Code …

    Jun 16, 2021 · Just starting your coding journey? You may wonder, what is syntax? What does it do, and why does it matter? This guide explains all.

  10. The Zen Of Python Explained With Examples - Code Conquest

    Apr 16, 2023 · This article discusses the zen of Python with examples to make understand how you can write better code in Python.