Skip to content

πŸš€ A guide to keep on learning after Le Wagon bootcamp πŸš€

Notifications You must be signed in to change notification settings

fletchdav/after-le-wagon

Β 
Β 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

11 Commits
Β 
Β 

Repository files navigation

How to progress after Le Wagon

Hi there!

You've just finished some of the most intensive and hardest weeks of your life. But you've made it! Congratulations, you are now full-stack developers able to build great web projects from scratch.

But Le Wagon is just the beginning of a long journey. Being a developer is an incredibly rewarding position because you get to learn new things every day. But it is also a challenging role. With this repository, I want to share with you some tips and resources to keep on improving your skills as efficiently as possible.

Solve your problems alone

One of the most difficult things after Le Wagon is that you won't have teachers and TA anymore to help you every day. Of course, you have Le Wagon community on Slack but it is not as instantaneous as a ticket. After Le Wagon, you should aim at being really autonomous to solve your code problems as fast as possible. To do this, you need 3 skills:

Learn to read your error messages

During the bootcamp, you may have seen teachers solving problems you had been struggling on for dozens of minutes just by reading your error message. It takes some practice but learning how to find your error messages and how to read them will solve 90% of your problems. Sometimes it will give you directly an answer, most of the time it will narrow the scope of the problem. Good developers are (almost) always happy when they see an error message because they know it will help them solve their bug.

Become a binding.pry god

When the error message does not directly give you an answer, learn how to debug with binding.pry (or debugger for Javascript). Every time I see a bug I don't quite understand, the first thing I do is put a binding.pry in my code to see what is going on and how do my variables look like at this specific moment. With good binding.pry skills, you will rock in the developer world.

P.S: Aaron Patterson, one of the most famous Ruby developer, is a "puts debugger". It is another way to deal with errors. Enjoy this article to learn more.

Learn to Google a problem

When you are facing a problem you really don't know, get used to Google it. 99.9% of the times, you will find somebody who had a pretty similar problem on StackOverflow. Google skills are the most important ones for a developer.

How to progress after Le Wagon

Here are my personal advice on how to progress after Le Wagon. I myself did/read half of the resources and heard really good reviews from Le Wagon alumnus about the other ones. You can find free PDF of most of the following books on the web but, if you can, please support the authors ;)

Get your basics right

After Le Wagon, a lot of things look like magic because you don't have time to learn the core concepts. I found it super valuable to get back to the roots and learn more about topics not directly related to a language to get this right! If I was doing Le Wagon today, I would read the resources below directly after it.

  1. Learn the most valuable Computer Science concepts in 1 afternoon with Computer Science Distilled. Best book ever!
  2. Improve your Git level by reading Ry's Git Tutorial, it is free and amazing!
  3. Enjoy a funny dive into DevOps with The Phoenix Project

Improve your Ruby skills

If you know Ruby well, Rails will be so much easier!

  1. Read Eloquent Ruby
  2. Read 99 bottles of OOP

To go further

  1. Subscribe to Ruby Tapas

Master Rails

Because of course!

  1. Read the Rails guides
  2. Read The Rails 5 Way

To go further

  1. Read Rails Anti-Patterns
  2. Subscribe to Go Rails

Get fluent in Javascript

Javascript is primordial but you don't know it well after Le Wagon. Take some time to improve your skills.

  1. Do the free Javascript30 web course
  2. Learn the last Javascript syntax with ES6 for everyone

To go further

  1. Read the You don't know JS books

After all of this is done

Web development is full of hype. However, I would not recommend you to learn the last Javascript library (I know you want to ;) ) just after Le Wagon. Take the time to master your existing skills before diving into something more advanced alone. Below are some options for when you feel comfortable (no real reading list, I am an expert in none of these technologies).

Go back to the roots to became a real software engineer

  1. It is not too late to learn Computer Science. Here is a program I plan to do one day

Try something different in back-end

  1. Learn a functional language. Elixir and Phoenix (the most popular framework for Elixir) are great choices for Rubyist as Elixir was written by a former Rails core contributor.

Introduce yourself to data-science

  1. I am currently following the Data Analyst Nanodegree on Udacity. It have been great so far!

Focus on front-end

  1. Improve your CSS skills
  2. Learn a trendy JS library (React or Vue.js for example). Good resources include Wes Bos stuffs or EggHead tutorial. I personnaly have a EggHead subscription as it allows to quickly get introduced to new topics before going deeper by yourself if it catches your interest.

Become a mobile developer

  1. Learn React Native (and plug it to a Rails API) to build native applications on mobile

Other important resources

You should know about some resources. They will help you a ton in your code every day. Here is a list of the main ones I can think of.

Contributing

If you are a teacher, TA or experienced alumni of Le Wagon, do not hesitate to fork this repository and send me a pull request to improve this learning path. I am sure it could be much better ;)

About

πŸš€ A guide to keep on learning after Le Wagon bootcamp πŸš€

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published