• 1 Post
  • 44 Comments
Joined 10 months ago
cake
Cake day: December 5th, 2023

help-circle









  • I managed to get into web-dev without a CS degree, but I definitely consider myself one of the lucky ones.

    I got a bachelor’s in Chemistry, but realized very quickly after graduating that there are precisely zero decent paying jobs for a bachelor’s in general chemistry. Literally the only place that even called me back was offering $14/hr to do urinalysis… working the graveyard shift.

    I ended up getting a job doing content review as a contractor for the largest video sharing platform (you know the one). A lot of the work was really monotonous, mostly just copying and pasting stuff. We had a quota that once we hit, we could stop working (and still be paid a full day). I could already hit the quota in around 3-4 hours, but I realized if I didn’t have to copy/paste, I could cut that down to only 1-2 hours.

    So, in my spare time at work I ended up learning JavaScript and making a chrome extension to do just that. I showed my bosses and they ended up putting me in a full time programming position.

    I don’t use my chemistry degree at all, but my math minor definitely comes in handy.






  • Piggybacking on this:

    I’ve been wanting to learn C++ as well. I am very experienced with JavaScript, and also am very fluent with Arduino. I’ve messed around with actual C++ before but I get lost with all the pointers, header files, and memory allocation stuff.

    Are there any resources y’all would recommend to someone who has all of the programming fundamentals, but wants to learn the specifics of C++?