Managing anxiety

Several months ago I wrote a bit on managing the feeling of anxiety that arises when thinking or trying to work on intimidating projects full of uncertainty. I did not mention it in particular, but I also feel anxious just by encountering and trying to dive into some new topic. The cause is the same: uncertainty over the unknown. Usually the anxiety is triggered by some excellent Medium post, and to make matters worse they tend to come in bunches via various newsletters. These events tend to leave me frazzled, worn out, short of breath, and doubting myself. It might sound laughable, but it’s a huge problem for me.

Well, I should say that it was a huge problem. I’m happy to say that I’ve learned to be more resilient in the face of this kind of anxiety by simply pushing a little bit further than I find comfortable. In just a few months of “exercising” I’ve noticed a huge difference! Anxiety has transformed into slight discomfort, which is far more appealing and manageable. And it definitely feels like a huge victory to be able to solve a problem that has hounded me through most of my technical career.

I really wish I had found out about this simple and direct approach earlier; I’ll be sure to pass this on to my students as they leave the boot camp and truly begin their software development journeys. Now if only I could solve impostor’s syndrome as easily…

Learning to Teach

I’ve been teaching web development for a few weeks at a local web dev boot camp. It has been, in a single phrase, awesome. Not only does this reflect well on my resume, I also get to grow a very different set of soft skills while still retaining my connection to the software development world. The cherry on top is the satisfaction of helping individuals learn and move toward more fulfilling careers themselves. After a long day, it’s that satisfaction that keeps me smiling.

I went to college with the intention of becoming a high school math teacher. I had had some great and some terrible teachers who both influenced me to be a positive force in others’ educations. (Perhaps if I had attended a city school with a modern curriculum, I would have known that software development was a far better career for me, but I went to a rural school that only went so far as to teach typing and Microsoft Word.) But because of my slow start I felt forced to abandon the Bachelor’s curriculum in mathematics. At the same time, the siren song of money was drawing me to a more lucrative career. I abandoned the idea of becoming a professional teacher and pursued programming, but my desire to be a great educator never disappeared. And now my teaching job marries those two paths: the career that was and the career that could have been.

Read More

Deletin' Makes Me Feel Good

The following idea isn’t new. It’s been repeated many, many, many times, and that’s without digging through Twitter. It’s practically a truism.

Every line of code is a liability.

I learned from the excellent book The Goal that companies used to consider inventory as a positive item on a balance sheet, but that it is now considered negative because until sold, it is only capital loss. Inventory has non-zero cost and zero benefit.

The same is true of code. The primary stakeholder of any software project does not care in the least how much code was used to deliver the solution, or even whether code was used to deliver a solution. Only the benefit is valued; all else may be necessary costs to achieve the benefit, but they’re still costs.

I learned this lesson early in my career. Inheriting an old, decrepit application gave me plenty of opportunities to refactor and delete. It became a regular source of joy to delete lines, methods, files, and even whole projects from that application. I’d semi-seriously joke with my coworkers that I started every workday by deleting a few lines of code.

It also put me in the strange position of having removed more code than I had written. If we’re counting by lines, I added more value to the company by deleting code than by writing it.


By the way, the final link in the list above leads to a fairly old website/blog that’s nevertheless full of really insightful wisdom.

Anxiety over the Unknown

Do you ever feel anxiety over large, ill-defined projects or goals? I do, and often. How would you feel if I told you that you had to accomplish the following:

  • learn Chinese
  • buy a house
  • learn [some JS framework]
  • give a 90-minute presentation on your area of expertise
  • actually become an expert first
  • understand blockchain technology

I’ve tackled all of those in my life. Each one caused multiple occurrenses of irritation and anxiety that usually manifested in tense, shallow breathing and a knot in my stomach. This happened just by thinking about those goals. For me, the agony of not knowing was far greater than any fear of failure. Each challenge was so big that I couldn’t think about it all at once and didn’t immediately know how to solve it, therefore I feel incapable of solving it, thus the despair and anxiety.

I’ve actually accomplished almost all of those, and I can promise that the level of difficulty was never as great as the intensity of my negative feelings. As far as emotions are concerned, just sitting down and **doing*** something was all it took to transform a monstrous beast into a not-insignificant-but-manageable challenge. I’m not saying that they were suddenly easy, but that my emotional state was a lot more cooperative. Buying my first house really was daunting and exhausting, but walking through each step sequentially by my agent is what kept my head from exploding from anxiety, and an unexploded head is crucial in any endeavor.

The art of writing is the art of applying the seat of the pants to the seat of the chair.

It seems to me that this popular advice for writers is a simple, actionable strategy for any problem that falls into the category of anxiety-inducing immensity. Not necessarily because you will breeze through your tasks—you probably won’t. But I promise that once you start moving even a tiny bit toward the end-goal, you will start building momentum that will dispel the unrealistic emotions of inadequacy, which in turn will replace your negative feelings holding you back with positive ones that motivate you to success.

TL;DR: “I care about your feelings” is basically all I’m saying ♡

P.S.
*For the final goal, I plan to learn how blockchain works and build my own in less than an hour using this tutorial from FreeCodeCamp. I love FreeCodeCamp!