DEV Community

Cover image for 🥾 Should You Boycott a Bootcamp?
Cherlock Code 🔎
Cherlock Code 🔎

Posted on • Updated on • Originally published at evergrowingdev.substack.com

🥾 Should You Boycott a Bootcamp?

5 Things they won’t teach you at a programming bootcamp.


I had once considered programming bootcamps to be the ultimate way to become a successful software developer - until I went to one.

Now don’t get me wrong, bootcamps are a great way to start your coding journey and prepare you for your first job in software development.

And joining a bootcamp myself gave me the opportunity to move from the department I was working at, to the software engineering department.
(For context, at the time, this was the easiest way to switch to a technical career within my workplace).

So I completed the bootcamp and had a great time there. But upon returning to my new role as a Junior Developer, I realised there were a few things I needed to know that I wasn’t taught during the bootcamp.

Here are 5 things they won’t teach you at a programming bootcamp:

#1 - Writing documentation 📝

The ability to write effective documentation is a crucial aspect of software development. It not only helps other developers understand the code, but it also facilitates collaboration and communication within a development team.

Good documentation can also make it easier to maintain and update the code over time.

Bootcamps may mention this importance, but they won’t focus on documentation writing. They want you to be able to learn to build projects quickly, whereas documentation writing may take time.

So what can you do?

One way to learn how to write good documentation is by reading examples. Take the time to look at the README files on GitHub projects or from large open-source projects such as React.

And for your own projects, get used to writing documentation as you go along, such as user guides or debugging steps.

Doing this will put you on the right path to making sure your projects are easy to understand and maintainable.

#2 - The business side of software development 🗂

Understanding the business context in which software is developed, including the goals, constraints, and stakeholders involved in a project, is important but is not typically covered in bootcamps.

Although you may get some experience managing a project if you work on a team task during the bootcamp, this might not mirror a real-world business.

In a business, you will be part of a wider team where there will be many different stakeholders involved. These will be non-technical people to which you may have to explain your product to.

So what can you do?

In your projects, even if it’s only for yourself, try to think about and note down the problem that it solves.

If you had a customer, who would that person be and what needs would they require? Write down any goals you want it to achieve and limitations you can foresee.

If you can start thinking in a business context this will help prepare for what it could be like working as a software developer in a company.

#3 - Working in an Agile Environment 🔄

Similar to the last point, bootcamps won’t teach you how to work in an Agile Environment.

They may go over the basics of the software development lifecycle, and you may have to complete projects in a short space of time, but this will be far from the full process.

So what can you do?

Read resources to learn about Agile Methodologies, such as Scrum, Kanban, Extreme Programming (XP), etc.

Learn about the different phases of the software development lifecycle and which stakeholders fit into it. As when you join your first team you’ll know exactly who does what and where you fit in.

#4 - Workplace Culture 👥

In the software development industry, workplace culture can vary greatly from company to company, which is why you won’t learn about this in a bootcamp.

Workplace culture refers to the shared values, attitudes, standards, and beliefs that characterise an organisation and shape the behaviour of its employees.

Understanding the culture of a workplace is important for software developers, as it can greatly impact your job satisfaction and success.

A positive workplace culture can foster a supportive and productive work environment, while a negative culture can lead to low morale, high turnover, and decreased productivity.

So what can you do?

Before applying to a new job, take the time to research the workplace culture of the company. Seek out organisations whose culture aligns with your values and career goals.

In interviews, ask them about their culture and what support or resources they offer for learning and development.

You don’t have to take any job you are given, you want to be sure you are going to be in an environment where you will thrive and grow as a developer.

#5 - Advanced Topics 📖

Bootcamps typically cover only the basics of software development and do not delve into more advanced topics such as computer science theory, software architecture, and security practices.

Now, this makes sense as a typical bootcamp will only last about 12 weeks, so that’s not a lot of time to learn everything in the world of programming.

However, if you want to be a successful developer, then eventually having knowledge on advanced programming topics will be useful to enhance your career.

So what can you do?

Now, this is where I would usually say “read books on advanced topics” or “seek out online tutorials”, however, this time I’m going to say don’t worry.

As a new developer, there will already be an overwhelmingly large amount of things you’ll need to know just for the basics.

And in my personal experience, it wasn’t necessary to know advance topics to be able to do my job as a Junior Developer.

Over time, you will naturally come across things you don’t understand. That’s when you should take the time to research and learn more about them.

Of course you’re welcome to study whatever you like, but don’t stress if you’re not there yet - you will be, in time.


So there you have it, now you know what bootcamps won’t teach you, I guess it’s up to you to decide if they are for you or not.

Coding bootcamps are a great way to learn essential skills and prepare you for the practical reality of software development, but they’re not for everyone and they’re certainly not the only road to becoming a successful developer.

Either way, I hope these examples will help no matter what path you choose to take, and I wish you all the best on your coding journey.

From your fellow ever-growing dev,

Cherlock Code


💙 If you liked this article...

I publish a weekly newsletter to a community of ever-growing developers, seeking to improve programming skills, increase productivity and share knowledge within the exciting sectors of Tech, AI and Web3.

Get more articles like this straight to your inbox.

Let’s grow together 🌱

And stay in touch on 🐦 @evergrowingdev

Top comments (5)

Collapse
 
ehrbhein profile image
Irvin Gil

Sometimes you cant research about Work place culture. This applies for small to medium sized companies. You won't know what it feels until you're finally in there. But for large sized companies and some international ones, you can find a lot of feedback from people who previously worked there on social media groups and from Reddit.

Collapse
 
evergrowingdev profile image
Cherlock Code 🔎

That's right, it may be hard to research workplace culture for smaller companies. However, if you're lucky enough to get to the interview stage, that's a great time to ask questions about their culture and company values etc.
You can also use LinkedIn to see what the people who work for the companies you're applying for are sharing about them. I can usually tell if somewhere looks like a good place to work by the activities their employees share.

Collapse
 
ehrbhein profile image
Irvin Gil • Edited

oh you're right. Thanks for the tip. Social media posts of the people who works on the company can say a lot about what the culture and environment looks like.

Collapse
 
nicole__ profile image
Nicole S

Thanks for this! Very in depth :)

Collapse
 
evergrowingdev profile image
Cherlock Code 🔎

No worries, glad you found it useful :)