GithubHelp home page GithubHelp logo

Comments (2)

mufid avatar mufid commented on April 27, 2024

Or, perhaps, this can be in the "advance theoritical CS topics" that should be followed by anyone who want to step up the game (regardless the major they take). Of course this is not for beginner, but soon after we learn the basic, it is impossible to learn anything without these topics.

Perhaps, "theoritical CS topics" can be consist of these subtopics (taken from "Operating System Concept" book and "Data Structure and Algoritm" book):

  • Threading (and building a thread-safe application) since nowadays most computers and OS have multihthreading capability.
  • Resource management (deadlock, locking, race condition, mutex), as a one of solution for building thread-safe application.
  • Memory management (understanding page, how GC works, RSS, etc), so that we can understand why the program has memory leak.
  • Basic complexity calculation (Big O), so we can understand which part of the code that running very slow.
  • Basic searching (sequential, binary search, BFS, DFS, A*), so we can make a decision for simple problem.

I tried to cherry pick those topics so new developers can get the gist of most high volume and high scalability problem.

Feel free to improve the list 😄

from developer-roadmap.

kamranahmedse avatar kamranahmedse commented on April 27, 2024

Agreed that everybody should know them but I have to close this for being a non-issue as the charts focus on given a high level overview of the ecosystem and what one needs to learn in terms of the available options. But nice suggestion though; I might add this once I put up the links and resources into the repository.

Thank you.

from developer-roadmap.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.