|
| 1 | +--- |
| 2 | +title: "How to Use Codédex Alongside Your CS Classes" |
| 3 | +description: "As a college student, you can get so much use out of using Codédex alongside your computer science classes, and we will show you how!" |
| 4 | +author: Ellie Popoca |
| 5 | +seoImageLink: https://i.imgur.com/xzEtUIO.gif |
| 6 | +dateCreated: 2025-10-03 |
| 7 | +published: false |
| 8 | +tags: |
| 9 | + - Resources |
| 10 | +--- |
| 11 | + |
| 12 | +Hey everyone! It's Ellie, and chances are, you're a CS student right now a few weeks into learning how to code in your CS classes, or you're in the last couple years of school hoping to refresh yourself on all the fundamentals! |
| 13 | + |
| 14 | +Look no further because Codédex is here to help you supplement brutal CS classes with fun, interactive features to make your class experience a bit less... terrifying. |
| 15 | + |
| 16 | +## Computer Science Majors |
| 17 | + |
| 18 | +In 2025, the dropout rate for CS students was reported at 10.7%, making it the highest among all college majors. ([Mission: Graduate](https://missiongraduatenm.org/college-dropout-statistics)) |
| 19 | + |
| 20 | +This should not come as a surprise, because the classes and exams are so darn hard. We believe this is mainly because: |
| 21 | + |
| 22 | +- Steep learning curve |
| 23 | +- Overwhelming workload |
| 24 | +- Math heavy |
| 25 | +- Inteadequate support |
| 26 | +- Poor preparation |
| 27 | + |
| 28 | +That being said, we want to help you get through your CS classes with a bit more ease. |
| 29 | +## Courses |
| 30 | + |
| 31 | +### Intro Programming / CS 121 / CS 101 |
| 32 | + |
| 33 | +This is where a lot of student get their first exposure to algorithmic thinking. Many students fail if they don't actively practice coding outside class. |
| 34 | + |
| 35 | +Whether your school teaches Python, Java, or C++, we got you covered: |
| 36 | + |
| 37 | +- Python: https://codedex.io/python |
| 38 | +- Java: https://codedex.io/java |
| 39 | +- C++: https://codedex.io/cpp |
| 40 | + |
| 41 | +### Data Structures & Algorithms: |
| 42 | + |
| 43 | +This is a classic [weeder course](https://en.wiktionary.org/wiki/weeder_course) for CS majors. These classes are notoriously hard, and many students fail because they don't have enough practice with the concepts. |
| 44 | + |
| 45 | +- Data Structures and |
| 46 | + |
| 47 | +### Databases |
| 48 | + |
| 49 | +- SQL: https://codedex.io/sql |
| 50 | + |
| 51 | +### Machine Learning |
| 52 | + |
| 53 | +- Machine Learning: https://codedex.io/machine-learning |
| 54 | + |
| 55 | +### What School DOES NOT teach you! |
| 56 | + |
| 57 | + |
| 58 | +Your CS classes are going to teach you some of the concepts that, while important, aren't always applicable to what you'll be doing as a Software Engineer or as a technologist. Not only that, they won't cover a lot of the different technologies that tech companies these days are using to build applications or maintain software. |
| 59 | + |
| 60 | +Codédex is here to bridge that gap and teach you some of the real-world things you won't ever cover throughout your CS degree: |
| 61 | + |
| 62 | +- **Web Development:** We have the Web Development track where you can learn our introductory [HTML], [CSS], and [JavaScript] courses, as well as [Command Line], [Git & GitHub], [Node.JS] and [React] courses. |
| 63 | +- **Data Science:** Typically, your CS classes won't go down a specific data science track. On Codédex, learn [SQL], [NumPy], [Pandas], Matplotlib (coming this fall) to get a head start on learning more data-heavy concepts. |
| 64 | + |
| 65 | +<div style={{ display: "flex", justifyContent: "center", marginBottom: "1.2rem", transform: "scale(.9)" }}> |
| 66 | + <a style={{ all: "unset" }} href="https://www.codedex.io/courses" target="_blank" and rel="noopener noreferrer"><Button variant="yellow">Explore Coursesk</Button></a> |
| 67 | +</div> |
| 68 | + |
| 69 | +## Cheatsheets |
| 70 | + |
| 71 | +[Image] |
| 72 | +First things first, we got you with cheatsheets. Codédex provides cheatsheets for the **three** most common intro computer science classes. |
| 73 | +- [Python 1](https://www.codedex.io/assets/python-basics-1.pdf) |
| 74 | +- [Python 2](https://www.codedex.io/assets/python-basics-2.pdf) |
| 75 | +- [C++](https://www.codedex.io/assets/cpp-basics-1.pdf) |
| 76 | +- [Java](https://www.codedex.io/assets/java-basics-1.pdf) |
| 77 | + |
| 78 | +If there's one resource you'll use out of this guide, it's this one. Hang these cheatsheets up on your wall, tape them to your notebook, or keep them in a folder on your computer. These are super helpful for when you need to go back and reference. |
| 79 | +## Extra Practice |
| 80 | +Codédex gives you a few ways to practice your coding skills *outside* of class if you're interested in going above and beyond coursework. |
| 81 | + |
| 82 | +1. **Challenge Packs* |
| 83 | + |
| 84 | +Challenge packs are available for JavaScript and Python. Think leetcode-style practice problems. Challenge yourself with a few of these if you want to reach mastery on concepts like Loops, Lists, and Control flow. |
| 85 | + |
| 86 | + |
| 87 | +2. **Project Tutorials** |
| 88 | +Here at Codédex, we believe in learning by doing. Check out all the fun, outside-the-box projects we have for just about anything! They're organized by language and difficulty, so there's always something you can do that matches your skill level. |
| 89 | + |
| 90 | +These are perfect real-world projects to add to your portfolio. |
| 91 | + |
| 92 | + |
| 93 | +PLUS: We also have a "students' favorites" section so you can see what projects students specifically are making. Immediately after, add these to your resume. 😎 |
| 94 | + |
| 95 | +## Monthly Challenge |
| 96 | + |
| 97 | +Monthly Challenge: Every month, we challenge you to create something creative, unique, or even weird as you naviagte or learn a new technology or software. Plus, you can even earn a prize or two. |
| 98 | + |
| 99 | +This month, we have a Personal Portfolio challenge... |
| 100 | + |
| 101 | + |
| 102 | + |
| 103 | + |
| 104 | +## The Community Discord |
| 105 | + |
| 106 | +Join the HUNDREDS of students on our Discord channel. Just like a CS class, we have specific help channels that you can pop into to ask questions about certain concepts or topics! |
| 107 | + |
| 108 | +## On-Platform Community |
| 109 | + |
| 110 | +## Conclusion! |
| 111 | +While these are some of the main resources we have for students, our content is never ending. We're constantly updating our catalog of courses to help students like you reach their goals in passing their classes and learning new things! |
| 112 | + |
| 113 | +Do you happen to be a college student with a .edu email? You have **FREE** club access for 6 months!!! YES. We’ll cover your first semester of Codédex 😎 |
| 114 | + |
| 115 | +Get started with taking a look at our Courses page, and see what catches your eye. We're here for ya! |
| 116 | + |
| 117 | +All the best, |
| 118 | +ellie! |
| 119 | + |
| 120 | + |
| 121 | + |
0 commit comments