Codesmith is a coding school redefining the way software engineering is taught. Codesmith offers full-time (13-week) and part-time (38-week) remote software engineering immersive programs as well as a full-time NYC Onsite program. Codesmith focuses on concepts and technologies such as full-stack JavaScript, computer science, machine learning, Dev Ops, React, and more. The immersives are advanced residencies designed to help individuals launch meaningful, high-level...
Codesmith is a coding school redefining the way software engineering is taught. Codesmith offers full-time (13-week) and part-time (38-week) remote software engineering immersive programs as well as a full-time NYC Onsite program. Codesmith focuses on concepts and technologies such as full-stack JavaScript, computer science, machine learning, Dev Ops, React, and more. The immersives are advanced residencies designed to help individuals launch meaningful, high-level careers in software engineering.
The Codesmith admissions process involves a written application with optional coding questions, a nontechnical interview, and a technical interview. Codesmith offers a number of free resources for preparing for the admissions process including in-person and online coding workshops, a 2-week online prep course (CS Prep), and an online JavaScript learning platform (CSX).
Codesmith offers extensive career support that guides residents through resume development, interview strategies, salary negotiation, and more. Residents receive career support for life whether they are on their first job search, second job search, or beyond. Plus, the supportive Codesmith community encourages learners to tackle unique and unfamiliar problems, important when preparing for the ever-changing tech landscape. As shared in the most recent CIRR outcomes reports (Jan-June, 2022), more than 80% of Codesmith graduates were employed in the field within 6 months of graduating. Across all full-time immersive programs during this period the median salary for Codesmith graduates was $127,500. The median salary for part-time remote immersive graduates was $137,000.
When it comes to tuition, Codesmith payment options include upfront payments, monthly installments, and financing through Ascent Funding, Codesmith’s loan partner. In addition, eligible students can apply for several different scholarship options at Codesmith.
Codesmith also offers a two-day JavaScript for Beginners online course, as well as CS Prep, a 2-week program offered online and designed to prepare you for Codesmith’s Software Engineering Immersives. Further, you can join their free CSX learning platform and attend any of Codesmith’s free weekly workshops to learn more about its programs and build software engineering fundamentals.
A great and accurate descriptor for the experience I've had and the people I've met on this journey!
There are three things that I think set Codesmith apart, and are things that I would like to highlight for people wondering why they should choose Codesmith over other programs.
Curriculum integration:
There is no shortage of options out there for fullstack engineering...
A great and accurate descriptor for the experience I've had and the people I've met on this journey!
There are three things that I think set Codesmith apart, and are things that I would like to highlight for people wondering why they should choose Codesmith over other programs.
Curriculum integration:
There is no shortage of options out there for fullstack engineering programs, and a lot follow a similar or identical tech stack to the one you will receive here, but Codesmith's execution in this respect is what sets them apart. Here, Codesmith focuses on two key elements to progress you through the program’s completion. These are pair programming and collaboration. The core curriculum is divided into units, and each unit covering a web technology is followed by a pair programming session with another resident to complete a related challenge. This strengthens your technical communication; you are challenged not only in putting into practice what you just covered, but also navigating the communication required to effectively present the concepts of the technology and your thought process to another engineer. Once you move into the projects phase, you are placed groups with other residents in order to prepare you for the collaboration that will be required of you at a job, when you’re working as part of a team. It’s also important to note that the projects aren’t given to you, like assignments would be, but instead are ideas and tools that you and your group come up with and decide to work on.
Hiring program:
When considering what you’ll learn from an engineering program, usually the focus is on the tech stack and the technical skills you’ll pick up, but Codesmith has a period of time set aside for something just as important for people who will be entering the job market. Navigating this market, and standing out in it requires a different kind of preparation, and a professional presence that not many take the time to craft. Codesmith educates its residents in everything from crafting distinguished resumes, to increasing conversion rates through strategically composed applications, to tightening communication and confidence throughout the interview process. The best part of it is that the support doesn’t stop once you graduate. Codesmith continues to follow up as you go through the application process, and give you feedback, and offers help through things like mock interview practices and emotional support.
Community:
I’ve saved community for last because I believe it’s all-encompassing, and is probably the best descriptor of what really glues all the best parts of Codesmith together to create the best engineering program experience. It is not an exaggeration for me to call Codesmith a family. If you’ve ever had the chance to come to a few of the meetups hosted by them, you can get a glimpse of the strong sense of community between everyone involved at Codesmith, residents, staff, alumni, and visitors alike. This is something that is nurtured every step of the way during your time as a resident in the program. The pair programming, the group projects, the support encouraged between not just the staff and residents, but also between the residents as well. This sense of community carries on way after graduation, with a strong network of alumni and staff that are always happy to help in any way they can.
Above and beyond is really the only way I can describe my Codesmith experience. My time there has marked a clear distinction in my life as far as the person and engineer I was before, and the person and engineer I've grown into by having gone through it. It has been the most challenging and most rewarding investment I've made in my education and professional development. It requires a great level of grit and perseverance, for sure, but when you emerge on the other end, you do it with a family of peers and supporting staff that provide you with a sense of community, and with the technical knowledge and experience to know that any engineering challenge you face is just another obstacle like the many ones you've just surpassed.
There are so many more things I could say about Codesmith, but I hope this review helps anyone condering taking this next step in their career.
Super cool place. 10/10
I only had minor experience with Python (and no JS experience) before starting CS prep Dec 2018. Spent ~2 months after that studying alone (with the occasional JS – The Hard Parts lecture visits) and then started at Codesmith NY in Feb 2019. ~5 months later had software engineer job offers from Microsoft and Google.
CS prep is good, but I'll write about the Immersive program here. Ultimately, I think Codesmith works well because it's very careful...
Super cool place. 10/10
I only had minor experience with Python (and no JS experience) before starting CS prep Dec 2018. Spent ~2 months after that studying alone (with the occasional JS – The Hard Parts lecture visits) and then started at Codesmith NY in Feb 2019. ~5 months later had software engineer job offers from Microsoft and Google.
CS prep is good, but I'll write about the Immersive program here. Ultimately, I think Codesmith works well because it's very careful during its admissions process to find people that are a fun combination of prepared, curious, and comfortable with not knowing things.
Some thoughts for prospective students:
-Not a program where you "learn to code" from zero. You definitely DON'T need to be an expert, but to pass the entrance interview you'll need to be pretty familiar with JavaScript (closure and how to use it, recursion, array methods, call stack. Do CSX exercises for a good idea of what to expect).
-More important than knowing a bit of JS is being a reasonable person that is okay with the discomfort of "not knowing" or being wrong. I was asked to come back for a second interview to see how I would react when given a problem I didn't know how to even begin solving (was asked to write a function that, given a string, outputs an array of all unique permutations of the characters in that string. Way beyond what I was comfortable with at that time, did not get a working solution but had a fun conversation with the interviewer about different parts of the problem). What’s great about this is that you can be confident your fellow students are going to be the type of people that are happy to work through lots of difficult problems together.
-The curriculum includes the fairly standard array of webdev technologies(JS/HTML → React/Node → Mongo/Redis/SQL), but it covers them in only ~4 weeks while also including sections on testing, and deployment (with AWS and Docker). I had never used anything past JS/HTML before starting, keep in mind.
-That said, the program is about projects, not lectures. If you want to build things and are looking for people to work with or ideas to get started, this is a great place. You’ll spend many weeks building things (mostly developer tools) that you’ll be initially convinced you’re not capable of building.
-Besides the crazy ambitious projects and the cool people, the hiring portion (including interview prep) is the other great thing about CS. Non-obvious (and apparently super effective) strategies on how to prepare for all aspects of the job hunt from resumes to phone screens to onsites and salary negotiations.
Summary:
If you’re looking to become a solid software engineer as quickly as possible, Codesmith is probably the best way to do it. If you're not sure, go to a JS - Hard Parts meetup and talk to the people there. Good luck!
Codesmith is a very fast-paced agile environment, In order to make the most out the curriculum you better be prepared and have some experience with the technologies covered
Dear Prospective Software Engineer,
I was in your shoes for the first half of 2018, looking for a Bootcamp to fast track myself towards a career in software development.
I finally decided on Codesmith (for reasons I will describe below), and got admitted into the program in November. Six life-changing months later, I accepted an offer as a mid-level Software Engineer in July 2019.
A little context first: I have spen...
Dear Prospective Software Engineer,
I was in your shoes for the first half of 2018, looking for a Bootcamp to fast track myself towards a career in software development.
I finally decided on Codesmith (for reasons I will describe below), and got admitted into the program in November. Six life-changing months later, I accepted an offer as a mid-level Software Engineer in July 2019.
A little context first: I have spent my time at Codesmith as a Resident (3 months) and a Teaching Fellow (3 months), experiencing the program both as a participant and a facilitator. This has given me the unique privilege of seeing 5 separate cohorts (over 60 residents) with little to no software engineering experience come into the program and go on to earn 6-figure salaries as Mid-Senior level Software Engineers (check out the CIRR report on Codesmith- https://cirr.org/data, and https://www.codesmith.io/graduate-outcomes). I think there are 4 specific parts of the Codesmith program that leads to these accomplishments:
First, Codesmith sets you up for success before you even join the program. For evidence of this, look no further than the free advanced JavaScript workshops (check out https://codesmith.io/coding-events), free exercises on CSX (https://csx.codesmith.io/) and Bootcamp prep course, CS Prep (https://www.codesmith.io/bootcamp-prep). All of these serve as community-building (you will meet many of your future cohort -mates), and to prepare you for the technical interview to gain acceptance into the program.
The interview itself is quite challenging and might even require more than 1 attempt, but you will be gauged on qualities that are markers for success in the program and in your career as a software engineer (technical communication, problem-solving ability, and approach to tackling unfamiliar concepts). I urge you to attend any of these free JavaScript workshops for an insight into the excellent pedagogy and supportive culture at Codesmith (make sure to stay for drinks afterward on Thursday night! =D).
Second: Pair Programming and working in groups. Almost the entirety of your residency at Codesmith will be spent working with a partner or in a group. There’s been a deliberate decision to make almost every part of the program collaborative, as this reinforces the qualities needed to succeed as a software engineer. How do you prove your expertise when doing interviews for software engineering roles? By technically communicating software engineering and web application concepts, much as you did in your first 6 weeks at Codesmith. When you get hired as a Software Engineer, you will almost definitely be working as a part of a team in an agile environment- much like you will in your last 6 weeks at Codesmith. Your experiences at Codesmith will translate directly to real-world benefits in both applying for engineering jobs, and excelling at them.
Third, the creation of Open Source Developer Tools. In the last half of your program at Codesmith, you will be tasked with creating an Open Source developer tool, going from conception to working product in less than 4 weeks. It is absolutely a difficult endeavor, but the rewards are well worth it.
While most Bootcamps have simple CRUD applications as their capstone projects, building developer tools gives you deep, specific knowledge on key web application concepts. This will also help you gain real-world engineering experience while working in an Agile environment, and is a huge reason why Codesmith grads get placed in Mid-Senior developer roles out of the gate.
Finally, the hiring program and post-program support. I feel like this is Codesmith’s best-kept secret, and is worth the cost of admission alone. Applying for engineering roles requires a different set of skills than being able to carry out the job itself. Most of the program takes care of the latter, and the hiring program tackles the former. You will learn everything from crafting incredibly effective resumes and structuring your applications and outreach messages to acing your interviews, eloquently discussing your software engineering narrative, and the all-important salary negotiations. These are all invaluable skills that will carry you from your first mid-senior engineering gig through the rest of your software engineering career. After the program, you will have bi-weekly check-ins to gauge your job application process leading up to your first job placement.
If you are driven and intrinsically motivated to progress as a Software Engineer, Codesmith will give you all the necessary tools and resources to succeed. But keep in mind, this drive and motivation is essential. The program is undoubtedly tough from admission to graduation, and expecting to be spoon-fed information will only lead to disappointment.
Being persistent and working hard to improve yourself and your peers, however, will lead to success both during your time at Codesmith, and in your career as a Software Engineer- I’ve seen it happen time and time again.
Note: If you’re interested, I highly recommend visiting https://codesmith.io/coding-events for the next Hard Parts. The in-depth JavaScript knowledge you’ll gain from these workshops is invaluable, regardless of whether you choose to attend Codesmith.
I went through Codesmith essentially twice - as a resident and as an engineering fellow after graduating. In both situations, I got so much more out of it than I ever expected to. I not only ended up becoming a software engineer but found a place that truly felt like home.
My first exposure to Codesmith was through JSHP and was immediately impressed by how much detail the instructors went into for core concepts in JS. At the time, I wasn't even looking for a program, just an oppo...
I went through Codesmith essentially twice - as a resident and as an engineering fellow after graduating. In both situations, I got so much more out of it than I ever expected to. I not only ended up becoming a software engineer but found a place that truly felt like home.
My first exposure to Codesmith was through JSHP and was immediately impressed by how much detail the instructors went into for core concepts in JS. At the time, I wasn't even looking for a program, just an opportunity to meet other engineers and network. However, the level of commitment Codesmith had for developing the community around the free workshops made me realize it was something different. Additionally, the fact that both Will and Phil were willing to help me even before I considered applying proved how unique of a place Codesmith is. The one key phrase that I kept hearing stood out to me: Developing yourself but never at the expense of somebody else. I was already nervous enough considering switching career fields, but that phrase really provided solace. I eventually applied and got accepted into the program.
Residency: The residency is extremely challenging and back-breaking. There is no other way to say it. However, the feeling that you will get from tackling those challenges trumps everything. While doing the residency, I finally understood why Codesmith was on a different caliber than other programs (i.e. Hack Reactor, Flatiron...etc). A really big portion is the production project where we focus on building developer tools that other engineers use. It might not even be on at technology taught in the program. Ultimately, it boils down to the community. You will face a tremendous amount of doubt, trying to justify why you deserve to be in the program while continuously fighting imposter syndrome and simultaneously digesting overwhelming amounts of information. Even though the curriculum is tough, it's nothing compared to the emotional aspects that come along with it that you'll need to manage. However, as cliche as it sounds, it's the community that will carry you through. You're amidst people who are just as passionate and ambitious as you and that's going to make you work harder. What makes it special though is that everyone is mutually invested in your success are you are in theirs. That reciprocity results in you learning and growing even though you might feel like you aren't. The residency teaches you not only the core curriculum but also what it means to be someone of value personally and professionally. You eventually learn to leverage grit, frustration, mentorship and perseverance as traits that are going to make you invaluable as an engineer.
Fellowship: I was extremely fortunate to be asked to join the team after graduating as an engineering fellow. As a fellow, you are not only working on Codesmith's platform (i.e CSX), but also mentoring the residents. Doing the fellowship made me realize just how much work went into forming this community. I knew every team member works extremely hard but I didn't realize the amount of dedication it took behind the scenes to make Codesmith what it is. Having to actually represent Codesmith made me realize there were so many things I took for granted. I thought doing the residency was challenging, doing the fellowship took it to a whole other level. However, I am so glad I did as I learned just as much if not even more than the residency. I essentially went through the program again but this time through the lens of an instructor. Having that change in perspective makes you mature extremely fast technically. Beyond the technical growth, working with the team was one of the best parts. It's common to hear that good work culture in a company often translates into strong performance. Working at Codesmith was the epitome of that. As challenging as doing the fellowship was technically and emotionally, knowing the team always had my back made me realize I found a family that valued me for who I was. Not a lot of companies are able to provide that.
Having gone through essentially a full circle, Codesmith is where you want to be if you want to become a software engineer. However, beyond that, Codesmith is a place that will grow you personally and professionally in ways that that other programs can't
My first exposure to Codesmith was through hardparts on Thursdays. I did not start until a few months later, but when I did, it was not an easy process. To help with this, Codesmith provides everyone with many great resources like CSX to help you grasp the fundamentals of Javascript.
Once you get in, it does not get easier. Being a software developer is not only to test if you make a simple website, but how data structures can make your program faster, how each technology you use...
My first exposure to Codesmith was through hardparts on Thursdays. I did not start until a few months later, but when I did, it was not an easy process. To help with this, Codesmith provides everyone with many great resources like CSX to help you grasp the fundamentals of Javascript.
Once you get in, it does not get easier. Being a software developer is not only to test if you make a simple website, but how data structures can make your program faster, how each technology you use affects your program differently, and how to scale efficiently. This is where Codesmith comes in, teaching not only how to make websites, but also other CS fundamentals as if you were pursuing a CS degree in college so we as engineers can make educated decisions ourselves in our own projects/products.
Now you may be wondering what happens after you graduate. Your time with Codesmith does not end. They will continue to support you. They also have a strong community filled with passionate software engineers so you are able to meet other residents besides the ones in your own cohort to see what their experiences were like.
One of the best parts about codesmith, in my mind, that separates it from other bootcamps is the culture of engineering excellence. Technical communication, and engineering empathy (not being a dick) is a big part of the screening process on who they accept into the program, so when I started with my co-hort, I was surrounded by incredibly talented peers to work alongside. That being said, it is incredibly challenging. There is little to no hand-holding, which makes the struggle all the mo...
One of the best parts about codesmith, in my mind, that separates it from other bootcamps is the culture of engineering excellence. Technical communication, and engineering empathy (not being a dick) is a big part of the screening process on who they accept into the program, so when I started with my co-hort, I was surrounded by incredibly talented peers to work alongside. That being said, it is incredibly challenging. There is little to no hand-holding, which makes the struggle all the more satisfying when you make it out on the other side, and ultimately is what forged me into the engineer I am now. Can't say enough about this place, the people, and how it has changed my life.
You will come out with a much deeper understanding of JavaScript under the hood 10/10
I first came across Codesmith through their free JavaScript Hard parts meetups (which I highly recommend you go and check out) and the first thing that impressed me early on was the clarity and interactive teaching style of Phil (Lead in NYC) and Will (CEO) on advanced topics such as async & promises, closures, higher-order functions. Going to these meetups helped tremendously in my decision to go to Codesmith as you get a preview of the lectures, people (a lot of the cohort comes from...
I first came across Codesmith through their free JavaScript Hard parts meetups (which I highly recommend you go and check out) and the first thing that impressed me early on was the clarity and interactive teaching style of Phil (Lead in NYC) and Will (CEO) on advanced topics such as async & promises, closures, higher-order functions. Going to these meetups helped tremendously in my decision to go to Codesmith as you get a preview of the lectures, people (a lot of the cohort comes from the meetups) and environment. To give a better context to my review, I focused on three things during my decision process for picking a coding bootcamp:
Needless to say Codesmith exceed my expectations and hit all of major concerns. To start with the curriculum, every day for the first hour of the day you have an algorithm problem and the approach lecture for the problem the day before. You spend the first 4 weeks doing 2 day units which consist of lectures, skill-builders (solo-work) and pair-programing unit challenges. Most of your “learning” comes from these pair-programing challenges which encourage you to problem-solve by struggling and talking out things with your partner. (There is a clear focus on technical communication.) There’s also constructive feedback after each session so you’re constantly improving your teamwork and coding skills. An important note: things are not hand-fed to you. This approach makes you a capable of learning new things really quickly but just know that you will go through a confidence rollercoaster during the course of the program (Will even has a chart that he provides the on the first day). The rest of the program consist of the project phase (3 short term ones and your production project, which will take 4-5 weeks). These are great way to experiment, dive deep, and build your expertise in certain technologies. They are all impressive (check out Codesmith’s website for examples) and a notable experience to talk about when on an interview.
What makes the program so powerful is that the community of the instructors, fellows, the non-technical staff, and the rest of the cohort. Every person is expertly selected to preserve the Codesmith community and culture, and, I’ve never seen a more dedicated and caring workforce. The teaching fellows are there to do the approach lectures and to support you throughout the entire process and they spend hours with you going over material, questions you may have, and even theorizing about a particular approach or current hot topic. There are also periodical check-ins with the staff on how you are doing with the program, and they are always available to you to resolve any issues you may have. A new cohort starts every six weeks, and Juniors and Seniors are in the same space, so you’ll get plenty of opportunity to meet/network/mentor with more developers before and after you. The small class size, long hours, and plenty of group projects makes it easy to bond with your cohort group. It was only 90 days but it felt like we were together for many years. There’s also a great alumni network that’s available online and in person (there were always a few alumni visiting during my time there).
Towards the end of the program they start the hiring program which has on-going support after graduation and is led by Will and Eric. It’s another thing that sets Codesmith apart from the rest. They give you knowledge and practice on building your resume, how to interview, how to approach the job search, and how to negotiate salary (Listen to Eric on this – he coaches you what to say and what to expect and it is 100% on point). There are mock interviews, and check-ins, and slack channels that will be your coding and job-search bible. On top of that, there’s always someone on staff (or fellow cohort mates) to guide you throughout the whole process.
You can read about the outcomes report on Codesmith here (https://cirr.org/data) and certainly do your research (got to meetups and info sessions) but I can honestly say that Codesmith changed my life. Its staff, approach to education, and community are top notch. It was definitely one of the toughest things I’ve done but it was also one of the most rewarding. The hesitation toward joining such an intense program is valid but if you commit yourself to those 90 days, Codesmith will change your life. I am sure it.
Steer clear of Codesmith if you're not ready to be challenged! Over 12 grueling weeks, you will be primed to tackle algorithmic challenges and pick up new web technologies (React/Redux/SQL/noSQL) at breakneck pace. The fact that each member of my cohort was able to hold his/her own - despite the unrelenting pace of the curriculum - is testament to the dedication of and empowerment fostered by the instructors and teaching staff who give the program its momentum. Career-wise, the support I h...
Steer clear of Codesmith if you're not ready to be challenged! Over 12 grueling weeks, you will be primed to tackle algorithmic challenges and pick up new web technologies (React/Redux/SQL/noSQL) at breakneck pace. The fact that each member of my cohort was able to hold his/her own - despite the unrelenting pace of the curriculum - is testament to the dedication of and empowerment fostered by the instructors and teaching staff who give the program its momentum. Career-wise, the support I have received from Codesmith (in addition to the numerous networking opportunities during the course of the program) has been invaluable and will be very encouraging for those seeking opportunities in the software dev market for the first time.
As a side note, consider taking the associated 2-week CSPrep program before tackling the 12-week program head-on; I myself enrolled in it and could not have found a better way to ready myself for the Javascript curriculum that's the cornerstone of the Codesmith program.
I'm writing this review as I finally cleared my background check for my mid-level offer after 1 month of graduating from Codesmith in order to shine light for those who are in my position 4 months ago.
In that sense, I'll speak to what I wish I would have read before making the leap to Codesmith. If you're reading this, you've probably narrowed down your choices to the top bootcamps - Fullstack, HR, App Academy - but maybe you've heard of Codesmith or went to JS the Hard Parts. T...
I'm writing this review as I finally cleared my background check for my mid-level offer after 1 month of graduating from Codesmith in order to shine light for those who are in my position 4 months ago.
In that sense, I'll speak to what I wish I would have read before making the leap to Codesmith. If you're reading this, you've probably narrowed down your choices to the top bootcamps - Fullstack, HR, App Academy - but maybe you've heard of Codesmith or went to JS the Hard Parts. That was me and I was ready to go to Fullstack until I went to one workshop and immediately changed my mind.
To me the big 3 differentiators of Codesmith are:
1. Results.
In the end, that's what we care about right? Codesmith has been consistently getting its graduates 6 figure salaries and now they have the audited data to prove it. If you go to CIRR, you can see their average salary way over any bootcamp in NY, and I believe the US. Some bootcamps even started leaving off their results because of how bad it's gotten. As I recently interviewed, I can speak to why - the industry is getting fierce as bootcamps and colleges are churning out more and more grads. While other bootcamps stayed complacent, Codesmith innovated - as the hiring program is phenomenal and is not comparable to anything else offered. Other bootcamps just tell you to make your resume look pretty and give you mock interviews but Codesmith's hiring program seriously prepares you to not only pass the interviews, but to get the interviews - which is the most important part. Coming out of a bootcamp, especially with no experience, you're already going to have a hard time getting interviews but not Codesmith grads. Some people in my cohort had to disable their notifications because they were getting spammed with interview requests by recruiters.
2. Community
Well, now you're probably wondering if Codesmith has such great results, why aren't they as well known as all the others? Well, its because Codesmith doesn't go for guerilla marketing like others. When I was googling coding terms, and even now, I couldn't go 5 minutes without seeing a Fullstack Academy ad. When I finished Hack Reactor Prep, I couldn't go 5 days without seeing an email reminder telling me to sign up for the next cohort. Why? Because those bootcamps were acquired and are incentivized work to increase their bottom line and churn out grads. I didn't want to feel like I was just another face in a sea of students. Codesmith doesn't do guerilla marketing and keeps its cohorts small, having only 2 in person running at each time. One in their senior phase, to mentor the juniors, who are in the beginning phase. That way education quality is upheld, more individual attention can be given, and everyone forms lasting relationships.
3. Project
If you check out the Codesmith projects, you'll realize why grads get only mid level offers or higher. Instead of building some slack/airbnb clone or some random thing no one will ever use, grads are building developer tools that people actually use. Trust me - when your interviewer hears that your project was starred by core team members of the framework you're USING - I promise you they'll be impressed.
In the end, if you work hard enough, you can join the Codesmith family of software engineers, all whose lives have been changed by this experience. I encourage anyone out there learning to code to keep working hard, and come to a Thursday night workshop at Codesmith and see what it really is all about!
Employed in-field | 80.1% |
Full-time employee | 77.4% |
Full-time apprenticeship, internship or contract position | 0.7% |
Short-term contract, part-time, or freelance | 1.7% |
Started a new company or venture after graduation | 0.3% |
Not seeking in-field employment | 0.3% |
Employed out-of-field | 0.3% |
Continuing to higher education | 0.0% |
Not seeking a job for health, family, or personal reasons | 0.0% |
Still seeking job in-field | 19.6% |
Could not contact | 0.0% |
How much does Codesmith cost?
Codesmith costs around $20,925. On the lower end, some Codesmith courses like JavaScript for Beginners cost $350.
What courses does Codesmith teach?
Codesmith offers courses like CS Prep , Full-Time Remote Software Engineering Immersive, Global Part-Time Remote Software Engineering Immersive, JavaScript for Beginners and 1 more.
Where does Codesmith have campuses?
Codesmith has in-person campuses in New York City. Codesmith also has a remote classroom so students can learn online.
Is Codesmith worth it?
The data says yes! Codesmith reports a median salary of $133,281 and 82% of Codesmith alumni are employed. Codesmith hasn't shared alumni outcomes yet, but one way to determine if a bootcamp is worth it is by reading alumni reviews. 541 Codesmith alumni, students, and applicants have reviewed Codesmith on Course Report - you should start there!
Is Codesmith legit?
We let alumni answer that question. 541 Codesmith alumni, students, and applicants have reviewed Codesmith and rate their overall experience a 4.89 out of 5.
Does Codesmith offer scholarships or accept the GI Bill?
Right now, it doesn't look like Codesmith offers scholarships or accepts the GI Bill. We're always adding to the list of schools that do offer Exclusive Course Report Scholarships and a list of the bootcamps that accept the GI Bill.
Can I read Codesmith reviews?
You can read 541 reviews of Codesmith on Course Report! Codesmith alumni, students, and applicants have reviewed Codesmith and rate their overall experience a 4.89 out of 5.
Is Codesmith accredited?
Codesmith is approved to operate by the California Bureau for Private Postsecondary Education. For more information visit: https://codesmith.io/regulatory-information
Just tell us who you are and what you’re searching for, we’ll handle the rest.