Saturday, September 16, 2023

Fundamentals of CS

 To understand the fundamentals of CS, I embarked upon a 4 year long journey of doing a 2nd bachelors degree in Computer Science

Even though I was told that understanding algorithms and data structures would be enough for me to get started, yet what I saw was that the 4 year degree was a testament to the commitment that I was willing to put into the craft of programming and my career as a Full Stack Developer with a specialization in Machine Learning 

I now understand and accept that knowing the fundamentals of programming, how computers work at a binary level, how assembly is the bridge between source code written by humans and machine code understood by computers 

At its core, its a fascinating subject, one I genuinely wish to master and will, the reason for that being that it will allow me to 100x my capability by overcoming my organic limitations 

More to come. 

No comments:

Post a Comment

How to inspect hard to get elements

 Today I learned how to inspect hard to get elements in the DOM using a CSS trick in the console.  So what you basically do is that you go i...