Finding motivation when hitting a wall

Hi guys,

How was just wondering how you guys dealt with hitting walls in coding…
I mean, I’ve done a 2-3 weeks pose as I’m hitting a wall with generating PDF.
refer to Chris Toomey’s video Generating PDFs With Rails | Online Video Tutorial by thoughtbot
It’s a but higher than my level and I was not able to follow accordingly, So I went to ask my friend Google and found a couple of tutorials but still… Would a bootcamp help? What to you think? Which tactics did you use to regain motivation?

Rodolphe

1 Like

Hi Rodolphe,

First, it’s okay to feel confused and stuck while learning these sorts of things. In fact, it’s an important part of the process, feeling confused is often what happens before you learn something new. Working as a developer you have to get comfortable with heading into unfamiliar territory and facing problems that don’t have obvious solutions.

Sometimes the best thing to do is to step away from the code itself and instead try and think about the problem in a different way. Drawing out a representation of it on paper or a whiteboard, or writing out metaphors to describe it can all be useful for some people. Doing this can give the analytic part of your brain a bit of a rest and gives your subconscious some room to try and process the problem a bit further.

I also recommend going back and working on something that isn’t quite so challenging for you, but was challenging for you maybe a few days or a few weeks ago. Reviewing something like this can be a good way to see how far you’ve come in a short time and give you a bit of a confidence boost.

1 Like

Dear Matthew,

Thank you for your advice and insight. I am taking a step away indeed. For the moment I am going to use a gem such a wicked_pdf or other so I can have at least a working product. That will bring motivation back as well as eagerness to proceed further.

Happy coding,

Rodolphe