Start & finish your technical career change.
Once and for all.
Catalyst is our premier, fully immersive technical training program that equips you with a cutting-edge curriculum, a dedicated instructor, and a daily schedule to accelerate you towards your first job in software development.
Your submission has been received!
Covalence's instructors are undoubtedly what secures their program's reputation as a five-star experience and sets them apart from other options. If you are willing to dedicate personal time to your learning, this program is designed for your success.
Instructors
We've got your back – from "pizza" variables to portfolio reviews. Count on it.
Loitered around long enough until he got this job. Does a bit of everything as the resident Jack of all Trades.
Coffee connoisseur, D&D enthusiast, and SSBM expert. Consistently achieves 16 frames GALINT.
Cat dad to Lunatic (no, really) & Co., The One With Ubuntu, and the “Always Green!” Lab Review Queue.
Course Overview
Looking for more info? Here are the highlights:
Overview
Our Catalyst program specializes in training software developers with a niche focus in modern websites and web applications. As a Catalyst student, you’ll receive the absolute best that we have to offer as an educational provider – from personalized coaching and mentoring (during and after the program) to a full suite of comprehensive curriculum and supportive services.
The Catalyst Experience
This program is one-of-a-kind. It’s more than a curriculum and better than your run-of-the-mill bootcamp or college course.
Here’s what you won’t experience:
You won’t find yourself starting with 10, 20, or 30 other students all competing for the same instructor’s or TA’s time (that graduated one month before you started), and you don’t have to be in any particular location (we’re fully remote). You won’t be quizzed on arbitrary knowledge you can Google. You won’t be graded on technicalities that you’re still learning. You won’t “fail” out if you fall behind. You won’t find yourself struggling alone.
Here’s what you will experience:
You’ll pick your start date, and wherever you may be, whenever you’ve finished our super-simple admissions process, you’ll start. As a student, you’ll join daily office hours with your instructor, and you’ll see who else is currently in the same section of the curriculum as you (study buddies!). You’ll be able to schedule 1:1 coaching sessions with your instructor, and you’ll receive personalized, private code reviews for each major lab assignment from your instructor. You’ll be pushed, challenged, and (sometimes) frustrated as you inevitably struggle, but we’ll still be here to help – from start to finish (which is a job, not a certificate).
We expect a lot from our students. We treat you like an adult, not a child. We’re not going to coddle you. You don’t get points for showing up and doing the bare minimum – you have to do the work. You also don’t “get good grades” for perfection. Instead, you’ll get real experience as a budding software developer. Build your portfolio. Showcase your creativity, your work ethic, and your interests. Let us (and future employers) know who you are through what you do. If you’re signing up for our Catalyst program, you’re signing up for what will likely be the most rigorous educational experience of your life. It can be overwhelming at times, but that’s why we’re here – to help you through it.
It’s our job to make sure you land your next one. If you’re up for it, let’s catalyze your career change, together.
We're catalyzing your career change, not ours.
We've been there. We get it. And we can help.
You're sick of tutorial hell.
Your bundle of discount Udemy courses was a great deal in the moment, but just one more course, certification, or guide isn't going to defeat your imposter syndrome. We can.
You're tired of uncertainty.
Take the guesswork out of what you need to learn first (or next), and let an experienced instructor review your work to make sure you're on the right track from start to finish.
Your degree is deadweight.
We're not selling you hopes and dreams on a piece of paper with no path to follow after you receive it. We're teaching you how to achieve them yourself with tools and tech relevant in the 21st century.
You're committed and ambitious.
But you need someone (like us) to point you in the right direction, help you avoid common pitfalls and detours, and guide you all the way to Destination: Developer.
You're tired of waiting.
You've had the itch your entire life. Technology has always been your thing, and your instinct & intuition has always led you to question if there was something more there... Spoiler alert: there is, and we can help you discover it.
You're ready for change.
No more what if's, coulda shoulda woulda's, and no more false starts. You're ready to change your life, love your job, earn enough to thrive (not just live), and find a supportive community along the way. We hear you, and we're here for you.
Start building your tomorrow today.
No more procrastinating. Discover the Covalence Advantage for yourself.
What's in a course?
Curriculum, of course. Here's ours:
Getting started
Learn about all the necessary onboarding info you’ll need to quickly set up all the programs and processes we use while you’re enrolled at Covalence. As you're getting started, we’ll also give you some insight into how you can get help when you need it, and what resources are available to you as a Catalyst student.
Intro to HTML, CSS, and JavaScript
No mystery here. Module 2 builds the foundations for front-end web development: HTML, CSS, and JavaScript. We'll work through simple concept labs to build your first website, style it with CSS, and add some basic functionality with JavaScript.
Intro to Bootstrap, the Document Object Model (DOM), and jQuery
Module 3 expands the foundations you set in Module 2, starting with one of the most popular CSS frameworks (Bootstrap) to allow your websites to look better than raw HTML, and then we expand our JavaScript knowledge with your first introduction to the manipulating the Document Object Model (DOM) natively and with jQuery, which is your first foray into JavaScript libraries.
Advanced JavaScript Techniques and Development
With the basics out of the way, Module 4 is where the rubber meets the road with more advanced JavaScript techniques. You'll learn all about async functions, scope, promises, closures, spread operators, template literals, and more – everything you need to know to really understand and use modern JavaScript, not just copy and paste it from Stack Overflow.
Building with the Fundamentals of React
Module 5 is all about one of the most popular JavaScript libraries in the world right now – React.js. We've been teaching it since 2018, and we keep our curriculum up to date with the latest version changes and improvements the React team has made over the past several years. We'll start simple with concepts and architecture of a React web application, and from there we'll teach you how to set up the proper Hooks, state management, and more.
Building your own server & API with Node.js and Express
Once we round out Front End Development with React, we make our way over to the server-side, still in JavaScript with Node.js and Express as our back-end framework. We'll set up routes, APIs, and start letting the data flow from the front to the back end of our applications. There's not as much "visualization" to this section of the curriculum, but we'll teach you how to figure out what's going on with plenty of console.log()'s and Postman tabs.
All of the above ... now with TypeScript
JavaScript's popularity is not always well-received with programmers and institutions that rely on more stringent (less dynamic) languages to ensure proper code etiquette and cleanliness – that's where TypeScript swoops in to save the day. It's the best parts of JavaScript with the best parts of a more strongly (or static) typed language, like C#/.NET or Java, and the best part is that it's a superset of JavaScript – which means that if you know JavaScript, learning TypeScript is pretty easy and makes your life a lot easier. So that's what we do… teach JavaScript, then rehash all of the previous module topics in TypeScript.
Add a relational database, 3rd-party APIs, & user authentication
A front-end and back-end is only as good as the data that it's showing – or retrieving from other services – so we'll teach you how to set up and manage your own relational databases with MySQL, along with some basic ETL protocols and stored procedure techniques to make your life a little easier. Our speciality isn't in database management, so this introduction is intended for web developers that need to set up Full Stack applications – or work in a team that manages their own. You'll also learn how to send transactional emails with Mailgun, process payments with Stripe, and control access to your applications with user authentication protocols.
Start building your tomorrow today.
No more procrastinating. Discover the Covalence Advantage for yourself.
Average? Anything but.
Let's both agree to not settle for average anymore.
Still skeptical?
Don't take our word for it. Take theirs:
Starting Covalence was something I was nervous about at first. I had no coding experience whatsoever before Covalence and was somewhat blindly jumping in. The pre-work had me hooked from the beginning. Tic tac toe was a huge challenge early on, but learning how to find solutions and think critically really gave me a rewarding feeling. After that, things with the program got harder on paper, but easier on the mind. Once you have the confidence in yourself, and the team at Covalence behind your back, it is hard to not succeed. The job hunting process was made much easier by the final project at Covalence. Having a full stack application to show off made landing interviews easy work.
I really enjoyed my time at Covalence. The videos were very well done, and the labs did a good job of assessing my knowledge of the material. I can’t say enough good things about the instructors. They let me know (literally every day) they were available for any questions I had. They made sure I knew the fundamentals and were positive and encouraging when I was having difficulty with some concept. They were instrumental in helping me set expectations for implementing features in projects, completing projects, and all throughout the job search experience. I felt I was well prepared for searching for jobs, and was hired within a few months.
Becoming a developer was something I had wanted to do for quite some time, but was unsure of how to get there. Having already gotten a degree in accounting, I didn't feel like going back to college was the right choice for me at this time, both for financial reasons and the time investment required. Luckily, a friend recommended Covalence to me and it sounded like the right option. Overall, I would definitely recommend the program to someone who is looking for a way to transition into the software engineering world, especially if they already have a passion for it. I'm not sure I would have ever gotten to this point on my own and for that I am very grateful for Covalence.
Covalence was, in a word: Awesome. It was the most empowering feeling to look back on what I had a accomplished over the past 3 months. Coding is hard, it just is. It takes work, especially if you’re like me and had never read a line of code before. I was constantly at the edge of my abilities. But, now that I’ve been through it, I have a much stronger mental resolve. My long-term goal is to be an iOS engineer and, thanks to everyone at Covalence, I know that what I want isn’t out of reach.
Covalence has been an invaluable and well-rounded learning experience for me. I consider myself tech-savvy, but not a gadget geek by any means, and Covalence had a great mix of easy-to-follow video lectures and labs, while also challenging me to find my own answers as I progressed through the curriculum. It became evident that this was their intention: you can’t always have the answers provided to you, so you as the developer need to go out and find them sometimes. I felt like I wasn’t simply being taught to be a developer, I was learning on my own how to be a developer.
Covalence's Catalyst program is one of the best investments I've made in my education and career. That may be a bold statement, but I'll explain why in just a moment. As someone who spent over 6 years in the mechanical engineering industry followed by a season in entrepreneurship, Covalence made the most sense for me after a post-pandemic career change.
If you do not have software experience and you want to learn how to code, this is the program for you! If you have experience and want to continue your learning, this program is for you. The full time program is a lot of work...you have to put in the time and the effort to learn. The content and course work builds upon itself seamlessly, and the instructors are there for you every step of the way.
Joining Covalence to learn how to code is one of the best decisions I've ever made. I was in retail/food service for 10+ years before deciding to learn how to code, and Covalence was exactly what I needed. The way they have their courses set up build perfectly to teach you what you need to know. The people they have teaching and meeting up with you are super helpful and knowledgeable. I would absolutely recommend Covalence to anyone interested in coding!
Covalence was one of the best choices I've made for my career. They provided training and insight into cutting edge tools for web-based software development. The instruction was excellent, and I could tell they really care about their students. They also have a vibrant online community on Discord, where instructors, fellow students, and alumni can help each other solve problems and learn, or even just chat. I was very impressed, and their Catalyst course was critical in helping me land my first job in web development. I can't recommend Covalence highly enough.
Start building your tomorrow today.
No more procrastinating. Discover the Covalence Advantage for yourself.
We're only interested in making one dent in the universe: yours.
We're not interested in pumping and dumping widgets, services, NFTs, cryptocurrencies, or The Next Big Thing (TM). We're interested in helping you start and finish what might ultimately be the most important [career] chapter in your entire life.
We don't take that responsibility lightly, and we understand how difficult it can be to put that kind of trust in someone else - especially when that someone is found on the internet.
That's why we don't hide behind legal-ese, job guarantees that can be fulfilled on technicalities, or statistics that can be smudged to make our students' results seem better than they actually are.
We do what we say we're going to do, and we read the Fine Print upfront and out loud. We provide you with the best curriculum we can create, amazing instructors to help you through it, and as many additional resources as we can to help you catalyze your career change.
That's not a guarantee. It's a promise.
Common questions
You’ve got questions. We’ve got answers, even if they aren’t listed here. If you can’t find what you’re looking for, apply for free and ask us in your scheduled consult. We're happy to help.
The tuition for our Catalyst program is $9,600, and you have multiple options to pay for it.
- You have can make a one-time upfront payment, or you can split it into 12 monthly installments of $800/month through our Tuition Installment Plan with Leif.
- You can finance it with a 36-month fixed-rate loan through Ascent. Payments are typically $300-$400 per month, depending on the interest rate and amount financed.
- You can choose an Income Share Agreement (ISA) or Contingent Payment Plan (CPP) through Leif. For both of these options, you only make payments if your gross earnings meet or exceed $3,333.34 or more per month.
Each option has its pros and cons based on your personal situation, and we can help you evaluate which option might be best for you in our initial consultation during your personalized admissions process.
Yes, after successfully passing your final assessment, we issue your “Antidegree" Certificate of Completion. It means basically nothing, like most degrees, but we issue it anyway because recruiters, employers, institutions, and governing bodies often require it so that they can verify you actually completed our program. Your skills post-graduation are far more important than this certificate, and that's what we focus on while you're enrolled with us at Covalence.
Hell no. Didn't your momma ever tell you if something sounds too good to be true, it probably is! You’re the only one that can “guarantee” your success. We can help prepare you for it to the best of our ability – and we have a great track record at doing that – but we can’t guarantee it, nor will we ever try to sell you that marketing venom.
Unlike most of our competition, we focus our attention on individual student outcomes, not cohort statistics. However, if you ask, we'll probably tell you if we know it. Most people only care about time-to-job and starting pay, and since 2015, our alumni start earning around $60k/year (before benefits) in their first position after graduation. Many of our alumni are significantly above that now. It takes most students around 3 to 4 months to land their first job after graduation, and that’s predominantly in the southeast United States. Obviously, those are averages, and each student has a unique experience; your mileage may vary, but we promise we'll do our best to well-equip you for that journey.
It’s up to you – it’s the same curriculum, service, payment options, and certificate. The only real difference is how much time you’re willing to commit to your education. For full-timers, we expect 40 hours/week at a minimum. That puts you on pace to finish within 3 or 4 months. If you work at half that pace, it should take you twice as long, so if you have other stuff going on (job, family, etc.), part-time may be a better choice.
We price our tuition based on:
(a) What we believe is a fair value exchange. We acknowledge that most people going through this type of program can't afford college or >$20k upfront tuition costs (which are just ridiculous), but they also can't afford the opportunity cost of struggling along.
(b) We're much smaller, more nimble, and therefore have a much better cost structure than those other programs, but that also means we have to be creative in our curriculum creation, service implementation, and feature augmentation (like with Higgs, for example). In other words, we strive for excellence, and we do more with less.
Over 90% of your tuition goes directly into the payrolls of the people teaching you and creating content and services for you. It's not buying back stock, paying for a massive office space to rent, churning through employees like livestock, or launching our own company valuation into the stratosphere.
We're a calm, cool, and collected company trying to provide a great, meaningful place to work and help other people. Our team members have been with us for years. We've had zero turnover and zero layoffs through COVID, the most recent recession(s), and we're not slowing down any time soon.
Why? Because this strategy works, and we're in this for the long haul. It keeps us alive so we can keep serving more students, and these business results yield better student outcomes for you.
We run our business and our educational programs differently and more efficiently than our peers - and 9 times out of 10 - we're also providing better education, curriculum, and services than they do anyway. I've talked to alumni from other institutions that paid over 2x our tuition and they didn't learn TypeScript or how to write simple SQL statements.
But if you're so concerned about the correlation between quality and price of tuition, we'll gladly match anyone that charges more than we do because we're still going to do a better job than them.
We just feel like our price is a fairer exchange.
Are you trying to become a software developer?
Are you trying to either land a job or build a business that pays you enough money to live - preferably significantly more than you earn now with better benefits?
Have you tried to teach yourself all this before but got lost in the sea of courses, flash sales, YouTube tutorials, and off-the-cuff personal opinions?
Are you the type of person that needs a fire under your ass to get up and actually produce results, even if it's for yourself?
Would you benefit from real, human interaction and instruction that can give you personal feedback, reviews, and constructive criticism and direction while you're learning a new skill set before you're expected to produce results on the job?
Have you considered going back to school to get a degree in computer science, information systems, etc. but you don't understand why it's so damn expensive, how anyone has the time to do it, or how the end result would be different than spending a few months with the fine folks at Covalence teaching you the same concepts and materials?
If you answered yes to any of those questions, you already know the Catalyst program is the right choice for you. All you have to decide is whether or not you really want to do it.
This depends on the pace you choose when you enroll.
One of the great advantages you have as a student at Covalence (vs our competition or college) is that we don't just kick you out if you fall behind or if life gets in the way of your studies temporarily. As long as there is a clear, two-way street of communication and you're making steady progress through Catalyst, we will allow full-time students to take up to 6 months or part-time students to take up to 12 months to complete the program before we have to consider any kind of deferment or extended payment options.
We do this because we understand each student's situation is different, and everyone is facing their own struggles in life. That's often especially true for prospective students seeking some sort of accelerated career change. We don't want our self-imposed constraints and criteria to create more impediments to that change; we want to facilitate it as much as possible. To do that, we meet you where you're at now, and we work with you as much as we can to be flexible and accommodative (within reason, of course).
This doesn't mean you can enroll then loaf around or ghost us. We do have attendance and communication requirements, and we expect constant chatter about your work while you're enrolled. It just means we treat you like an adult. We don't coddle anyone here. Because that's not what happens when you're actually employed as a software developer - or for anything else, for that matter. You're expected to show up, do the work, and be professional, and those are the same expectations we set for you while you're enrolled with us at Covalence.
We're not trying to load you up with a bunch of student loans, get you across the graduation stage as soon as possible, and rinse and repeat with the next herd of indentured alumni to satisfy our ever-growing coffers.
We're teaching you a trade – albeit a very technical one – and the only way that's useful is if you can use it. We want to get you through this as quickly and efficiently – both from a time and financial commitment – so you can put your newfound skills to use in the workforce. That's what matters.
And that's why we don't care if it takes you a few months longer to "get it". Forget the grades. Forget the percentile rankings and standardized test scores. Let's get to work.
Nope. Our Catalyst Prep course teaches you everything you need to know to start. It lays the foundations of HTML, CSS, and JavaScript for you, and it lets us know exactly what you know before you officially enroll.
If you do have some prior experience or if you've done some tutorials or courses in the past, that's great - it usually helps in the early stages of the curriculum - but it's not required.
Most of our students have attempted to learn how to write software before on their own, either through DIY-self-help guides, courses, or low-cost guided tutorials on Codecademy, Treehouse, Khan Academy, freeCodeCamp, Udemy, etc. (Some of our past students actually went through some of our competitor bootcamps, but they had such a terrible experience they decided to hop over to us instead. We won't name names though. That would be too easy.)
All of those resources can be great, but most people that utilize them don't nail the landing - i.e., they never really got out of tutorial hell, nor did they make a successful career change.
That's what we explicitly avoid.
So if you're just curious and want to learn a bit about how the worldwide web works, sure, go scratch that itch with free resources or low-cost courses. There's nothing wrong with that.
But if you do and you're still wondering where to go next to turn it into something more... well, you'll know where to find us. ;)
A stable internet connection, a decent computer, a great attitude, a sunny disposition, and an unwavering work ethic. We'll take care of the rest.
Meet the Team
At Covalence, you're not supporting Mega Corp Inc. or an Ivy League institution with a ludicrous endowment. You're supporting a small business whose success depends on yours, and that makes all the difference.