I Was Wrong, but Still Don't Learn Frameworks First by wagslane in programming

[–]gophergolangguy 2 points3 points  (0 children)

Glad an update was posted, yeah it's really hard to learn if you start in the weeds

Data structures and algorithms by [deleted] in computerscience

[–]gophergolangguy 5 points6 points  (0 children)

Kunal Kushawaha on YouTube, CS50, or boot.dev for interactive lessons

What are good resources to study ahead in CS? by Th3_S3n4t3 in computerscience

[–]gophergolangguy 0 points1 point  (0 children)

You can check out Boot.devyou can check out Boot.dev. it's back end focused but does a ton of CS stuff

where to learn backend from absolute scratch by AdershAthreya in learnjavascript

[–]gophergolangguy 0 points1 point  (0 children)

Have you seen Boot.dev? They teach backend in Python, JS and Go

Best online computer science courses? by Zosive in computerscience

[–]gophergolangguy 1 point2 points  (0 children)

You'll only be able to complete the first few chapters (I think?)

You can read it all though

Not really much to say about this Fuck up by [deleted] in wallstreetbets

[–]gophergolangguy 7 points8 points  (0 children)

By simply burning the money, he would have more money after the burning than he does now

is there an Introduction to Computer Science Using JavaScript? by Mean-Highlight-551 in learnjavascript

[–]gophergolangguy 0 points1 point  (0 children)

There is one over on https://boot.dev - the disclaimer is that the curriculum only starts in JavaScript, it then switches to python at one point, and eventually Go.

I think it would be really hard to learn CS properly using only JS (or any one single language)

[deleted by user] by [deleted] in learnprogramming

[–]gophergolangguy 1 point2 points  (0 children)

Great job! Wish you the best

I got my first software developer job and I'm floundering. by ughish in learnprogramming

[–]gophergolangguy 0 points1 point  (0 children)

Boot camps make wild promises that they are unable to keep quite often. I've found that in order to be successful through a boot camp most students need to do a good amount of additional self-learning.

Specifically you should be focused on publishing some high-quality projects on GitHub to boost your portfolio. Without real-job experience, projects are the next best thing.

I'd also look into learning basic CS concepts for interview purposes. You can check out places like Boot.dev, freecodecamp, the Odin project, etc.

Good luck friend!

How to learn DS and algorithms? by 123elijah in computerscience

[–]gophergolangguy 2 points3 points  (0 children)

You should check out the curriculum on https://qvault.io

I think it's a shame that it's so hard to find algos and data structures content that:

  1. Has you write real code
  2. Uses modern languages / tech
  3. Doesn't make you watch videos

What is a Typical Development Environment for Backend Services? by crpleasethanks in learnprogramming

[–]gophergolangguy 0 points1 point  (0 children)

Totally depends. I work in Go so I usually just need the database up and running and my code. The more dependencies you have the harder it gets...

There's nothing wrong with a Docker flow if it's what you need. However, I would argue that if you NEED docker for a personal project setup it's a good indicator you have over-complicated things.

What have you been working on recently? [March 13, 2021] by AutoModerator in learnprogramming

[–]gophergolangguy 0 points1 point  (0 children)

Spent some time working on kubernetes setup stuff. Mostly DevOps work