every comp-sci course you should take to become a quantitative developer / solid software engineer

  Рет қаралды 20,418

Coding Jesus

Coding Jesus

Күн бұрын

BOOK LINKS BELOW. Yoyo I get a lot of emails from undergrad students asking what courses (and concepts) they should take / learn in university to best position themselves to break into quant dev / become a strong software engineering. I also include what resources they should use to supplement those courses. In this video I use harvard's course guide (see link below) and chart the best courses for you to take and focus on. I also introduce you to other important resources.
Instagram: / thecodingjesus
Calendly: calendly.com/coding-jesus
Patreon: / codingjesus
Operating Systems: Three Easy Pieces: amzn.to/3VgUpZm
TCP/IP Illustrated Volume 1: amzn.to/4cv4qsn
Inside The Machine: amzn.to/43kj7u7
Memory Paper: people.freebsd.org/~lstewart/...
Harvard Courses: csadvising.seas.harvard.edu/c...
Course Summary: docs.google.com/spreadsheets/...
00:00 intro
01:20 comp-sci basics (html, cs, javascript, java, python, C)
01:50 comp-sci basics 2 (functional, oop, SOLID)
02:55 systems programming (software side)
03:53 DSA
04:42 computing hardware (hardware side)
05:20 networking
06:32 computer architecture
07:36 compilers
08:16 operating systems
09:15 data systems (db-related)

Пікірлер: 61
@dhairyarungta3556
@dhairyarungta3556 4 ай бұрын
disciple waiting. glad you are back
@danielelkinton2429
@danielelkinton2429 4 ай бұрын
Love that he is posting again 🎉
@jimmyhook4824
@jimmyhook4824 4 ай бұрын
Wow! He is risen!
@bukuism
@bukuism 4 ай бұрын
YAAAAAASSSSSS ! Return of The Holy One!!
@adammusic2821
@adammusic2821 4 ай бұрын
many thanks for sharing we waiting your video
@ivanero1780
@ivanero1780 4 ай бұрын
Can you continue with your series of algorithmic trading? I am looking to become one and you are the best here. Appreciate your work. I am in a software engineering degree + being a daytrader myself and I like being a trader so if I dont succeed at this at least I would like to work in something related.
@moglimogify
@moglimogify 4 ай бұрын
Thanks for your video. Would love to see videos for experienced developers. Can experienced developers break i to to quant dev? Do you need to go back to uni for that or take other courses? Thanks
@raymondmills3251
@raymondmills3251 4 ай бұрын
Hes back!
@5k4_5k4
@5k4_5k4 4 ай бұрын
coding jesus is so clutch
@chiomaobunadike3313
@chiomaobunadike3313 4 ай бұрын
Bro you look so different now 😆 Different but in a GOOD way
@thedavidji
@thedavidji 4 ай бұрын
PLEASE UNPRIVATE YOUR GITHUB ORDER BOOK REPOSITORY AND CONTINUE THE SERIES
@user-nq1ze4jt9m
@user-nq1ze4jt9m 4 ай бұрын
Networking is very important as the ability to measure network latency, esp. when working in cloud. Networking is nearly always the biggest bottleneck and a python program with optimized networking will always beat a C program with poor networking. Sometimes it's just a case of run your algos on machines with minimal hops between the exchanges you're trading on.
@encapsulatio
@encapsulatio 3 ай бұрын
Can you make please a video on the quant side of things? all the mathematical modeling skills we need and in what order to learn them so everything makes sense. Thank you.
@melvin6228
@melvin6228 7 күн бұрын
Fun to see the Pharo logo! I've programmed in it for 2 years :)
@encapsulatio
@encapsulatio 7 күн бұрын
@@melvin6228 I love Pharo but unless there is a breakthrough that can make it's model at least as fast as Javascript or even better very close to Java there will not be an incentive to grow a strong enough adoption. Only Rust and languages like Rust that improve rust's safety model while making it more ergonomic are the only ones that will ever see major adoption in the future. Dynamic languages even as great as Pharo can not compete with proper strong and statically compiled languages on maintaining large codebases in a principled way and being able to refactor faster larger amount of code if business decisions demand it. Pharo can at max only compete with the likes of Clojure or Elixir that are very loved but even those are weak in adoption rate, Elixir being the only one with continuous growth because of BEAM greatness and Clojure being stagnant for 5-7 years. Better designed languages can make a powerful enough impact only if the libraries in it's ecosystem are innovative also when compared to Python , Java or other large ecosystems....not only the language itself. But it's a vicious circle. If the language does not make as it's main priorities both runtime performance AND safety wile delivering them in a more ergonomic way than competitors like Rust you have no chance of people being motivated enough to rewrite or write from scratch cutting edge libraries that are better than in other ecosystems. Rewrite it in Rust is a phenomenon unique to Rust because only Rust has the cumulative effect of all those amazing features and micro features that no other language can replicate at this time as well. Julia is the prime example. only from this year going forwards it has fixed enough of the problems with it's precompilatin issues to be somewhat compelling but it's at least 5 years too late and not only that but with Mojo being a threat both for Julia and Rust there are even smaller chances that Julia will ever do anything meaningful to drive people to migrate from Python. More people will migrate to Mojo in a year than all the accumulated people that have migrated to Julia in the last 7+8 years once the language is close to beta level of stability.
@chowchowfilm5265
@chowchowfilm5265 4 ай бұрын
Hi, anyone know what is a good MOOC style alternative for CS 51 ?
@mouneydonuru2769
@mouneydonuru2769 4 ай бұрын
What about quantitative trader/researcher positions? What courses would be useful?
@dailyclipmafia5041
@dailyclipmafia5041 23 күн бұрын
being cracked 150+ IQ
@melvin6228
@melvin6228 7 күн бұрын
To what extend are juniors expected to know this? Just a question out of curiosity, I studied CS back in the day and took most of these courses (I failed my compiler class and am over-indexed on security courses which taught low level stuff way more in-depth than computer systems and computer architecture, I personally would recommend a hardware security course where you reimplement meltdown and spectre since it teaches you how Intel CPUs do branch prediction + pipelining in a lot more detail).
@FredericBiondi
@FredericBiondi 4 ай бұрын
I drop my question here hoping someone with experience can answer it. I'm an MBA guy with 15 years of experience in the manufacturing industry. I am determined to break in Quant Finance (I know my background won't help me) and I would like to know if I go for CQF (Certificate in Quantitive Finance) alongside with intensive side trainings, can I hope finding a junior role in the quantitative finance world. I'm mostly interested in Quantitative Trading? Thanks a lot in advance to anyone answering my question.
@jif3847
@jif3847 3 ай бұрын
Could you also go over non comp-sci classes too? (Math-wise)
@eldin899
@eldin899 4 ай бұрын
Mewing Jesus
@bukuism
@bukuism 4 ай бұрын
😂🎉
@Rahul-fq3uq
@Rahul-fq3uq 4 ай бұрын
🤫🧏‍♂️
@DaCom3AK
@DaCom3AK 21 күн бұрын
Bro these are all the mandatory classes for a cs degree. I was expecting some classes in math applications in finance, other finance classes, analysis of algorithms, etc
@ReadMyBioFirst
@ReadMyBioFirst 4 ай бұрын
I like your new look. So cute.
@VS-ic3by
@VS-ic3by 4 ай бұрын
What are your thoughts on AI taking over SE jobs?
@eablot8592
@eablot8592 4 ай бұрын
woah you look maxxed.
@juanmiguelserrano-bu4bf
@juanmiguelserrano-bu4bf Ай бұрын
Thoughts on DeFi?
@AA-xu5kr
@AA-xu5kr 4 ай бұрын
The Return of the KIng
@jasonturner6808
@jasonturner6808 4 ай бұрын
Bro just mogged me
@leofang2543
@leofang2543 4 ай бұрын
What do you think about Devin, coding Jesus? it is going to take over the jobs of quant developers?
@imfinitiamusic.4632
@imfinitiamusic.4632 4 ай бұрын
no stop falling for the sensationalism of youtube creators and blog posts
@leofang2543
@leofang2543 4 ай бұрын
@@imfinitiamusic.4632 that's what I thought lol. just wanted to know what does CJ think about it
@justinpardo-mw8wy
@justinpardo-mw8wy 4 ай бұрын
@@leofang2543if ai ever gets to the point of replacing a competent programmer it’s replacing almost all desk jobs
@jorge1869
@jorge1869 4 ай бұрын
Statistic is the key.
@bigsmoke4
@bigsmoke4 4 ай бұрын
Bro you look like a completely different person
@alexraymond-en4dd
@alexraymond-en4dd 4 ай бұрын
Looks better with no big beard
@anthonyshuey8351
@anthonyshuey8351 4 ай бұрын
ffs
@paulcampos-oe9ml
@paulcampos-oe9ml 4 ай бұрын
Do you still do one on one consulting? I’m looking for some real advice.
@Philgob
@Philgob 4 ай бұрын
Yea
@alphamaster2
@alphamaster2 4 ай бұрын
What happened to the beard??!! :O
@galatei11
@galatei11 4 ай бұрын
BS, I want to see Devin sorting out issue in production system in a plant where there's no internet access. That's just one small case scenario!
@mezzela00
@mezzela00 4 ай бұрын
You look like hakim ziyech😂
@imvlb778
@imvlb778 4 ай бұрын
Bro can you just post it… no need for premiere.
@MungusMctavish
@MungusMctavish 4 ай бұрын
bruv let him him thing
@CodingJesus
@CodingJesus 4 ай бұрын
Patrons can watch videos early. I'm posting at most once per week otherwise.
@imvlb778
@imvlb778 4 ай бұрын
@@CodingJesus you already make bank off your job, is a few dollars on patreon worth the hassle?
@CodingJesus
@CodingJesus 4 ай бұрын
@@imvlb778It’s more so to optimize for the KZfaq algorithm. Posting around once a week is best. This video will come out on Thursday whether or not it’s set to premiere, just like a movie comes out on a specific date despite it being complete months in advance.
@imvlb778
@imvlb778 4 ай бұрын
Okay king @@CodingJesus
@SuperStories.
@SuperStories. 4 ай бұрын
CHOOOOOP!!!!
@Jkjk-pu2vt
@Jkjk-pu2vt 4 ай бұрын
jesus without a beard , it's not good
@GF86123
@GF86123 3 ай бұрын
This guy is becoming gayer over time 😂😂
@AwadA-ey7pn
@AwadA-ey7pn Ай бұрын
Hater. You just a zesty guy Leave coding jesus alone or his students will catch u slippin
GIANT umbrella by Tsuriki Show
00:15
Tsuriki Show
Рет қаралды 7 МЛН
Son ❤️ #shorts by Leisi Show
00:41
Leisi Show
Рет қаралды 9 МЛН
Inside Out 2: Who is the strongest? Joy vs Envy vs Anger #shorts #animation
00:22
Alex hid in the closet #shorts
00:14
Mihdens
Рет қаралды 20 МЛН
When Will The Tech Jobs Come Back?
11:25
ChangeNode
Рет қаралды 201 М.
Projects Every Programmer Should Try
16:58
ThePrimeTime
Рет қаралды 420 М.
Most Tech Interview Prep is GARBAGE. (From a Principal Engineer at Amazon)
12:57
Why is anti-immigration sentiment on the rise in Canada?
13:00
The Guardian
Рет қаралды 870 М.
Quant developer reacts to HumbledTrader's 5 figure day trading loss
20:45
An Entire Computer Science Degree in 11 Minutes
11:13
Kevin Naughton Jr.
Рет қаралды 762 М.
My Unconventional Coding Story | Self-Taught
27:14
Travis Media
Рет қаралды 592 М.
Understand the orderbook like a quant
9:40
Coding Jesus
Рет қаралды 32 М.
How I learned to code in 3 months (and got several offers)
12:54
Coding Jesus
Рет қаралды 195 М.
7 Years of Software Engineering Advice in 18 Minutes
18:32
Как удвоить напряжение? #электроника #умножитель
1:00
Hi Dev! – Электроника
Рет қаралды 1,2 МЛН
Looks very comfortable. #leddisplay #ledscreen #ledwall #eagerled
0:19
LED Screen Factory-EagerLED
Рет қаралды 14 МЛН
iPhone 15 Pro в реальной жизни
24:07
HUDAKOV
Рет қаралды 509 М.