casey Profile picture
3 Jan, 10 tweets, 2 min read
Things not normally taught in computer science curriculums that should be included 🧵
This will be a part 2, since I did one of these a little while ago. I recently thought of more things so wanted to do a follow on. If you wanna check out the first one, here it is:
1. How to break down a problem.

These curriculums tend to go from “practice your while loops” to “implement this data structure” to “code this big thing”.

You will never succeed at the latter if you don’t learn how to break down the problems into smaller programmable pieces.
2. How to set up your development environment.

These vary depending on languages and what you’re trying to build. Coding skills are difficult to transfer if you don’t have the foundational environment to work in, so getting started with full projects can be super confusing.
3. Web development

A lot of people go into web dev, but experience with only C++, assembly, and knowledge of operating systems isn’t super transferable. Not to leave those behind, web dev should be taught in addition. Not assumed to be understood after such classes.
4. Pair programming

The real world doesn’t work in “everyone program alone” mode. You need to know how to work on projects with others and how to read their code.
5. Version control

Good grief. I went through all of undergrad with no version control. Please don’t do that. It’s only future problems for you, both in school and in the workplace.
6. Tangible networking

With things like ESXi existing, there’s no reason for students not to be building clients and servers and understanding configuration setups. Writing sockets connections by hand is fine, but the former should occur as well.
7. Engineering applications

As much as I may have hated it, a hands-on class like robotics would have complimented the rest of my classes really well. How to connect programming with physical things is a fundamental skill.
Alright, that’s it for part 2. If this is interesting to read and discuss, maybe a part 3 will come in the future!

As before, please add any you think of!

• • •

Missing some Tweet in this thread? You can try to force a refresh
 

Keep Current with casey

casey Profile picture

Stay in touch and get notified when new unrolls are available from this author!

Read all threads

This Thread may be Removed Anytime!

PDF

Twitter may remove this content at anytime! Save it as PDF for later use!

Try unrolling a thread yourself!

how to unroll video
  1. Follow @ThreadReaderApp to mention us!

  2. From a Twitter thread mention us with a keyword "unroll"
@threadreaderapp unroll

Practice here first or read more on our help page!

More from @varcharr

2 Jan
I've spent a lot of time wondering how I didn't spend more time deep diving into fundamentals of my comp sci classes and doing extra projects on the side to better understand what I was learning.

Did I not care? Was I not interested? Did I pick the wrong major?
After many years, I've had a realization.

Consider times when you've thought you weren't good enough to do something. In those moments, were you actively accomplishing other things at the same time?

I'm going to guess no.
The amount of time I spent during college second guessing my intelligence, whether I belonged, if I could succeed, if I should keep trying, whether or not I'd actually get a job in the field-

The thoughts never left my mind. Ever.
Read 6 tweets
2 Jan
Not that you need a new year as an excuse to do this, but why not consider it a chance to curate your Twitter feed to better serve you?

Let's talk about how you can do that.
1. Unfollow people who often (or even just sometimes) cause you to have stressed, angry, or upset feelings.

You don't owe anyone a follow. If it's a friend, you can consider letting them know why you've made the choice, but you're not obligated to.
2. Mute people who you don't want showing up on your feed.

If someone's tweets often show up and you're already not following them, muting should help further reduce what you see from them.
Read 9 tweets
8 Sep 21
Wanna up your Linux game?

This will be an evolving 🧵 of commands I learn about today and the resources used ⬇️
1. awk

awk is used for text manipulation within the command line.

A common use is specifying what kind of information you want to pull from a file or command output.
Example:

The who command returns currently logged in users of the system, as well as other information. What if we only wanted to see the users, without extra information? We could use awk like this, knowing the user is the first parameter in who output:

who | awk '{print $1}'
Read 18 tweets
7 Sep 21
Interview advice for people getting into tech 🧵 ⬇️
1. Know main points about the company.

When interviewing all around, this can be hard. But know the main things. Does it make a product? Know what the product is and does. Does the company have a specialty expertise? Know what it is. This is a simple first hurdle to prepare for.
2. Know how to sell yourself.

Interviews often start with “tell me about yourself”. Know your strengths. Know your accomplishments. Know your passions. Know what you’re interested in (multiple things is okay, esp when you’re earlier career!). Be able to be concise & to expand.
Read 13 tweets
7 Sep 21
Potentially unpopular opinion:

Patching is not a sustainable security solution.
There are two groups impacted here:

1. Infrastructures/orgs/companies/etc

2. Individual users
What’s the solution?

Something that doesn’t rely on a reactive response to finding susceptibilities. It’s not realistic for users, and it’s a race for groups against their adversaries.
Read 6 tweets
28 Aug 21
This.

As an earlier career woman in tech, being told titles don’t matter by men already at the top of the ladder feels so dismissive.

Especially when other conversations revolve around how they “know I’m technical and want others to know it too”.

That’s what titles are for.
In fact, I’ve been told that being a technical lead too early (despite being qualified and requested for the position) would make others question if I actually had the technical chops.

That being a TECHNICAL lead would make people question my TECHNICAL abilities.
Male colleagues with my same experience had become technical leads no problem.

If a woman is a technical lead and you assume she’s just leading because she doesn’t have the technical abilities, and you don’t think the same of dudes, that is a YOU problem. Not a me problem.
Read 4 tweets

Did Thread Reader help you today?

Support us! We are indie developers!


This site is made by just two indie developers on a laptop doing marketing, support and development! Read more about the story.

Become a Premium Member ($3/month or $30/year) and get exclusive features!

Become Premium

Too expensive? Make a small donation by buying us coffee ($5) or help with server cost ($10)

Donate via Paypal

Or Donate anonymously using crypto!

Ethereum

0xfe58350B80634f60Fa6Dc149a72b4DFbc17D341E copy

Bitcoin

3ATGMxNzCUFzxpMCHL5sWSt4DVtS8UqXpi copy

Thank you for your support!

Follow Us on Twitter!

:(