TEC Talks Podcast: Software Engineering with Charles Knox
Ep. 01

TEC Talks Podcast: Software Engineering with Charles Knox

Phoenix, Arizona

Episode description

Today, we speak with Charles Knox about his experience working in tech as a senior software engineer.

Charles is the CTO of our organization, Technology Education Collaborative.

Download transcript (.srt)
0:00

Hello and welcome to Tech Talks, a podcast brought to you by the Technology Education Collaborative.

0:04

We're an Arizona nonprofit that supports the secure, thoughtful use of technology.

0:15

Today, we're talking to Charles Knox about what he does as a technologist.

0:19

This is part of our ongoing series where we talk about technologists, about what they do in their daily lives,

0:24

what their jobs look like on a practical level and how they get through the daily grind.

0:28

Thank you so much for being here.

0:29

Thanks for having me. It's great to be here.

0:30

All right. So if you don't mind, we'll just go ahead and get started.

0:33

So what is your title or position?

0:35

So in the industry, you can kind of do a lot of things.

0:38

You can wear a lot of hats, but ultimately I resigned to calling myself a senior software engineer.

0:42

Sometimes it'll be a senior full stack software engineer, sometimes site reliability engineer, depending on the use case.

0:48

There's a lot that goes into each role that you take on, and it really just depends on the company that you're working at.

0:53

So for the purposes of this talk here, call me a senior software engineer.

0:56

All right. Fair enough.

0:58

So what exactly does that mean?

0:59

So what specifically are you doing on a daily basis?

1:02

You kind of start your day, 8 a.m., 9 a.m., whatever time works for you according to your company.

1:07

And you just sit on your computer, check to see if you missed any emails and look at any tickets that you've got,

1:13

whether you use Jira or some other tool like a Kanban board, agile, whatever tool.

1:18

And you see, hey, where am I at on my tickets?

1:20

Whatever tasks haven't been done yet.

1:22

Chances are you're still working on something from like yesterday or the day before or even like the last two weeks or so.

1:27

So depending on how your company structures itself, it really just forms the first, I would say, couple hours of your day.

1:33

And a lot of companies that practice agile, they'll do what's called a daily stand up.

1:37

Right. So a daily stand up is where you kind of get together for like 15 minutes or so.

1:41

Everyone kind of stands around in a circle and they talk about what they did the previous day.

1:45

If they're blocked on anything, if they need help, that kind of thing needs to be addressed right then and there.

1:51

As to how efficient and effective stand ups are, that's a different question, right?

1:55

Yes. There's a lot of discussion about agile right now in the tech space, for sure.

1:59

Indeed, there is. And it's kind of fun to hear about it.

2:02

But as someone who's been in the industry for probably about 12, 13 years, depending on how you count things, I've been doing agile scrum, whatever you want to call it, since around 2013, 2012 in different forms.

2:17

And I like some parts of it.

2:18

I don't like some parts of it.

2:20

I think a little bit of process at a company can go a long way.

2:23

But at the risk of going on a tangent, we'll probably just leave it at that for now, for at least the first sort of hour or two of a day.

2:28

Right. Sure. The rest of the day really is open and you sometimes have to fight for your day being open as a software engineer.

2:35

This is something you just need to push for.

2:38

And what I mean by that is some jobs are like, say, managerial or something like that.

2:42

You'll be on calls all day long talking to people.

2:45

Your job is moving the dial forward through other people as a manager.

2:50

But as an engineer, if your calendar is booked with stuff, you're not going to be able to get enough time to focus on coding or whatever you need to focus on.

2:58

Right. So if your calendar is open, you're going to have a good day.

3:01

You're going to get a lot of stuff done if you can stay focused.

3:04

And that's the other challenge is staying focused.

3:06

So that's pretty much what a day is like.

3:08

You're really just kind of sitting in your chair, getting stuff done, writing code.

3:11

And if you're not writing code, you're probably debugging stuff that either is from like, I don't know, I tried to install and set up our environment and something didn't work.

3:20

You know, if you work in node, probably trying to deal with NPM install commands breaking or you're trying to deal with Python, you know, your environment just doesn't work anymore for whatever reason because you updated your system.

3:30

So many things just happen on a daily basis that are like, this isn't working.

3:33

Why isn't this working?

3:35

I got to spend a lot of time figuring this out.

3:36

And it can be very, very frustrating at times, even just to do basic things.

3:40

So you need a lot of latitude in your role as a software engineer to, like, keep your calendar clear because you're going to be running into stupid stuff all day long.

3:49

And the actual coding work that you're doing usually is sort of minor by comparison.

3:54

If you're really banging out a lot of code in a day, it's probably not high quality code, which high quality code can be taken in a lot of different ways.

4:02

But I think you probably get the gist of what I'm saying.

4:04

If you're writing too much stuff in a day, you sort of risk this quality versus quantity imbalance.

4:09

But that's basically a day in the life, so to say.

4:12

OK, that actually goes really nicely into the next question, which is, what would you say your least favorite part of what you do is?

4:19

Because every job, no matter how much you love it, there's always going to be just things you have to do that just, you know, do not let you up inside.

4:25

But you got to do them.

4:27

So what are some of those things?

4:29

I think a lot of the challenges that come with any job in the sector is having to sort of duke it out with your colleagues about certain topics.

4:37

When you are putting forth a proposal or an architecture design of something that you've been assigned to work on, you'll get a ticket, let's say, from Jira or something else.

4:46

And it will say implement X, Y, Z feature.

4:49

And a lot of the details will be left out depending on your company.

4:53

Sometimes you'll again, depending on your company, if you have a UX designer and maybe like a UI designer and a very well structured project owner on your team, they will have figured out a lot of details for you.

5:04

And that's actually the mark of a good team is if they figured out a lot of the questions in advance, they curate good tickets for you, then you can actually just move forward with your job and your life.

5:14

But in situations where the onus is on you to architect everything yourself for whatever reason, right?

5:19

Not necessarily that there's something wrong.

5:21

But because you are the only person who can figure this out, there's no UX designer that can figure out how to architect your caching layer or something like that.

5:26

You know what I mean?

5:27

Sure.

5:27

So if the onus is on you, you have to really put a lot of thought into just putting together a reasonably good document that describes everything well, and then sharing that document with people and being prepared for a lot of aggressive feedback.

5:39

In some cases, some people get very, very opinionated about these things.

5:42

And if you don't have polite conversations and if you don't have reasonably respectful discourse, things can devolve pretty quickly.

5:48

And I've seen it happen many times over the years.

5:51

And so ultimately, you have to be prepared to push for things.

5:54

And if you can do it in a way that wins people over by being polite, always listening to perspectives, taking everyone's feedback into consideration, you can definitely move things forward pretty well, I think.

6:03

But also, another part of that is don't spend way too much time on writing the perfect documents either, because if you're anticipating every single thing that could go wrong and trying to squeeze that into a single document, no one's going to read it.

6:14

I've had this happen many times where I'll put together a very well thought out document that took me all day long to write or maybe multiple days.

6:21

I'll send it out. And because people are so busy with other things at their jobs, they just end up not really paying attention to the close sort of intricate details that I had to solve.

6:30

Usually what will happen is you can put a basic layout of your designs and then more or less hash out details in like a real time synchronous meeting.

6:38

That's one of the struggles, I think, that comes with this sort of work.

6:41

There's lots of other things, but I'll kind of keep it at that for now.

6:43

You're definitely touching on several themes that repeatedly come up in all of our conversations with all kinds of technologists, which is the importance of soft skills, the importance of being able to be diplomatic with your co-workers.

6:54

Perfectionism is definitely a trait that's very common among technologists, but can be a double edged sword.

7:00

That's a very common thing.

7:02

I'm really glad that you brought that up.

7:04

But yeah, that makes a lot of sense.

7:05

Just kind of having that assertiveness training, right?

7:08

It's a hard balance.

7:09

Assertive diplomacy.

7:10

Yes, definitely.

7:11

Absolutely.

7:12

So that gets us into what's your favorite thing about your job?

7:14

So you wouldn't be putting yourself through that if you didn't love it, presumably.

7:18

So what do you love?

7:19

What gets you up in the morning?

7:20

What do you love?

7:21

What are you looking forward to?

7:22

Yes, a great question.

7:23

So I just love writing software, solving problems, the satisfaction of having something come together, you know, like getting that REST API endpoint up and running and having it do the thing you asked it to do successfully.

7:36

Even on the first try, God forbid, you know, like that's the best thing.

7:39

So just those little bits of satisfaction, I think, make a lot of it worth it.

7:43

Getting better at your development environment, you know, learning to customize things that make you more productive, all those little things that come with it.

7:50

I try to find a lot of satisfaction in that, you know, like, for example, I run Linux on all of my systems.

7:55

I don't use Windows or Mac whenever possible.

7:57

And currently I'm succeeding at that, but not always.

8:00

And so ultimately, like if I can customize my environment to exactly meet my needs, like, for example, I've got a mouse at home.

8:06

It's like one of those, it's like a trackball mouse.

8:08

That's what it is.

8:08

And it has a couple of buttons on it that are like for going back and forth, like on a Web page or whatever.

8:13

And I have it customized in X11 on Linux so that it receives the event for pressing that button on your mouse.

8:20

And it actually runs a bash script that moves my cursor across the screen in like four different locations based on where it previously was.

8:28

And this helps me get across the screen really fast without having to exert much on my wrist because I have a wrist injury that's like not insane or anything like that.

8:37

But after a long day of work, it sort of adds up.

8:40

And so anything I can do to sort of improve my ergonomics and like make my life easier, I look at that as a fun challenge to solve.

8:46

And being able to bring that to work, I don't know, I just find that satisfying in a weird way, I guess.

8:51

But, you know, ultimately, if I can bring these skills that I learned on the job back home to write other applications and tools and things like that, that solve problems for me personally, I view that as a win every time.

9:01

I mean, I learned React on the job, and now I'm able to write a React app for whatever purpose.

9:07

I find that to be super valuable.

9:09

And I've used that for whatever purpose on many occasions.

9:12

So that, I think, is what I love about it.

9:14

OK, so it's a lot of optimizing efficiency and the ability to customize things and just basically the ability to apply what you're doing at work in your everyday life and use it for anything I want, you know, like I can write an app or some random person in an afternoon.

9:27

I could write something that could really change someone's life just because I spent some time learning how to write Golang or Python scripts, you know what I mean?

9:35

So the opportunities are pretty substantial.

9:38

And that sounds like there's a lot of creativity involved in that, too.

9:40

There is. That's the thing is you can just go crazy and write it however you want.

9:44

And most of the time it's fine.

9:46

You know, you don't have to worry about your algorithm O of N squared, whatever, because you're just kind of writing it at home for one person to use or whatever.

9:54

There's a time and place for algorithmic efficiencies and that sort of thing.

9:58

And that's also an exercise in and of itself that can be very satisfying.

10:01

But when you get to write something yourself and just solve that problem in your own way, there's really nothing quite like that.

10:06

It feels like you're sort of building a house almost, but just for yourself quickly.

10:10

That sounds really fun.

10:11

Yeah, that's I can tell the excitement coming off you.

10:14

It definitely comes through.

10:15

So what is something practical you would want somebody who's considering going into this field to know?

10:20

There is a lot of practical things that go into just simply existing in this space.

10:25

I think the most important thing is your relationship with your manager and your co-workers.

10:29

I've always sort of leaned on trying to be as respectful as possible to your colleagues in particular, your co-workers rather.

10:37

Your colleagues can be super supportive of you no matter what you're going through.

10:40

They can take a load off your shoulders if you're going through like a really hard time or if you need to take some time off of work.

10:46

The knowledge that your co-workers can pick up some of your slack and having good relationships with them is it's something that brings a lot of peace of mind.

10:53

But with your manager, your manager ultimately controls a lot of your experience at work, right?

10:58

So I spent around eight years at a very, very big tech company, Fortune 50 type size, and your manager is basically responsible for assigning projects to you and allowing you to take on other work here and there.

11:09

So if you don't develop a good relationship with your manager or if your manager and you aren't jiving, you know, it's going to be a problem.

11:16

And I've had experiences where it was very problematic.

11:19

A manager will hold you back or they will move you forward is really what it comes down to.

11:22

There's also some other things that I'd like to point out, particularly with working in big, small and medium companies.

11:28

I've worked at big company and I've also worked at a few very, very early stage startups like pre-seed, seed stage.

11:34

I've been sub 10 employee the first 10 employees.

11:37

I was one of those.

11:38

Yeah, the experiences between those are very different.

11:40

You get a lot of freedoms to do whatever the heck you want at a very, very early stage startup.

11:47

And for me, what was appealing about that was, oh, I can just run Linux on my computer and, you know, do whatever I want because there's no rules at this company.

11:54

You know what I mean?

11:55

But at a big tech company, they give you a computer.

11:58

They say you get this Windows computer or you get this Mac computer.

12:01

But just a heads up, everything sucks about it because it's an underpowered computer that's loaded up with lots of antivirus stuff.

12:08

And also it's loaded up with all these other apps like Microsoft Outlook that takes like, I don't know, three gigabytes of RAM and you only have eight gigabytes of RAM.

12:15

What are you going to do about it?

12:16

Oh, and not to mention, you have to run VS code and VS code is super slow on Windows for some reason.

12:23

All these other things that add up, you know, like trying to emulate bash and all this stuff on a Windows computer, on a Mac.

12:28

Well, Mac is different, but all these things add up and they can create a very frustrating experience, I think, when you're working at a big tech company and you're used to a different thing.

12:36

I know I'm kind of going on a bit of a tangent here, but but bear with me.

12:39

By all means.

12:40

Yeah, I like that you're talking about non-technical things, because I think a lot of people that want to get into the tech industry, the first thing they look at is what certifications do I need?

12:47

And then they get told that they need a mentor.

12:49

They get told they need work experience.

12:50

And obviously these things can have a certain degree of value.

12:53

I know there's a lot of conversation around certifications, but leaving that aside, like I think we can all agree, you know, a CISSP cert is valuable, right?

13:00

A SANS cert is valuable.

13:01

Leaving all that aside, though, what I do want to point out is the fact that you're talking about a lot of very much, you know, these are soft skill, human dynamic skills, right?

13:10

So working on your communication, working on your assertiveness, working on your interpersonal skills.

13:14

And I think it's important to draw attention to the fact that that's a lot of what you're saying here.

13:18

I do gravitate towards that a lot, probably more than the average person or something.

13:21

I don't know. I'm very introspective about this stuff.

13:24

I've spent many years thinking about how each interaction could have gone better.

13:28

And I try to improve that where I can.

13:30

Right.

13:30

Because, yeah, ultimately the stuff you're doing day to day, regardless of what certifications you have, regardless of your education, is just, can you write these functions in Python?

13:38

Can you unit test this code that someone wrote?

13:41

Can you fix this problem that happened in production?

13:43

And a lot of that is just like guessing sometimes, you know, like, trying to understand what happened is not always going to happen quickly.

13:52

You need to maintain code more often than not that some random set of people wrote that no longer work at the company.

13:57

In a lot of cases, it's just a matter of what your mentality is.

14:01

Can you think about it critically enough?

14:03

Can you orient your day so that you're able to think about this stuff?

14:07

If your life is chaotic and you're unable to just really think about this stuff and find the patience within you to kind of debug things no matter what they are, then this career will be very challenging, I think, for anyone.

14:18

OK, fair enough.

14:19

And then I do actually have one other question that I am starting to ask everybody.

14:24

Just because of the incredible, creative, talented, wonderful individuals we are getting into here.

14:28

So are you involved in anything outside of tech, any community organizations, any volunteer work you do, any type of, you know, passion projects, anything like that that you'd want to talk about?

14:38

Yes. So I've actually taken a little bit of time recently to work on a project called Stylistic.

14:42

This is an app that is intended to sort of protect your privacy in a certain way by allowing you to upload a photo, again, in a privacy-respecting manner, and then have an AI using stable diffusion on the back end.

14:53

Sort of generate yourself in a variety of different contexts, just sort of for fun in some cases, sort of looking professional in other cases.

15:00

But basically, the idea is I don't like to have my images of myself all over the web indexed by god knows who, right?

15:07

Sure.

15:08

So I wanted this app to be able to generate professional-looking images of myself or even fun ones for whatever purpose, but have it just be a little bit unrealistic and not actually my face because AI always distorts it slightly.

15:21

Just enough to sort of fool whatever indexing face recognition stuff is out there.

15:26

At least that's the theory.

15:28

But I digress.

15:29

So I wrote this app called Stylistic.

15:31

You can generate images on there for free and then you can buy an image that you really, really like in full quality for three dollars.

15:38

I'm not planning on scaling this thing out to infinity or anything like that.

15:41

I just did it as a fun project.

15:42

I wrote it in Golang and HTMX, which, you know, I'm sure some people have opinions on that.

15:46

But it's using all this hardware that I have at home.

15:48

It's running on a Nvidia 4090 GPU.

15:51

Had a blast writing it and I can't wait to do something like that again.

15:54

But if you try it out, definitely let me know.

15:55

There's a contact form on there.

15:57

If you have any questions, I'm trying to expand it a little bit more.

15:59

But yeah, that's something that I've been involved with.

16:01

I hope that answered the question sufficiently for you.

16:03

It answered it very well.

16:05

So Chuck, thank you so much for coming in.

16:07

That was fantastic.

16:08

And thanks a lot.

16:09

Thanks for having me.

16:11

We are recording this at the Advanced Cyber Systems Lab.

16:14

That is at Gateway Community College.

16:15

It's on the second floor of the MA building.

16:18

We do have a number of things that anybody in the public is welcome to come into the lab and use.

16:22

That includes a right to repair workshop.

16:24

We have anti-static tables.

16:26

We have this podcast studio.

16:27

It does not have a recording charge and you do not need to be particularly tech savvy to use it.

16:31

You're welcome to come in and use that.

16:32

Obviously, we have computers.

16:34

We have servers you can play with.

16:35

So come check out the Advanced Cyber Systems Lab at Gateway Community College.

16:38

The Technology Education Collaborative does have a partnership with them as well.