SuaveyBoi115
All Star
Man, I'm taking a programming class that's focusing on python and it's killing me 

And you’re utilizing ChatGPT?Man, I'm taking a programming class that's focusing on python and it's killing me![]()
Man, I'm taking a programming class that's focusing on python and it's killing me![]()
I’m not, I’ve been using my Snapchat ai systemAnd you’re utilizing ChatGPT?
It’s an intro programming class at my local Community College. The class is called CIS 6 and It’s a major class requirement for a statistics major when I transfer.What kinda programming class?
How do you have 6 hours 6 days a week to dedicate to this?Update:
I was bushed so I couldn’t give daily updates.
One of the biggest hurdles when self studying is learning how to learn. I needed a more structured learning experience.
So I found codecademy and it’s been a huge assist. It’s less than $100 a month and they have several languages and other topics you can learn.
I’m still on the front end learning JavaScript. I should be done with it by the end of next month (even though it’s designed to take 6 months). I also watch video tutorials to see if I can follow along.
How do you have 6 hours 6 days a week to dedicate to this?
I saved up roughly 8 months living expenses. Then I got fired on purpose by smashing one of my employees at work. Another 6 months of unemployment.How do you have 6 hours 6 days a week to dedicate to this?
Wow ok, dopeI saved up roughly 8 months living expenses. Then I got fired on purpose by smashing one of my employees at work. Another 6 months of unemployment.
I actually got a job offer (I’ve been interviewing for jobs in my regular line of work just to stay busy), but I haven’t decided if I’m going to take it.
For the past 15 years I’ve held mid level management positions in the service or hospitality industry averaging $89,000 - $105,000 a year. But working in that industry, you become stagnant and trapped. As a manager you never really have days off. You can’t have a day off and completely forget about work.
I want to be done with that industry altogether. My earning potential is pretty much maxed out at no more than $105,000. And I want to work remotely. I have a house in Ghana and eventually I want to move there permanently.
Not sure if mentioned earlier but as someone with 12 years of experience and having worked at multiple FAANGs.
Skip the html.
If you're gonna learn front end, learn how to setup an angular or react app and learn how to use CSS within the context of the angular/react framework.
![]()
![]()
React
React is the library for web and native user interfaces. Build user interfaces out of individual pieces called components written in JavaScript. React is designed to let you seamlessly combine components written by independent people, teams, and organizations.react.dev
If you're going to learn one of the two, learn the angular with Typescript imo. I've never seen good react so I'm not sure about the practices, but every angular team I've seen follows the angular architecture on that website and the code all pretty much looks the same.
After you get the basics down.
Understand promises, observables, asynchronous development and how concurrency works.
Then once you've gotten that down
^if you want to make 350k+ in this field, you need be good at that above anything else.
I'm about 70% done with JavaScript. Should I go straight to Typescript next?
Is it that different from JavaScript?
Do most companies use frameworks or is it good to know pure JavaScript?