All Projects → nushackers → Notes To Cs Freshmen From The Future

nushackers / Notes To Cs Freshmen From The Future

Notes to (NUS) Computer Science Freshmen, From The Future (Original by @ejamesc)

Projects that are alternatives of or similar to Notes To Cs Freshmen From The Future

Cs Univ Wiki
컴공생을 위한 대학 생활 가이드라인
Stars: ✭ 202 (-78.78%)
Mutual labels:  computer-science, university
Robotics Coursework
🤖 Places where you can learn robotics (and stuff like that) online 🤖
Stars: ✭ 1,810 (+90.13%)
Mutual labels:  computer-science, university
Openlib.cs
📚 A Collection of Free & Open Resources for University Coursework in Computer Science.
Stars: ✭ 198 (-79.2%)
Mutual labels:  computer-science, university
dcs-notes.github.io
Unofficial notes for modules offered in the first year of Computer Science by the University of Warwick
Stars: ✭ 22 (-97.69%)
Mutual labels:  computer-science, university
hacktoberfest
Contribua com os projetos de código aberto do curso e ganhe prêmios por isso!
Stars: ✭ 25 (-97.37%)
Mutual labels:  computer-science, university
ML-University
Machine Learning Open Source University
Stars: ✭ 423 (-55.57%)
Mutual labels:  computer-science, university
cs-sakaryauniversity
Sakarya Üniversitesi'nde okuduğum süre boyunca karşıma çıkan tüm ödevler, ders notları ve çıkmış sınav soruları (All the assignments, lecture notes and exams)
Stars: ✭ 133 (-86.03%)
Mutual labels:  computer-science, university
Learn Something Every Day
📝 A compilation of everything that I learn; Computer Science, Software Development, Engineering, Math, and Coding in General. Read the rendered results here ->
Stars: ✭ 362 (-61.97%)
Mutual labels:  computer-science, university
Cs study plan
一份硬核(hardcore)计算机科学CS自学计划,偏向软件工程和系统架构方向
Stars: ✭ 837 (-12.08%)
Mutual labels:  computer-science
Analysissummary
Vorlesung Analysis für Informatiker WS16/17 an der TUM
Stars: ✭ 10 (-98.95%)
Mutual labels:  computer-science
Computer Science
Contains the basic fundamental data structures and algorithms a front end engineer should know, written all in JavaScript.
Stars: ✭ 798 (-16.18%)
Mutual labels:  computer-science
Abstractionlayers
Abstraction Layers
Stars: ✭ 16 (-98.32%)
Mutual labels:  university
Csmodules
An index for Michael Loceff's computer science teaching modules.
Stars: ✭ 11 (-98.84%)
Mutual labels:  computer-science
Jsraccoon
Советы по верстке и программированию на JavaScript – http://jsraccoon.ru
Stars: ✭ 826 (-13.24%)
Mutual labels:  advice
Crash Course Computer Science Chinese
💻 计算机速成课 | Crash Course 字幕组 (全40集 2018-5-1 精校完成)
Stars: ✭ 8,057 (+746.32%)
Mutual labels:  computer-science
Mind Expanding Books
📚 Books everyone should read!
Stars: ✭ 7,151 (+651.16%)
Mutual labels:  computer-science
Njucs
2021南京大学计算机科学与技术845考研公共课和专业课资料:数学一、英语一、政治、数据结构、计算机网络、计算机系统基础、操作系统教程、算法设计与分析-包括真题、期末考试、PPT、模拟题、专业课参考书及课后答案、报录比、经验等等
Stars: ✭ 720 (-24.37%)
Mutual labels:  computer-science
Design Patterns For Humans
An ultra-simplified explanation to design patterns
Stars: ✭ 32,376 (+3300.84%)
Mutual labels:  computer-science
Papers I Read
A-Paper-A-Week
Stars: ✭ 869 (-8.72%)
Mutual labels:  computer-science
Cyber Labs Get Started
This repository contains resources to get you started in the field of your choice.
Stars: ✭ 25 (-97.37%)
Mutual labels:  computer-science

Notes to (NUS) Computer Science Freshmen, From The Future

Ported over from the original document.

The mailing list announcement that started it all (23 August 2012): Link to thread

Intro

Early into the AY12/13 academic year, Prof Tay Yong Chiang organized a supper for Computer Science freshmen at Tembusu College. The bunch of seniors who were gathered there put together a document for NUS computing freshmen. This is that document.

Feel free to create a pull request to edit or add to it, and share it with other freshmen you know.

Links

You’ll probably want to start with some general advice written for undergraduates/beginners in Computing. Read:

The sites from which the above articles are available are generally good places to read from. Also, follow some Computer Science blogs and sites:

Computer scientists or Programmers that you should know

Because we just have to have some hero worship, don't we? ;-)

(Informal) Checklists

Use the checklist below to get a rough measure of your knowledge.

Introductions to various specializations

Graduate School

Programming Languages

Game Programming

Learning Unix

  • If you have a Mac, start playing around with your terminal.

  • If you don’t, figure out how to install Virtual Box and then figure out how to install a Linux distribution on it.

  • Recommended ones are:

    • Ubuntu (Most user friendly?)

    • Linux Mint

    • Arch Linux (minimal Linux distro. Good for those who likes to poke around and install stuff on your own. Not newbie friendly.)

    • Manjaro Linux (An Arch derivative that aims to be more user friendly than Arch; good if you want a more up-to-date distro without too much pain)

    • CentOS (Most battle tested, loved by sysadmins who treasure their sleep)

  • Unix is required knowledge. As is familiarity with the shell (figure out what that means ;-) (Also, figure out what sudo rm -rf / means before trying it out) (And :() { : | : & };: )

  • Learn an editor - either emacs or vim. They will save you a lot of time when you’re coding for CS2105. Actually, in pretty much everything else in life, as well.

  • 💣 🔫 Pew! Smoking all the other editors 😉

  • Know some regex-fu.

Learning Stuff

  • Pick a project to trick yourself into learning new technologies. Drop by Hackerspace.SG

  • Attend NUS Hackers events. The club was created, years ago, by the same people who founded Hackerspace.SG

  • Intern.

  • Sign up for Google's Summer of Code

  • Work for a research lab for peanuts (only recommended if you really want to learn the techniques from that lab, or you want a career in academia).

  • If you need something to trick yourself into tricking yourself, take CS3216/CS3217.

  • Read code - lots of it - there’s a whole truckload of it available online

  • Learn and use version control. Thank us later.

    • For Mercurial - there’s a great guide written by Joel Spolsky.

    • For Git - read Pro Git chapters 1-5, and skip chapter 4. Come back and read the rest after you’ve used Git for awhile.

    • Set up a http://github.com account.

      • ‘Follow’ a few famous programmers.

      • Start a few projects and show them off there.

      • Also, don’t forget to give back to the community. Contribute to popular open source projects by sending in pull requests on github.

      • Some awesome open source NUS projects include:

  • On making things...

    • Consider starting an open source project.

    • Build your profile, write your blog using jekyll with Github Pages for free.

    • You may also apply for a free github student account, check out here, applying using your NUS account makes it easier to verify that you’re really a student. Private repos are great for collaborating on school projects.

    • Hack for fun. Fun and pointless is better than unicorny and non-existent.

    • When in doubt, sketch out your problems. Diagram them. They'll usually be easier to break down and analyse after a few doodles. If that doesn't work, take a break.

    • Read The (um..) Fine Manual. [aka RTFM]

    • Question ALL your assumptions! eg. Does 'x' really hold the value I think it does here?

    • Before coding a single line, question your own mental model of the problem. Do you understand the problem? Do you understand the desired outcome?

    • Know the rules first, then see how you can break them.

Good/Interesting Courses in SoC

  • CS1010S Programming Methodology (Python is damn cool)

  • CS1101S Programming Methodology (Functional Programming Paradigm )

  • CS3216 Software Product Engineering for Digital Markets ‘the Facebook module’: Multi-disciplinary approach to building web apps. Crazy workload (you’re expected to pick up new technologies and run with them in a week). Loads of fun. Not only for programmers.

  • CS3217 Software Engineering on Modern Application Platforms - ‘the iPad module’: CS3216’s twisted cousin. Programmers only. Highly interesting (and time-consuming) module where you will have to code a few iOS apps within a semester.

  • CS3233 Competitive Programming: An extremely tough module, suitable for anyone thinking of challenging themselves.

  • CS2104 Programming Languages Concepts - an excuse to learn Assembly, C, Prolog, Python, Ruby, Haskell, OCaml, Scheme and Oz in a single semester.

  • CP3108B (Mozilla) - Independent Project module. "The Mozilla module". Want to contribute to open source projects but don’t know where to start? Join it. ;)

  • Why limit yourself to modules? You might be surprised to know that SoC is pretty generous in allowing Independent Project modules. Want to work with an industry partner on a project (that is not in the ATAP list), just go talk to your advisor.

  • CS5231 Systems security. You rewrite IP Tables as an assignment ;)

  • CP2106: Independent Software Engineering Project (Earn module credits in summer while working on your very own project! If you're not thinking of doing an internship and are free in your first summer, this is a very worthwhile module to embark on)

You can also browse this list of high-level SoC modules organized into focus areas. As a general rule, the higher level specialized modules tend to be more interesting (pending good lecturers). Try and get past the level-2000s so you can get at the level 4000s and above.

Famous Books

These are books that are widely recognized to be seminal in computing. Worth reading (or at least putting on your to-read list).

Colloquial book titles are used where it’s famous enough to warrant so. For instance, when people in CS say ‘CLRS’, they mean ‘Introduction to Algorithms’.

List of free programming ebooks -

Good books

Not necessarily about programming/computing.

Good talks

Some recently famous; others highly influential.

Seriously Good CS Lectures:

Programming Languages Lectures

Advice from seniors

Seniors - submit a pull request please!

Ali

Apply for NOC Silicon Valley to intern in a tech startup. You’ll learn loads with the right attitude. Don’t worry if you "didn't start a business" or “don't have entrepreneurship experience”. They love CS students.

Adhiraj

Computer Science is not about programming, though they go hand in hand.

Ced

Don’t be afraid

Div

You’re probably not learning as much as you should be

Wen Bin

Join CCAs, don’t just mug. CAP is not everything.

Vaarnan

Be language agnostic. Learn how to self-learn. Also, the curriculum is made for everyone to follow. Learn beyond the course.

Frank

Experiment; it’s not expensive to experiment with computers.

Laurence

Go out and meet people from industry

Jason

Be brave. Read, read and read. Read widely. Don't just read about computer science stuff.

Derek Sivers, has a very good reading list.

Learn at least a new language every year (Or learn 7 Languages in 7 Weeks).

Make sure the language messes with the way you normally think about programming. Alan Perlis once said: "A language that doesn't affect the way you think about programming, is not worth knowing"

Andrew

Make stuff to make your life easier. This works in more ways than one.

Silin

Don't be intimidated/overwhelmed if you find yourself among the really awesome programmers, especially if you're coming in without any background. do your best to keep up with the lectures, and learn to pick up skills/knowledge outside of school-taught content by doing your own reading

Yiping

Learn it the hard way. CS people are not meant to write fancy web pages to impress people from business school. Get yourself deep into the technical stuff. A sound foundation in C programming and system architecture are essential.

The teaching style in NUS (at least undergraduate courses) is easy to follow but often omits some exciting challenging stuff. Get yourself used to reading the textbooks (not the garbage ones) from cover to cover and to read research papers.

If you want to get an admiring CAP, the best way is to forget about your CAP. Choose the courses that appeals to your heart and can help you in your research.

Jesmond

Don’t be afraid to challenge yourself. Some of you may be saying to yourself "I have no background" or “The workload of the module seems daunting” but in the end you’re only preventing yourself realising your potential (just to let you know, I had never written a single line of code prior to entering uni and I’m surviving fine).

Only through the ‘hardcore’ modules do you learn skills that are practical for real-world use. Have a little confidence in yourself. University is the last place you can make mistakes without reservation before you go out into the working world.

Don’t learn what you need to know to pass exams because very quickly that knowledge may become obsolete.

Learn how to learn. In computing, it is very hard for you to be able to dig a niche for yourself and get away with it.

Technology evolves at a mind-blowing pace and the only way you can keep abreast is if you’re able to evolve with it.

Pursue what piques your interest because that’s the only way you’ll be able to keep yourself going once the going gets tough.

Learn to read the f***ing documentation. It’s the best way to learn the nuances of a language.

And last but not least, Google is your best friend =D

Shubham

  1. Ask questions. Don’t be afraid. At max, the other person will refuse to answer and never talk to you again. If the latter scenario happens, it is probably as well since he wasn’t helping you much anyway.

  2. Learn to say ‘no’. I have learnt it the very hard way that doing okay in many things and badly in a few is exponentially worse that doing well in one and only one. Don’t be overwhelmed by the many things people around you are doing. Believe and have faith in yourself.

  3. Stay fit. You shouldn’t make programming late at night an excuse for a McDonald’s meal or a coke at night. Do at least half an hour of vigorous exercise everyday. Never think you don’t have enough time to care for your body. A healthy body also allows your brain to work faster. Again, saying this from personal experience.

Richard

CS can get very political, and it's easy to get into debates where someone says you should make use of some software/programming-language/API/operating-system/convention etc. etc. rather than the one you're using, or how you should learn 20 different things when what you know is all you need to get you through the job. (And they may even be correct. ;-) ).

Ostentation will not make you a better programmer.

Ryan

Don’t just spend all your time on school work. CS is all about doing things yourself, figuring things out without much official help. Hack around whatever thing you like. Remember, the goal is learning. You can’t learn with just textbooks alone. You must learn by doing. Also, make yourself surrounded by smart people. You can learn a lot from your peers who are better than you.

GCL (aka Chun Lin/Carrot)

Read newspaper or books (not just textbooks), everyday.

Bach

Learn different kinds of programming paradigms. Learn functional programming, logic programming, stack-based programming, voodoo-oriented programming (I made the last one up)... The (computing) world is not just made of this shiny OOP thing

Joshua

It doesn’t matter what you study, as long as you keep learning. Read lots (blogs, books, papers), keep experimenting and keep practicing!

Eldric

  1. Differentiate yourself from the rest. Don’t make yourself a cog in a machine. If you do, make yourself an important one. If not you will be replaced with someone cheaper. Hint: do your own stuff outside of class

  2. Study other disciplines. Computer science is a great aid to other disciplines ⇔ you understand enough of the problem in computing terms to solve it.

  3. Pick up logic - If nothing else, make sure you don’t forget the natural deduction and first order logic you learn in CS1231 (to freshies: make sure you LEARN it.). Most papers are written by people who feel like throwing in excessive symbols to represent simple things.

  4. Make your school fees worth it. I.e. don’t spend time taking easy mods to pull your CAP up. I should repeat that this is basically the last time that you

  • get to make mistakes and get away with them

  • get to learn (additional) things for for free.

  1. Study ideas, apply technologies.

    • The hottest thing on the market now a) is going to continue being the hottest thing, b) get chucked out.
    • If a), then well everyone will know it, violating 1).
    • If b) that means everyone that knew it found something better, so no loss either.

    Just learn enough about a technology to apply(unless specializing into tech field, e.g. security). FYI, cloud computing is almost as old as the internet ;)

  2. That which does not exist is for you to create!

Shaun Stanislaus

Ideas were never really new, they were reinvented.

Yang Shun

  1. Learning how to learn is crucial in this age where current technology turns obsolete in the blink of an eye. The skills you possess may not be needed by your future employer and you will have to learn on the job. Your employers will want you to learn FAST.

  2. Like what you do and do what you like. Naturally you will spend more time on it and you will do them well.

  3. CAP is hardly of importance (but don’t neglect it!) in securing a decent job. Your employers look out for your past experiences and how fast you pick things up. Attitude comes before aptitude.

Viet

  1. Computer Science/Software Engineering is the best industry where you can fail early, fail often, and fail cheaply, and learn new tricks more efficiently

  2. Inspiring video by Derek Sivers: Why you need to fail http://www.youtube.com/watch?v=HhxcFGuKOys

  3. The test of pudding is in the eating. Go get a freelancing project, teach youngl gitings and be IT consultant. You will learn more from what you picked up from theory books and grill your knowledge and skills

  4. The ultimate goal of science and engineering, including Computer Science & Software Engineering is to reproduce success and best practices so learn to convey your message with simplicity

Minqi

Overseas internships on overseas internship. Also, it has been mentioned before but again, learn and use a version control system. I have seen people spending 1 year as a computing student, yet still refusing to learn, using Dropbox to sync code with their teammates.

Dat

All of this may seem really overwhelming, if you’re just starting out. Just make the best out of your time in NUS (and SoC especially). You’re not alone.

Keir

If you take the CS1101S mod, skip the last two missions. lol. You can get a decent mark from the rest of it, no point wasting time near finals :P .

Evan

Functional programming is kind of hot nowadays. New programming languages such as Swift and Rust has several features borrowed / inspired from functional language. Even Java 8 and C++11 added things like lambda. It is quite sad that you can graduate from NUS without learning those things.

If you did not take CS1101S, it’s fine, you can catch up on those concepts by taking CS2104 or learning it on your own. You can always go beyond maps and folds and pick Haskell.

Johannes

If you are willing to take risks, test your limits, and put in the hard work you need to, you will find friends and mentors glad to guide you, help you, and accompany you.

Sleeper

Take your time, but remember to take the time. Plan your days and buffer everything. Best part about buffers is that if you don't need them, you have instant free time. Also, cap isn't everything.(lucky freshies)

Zhu Liang

Networking is actually quite important, actively meet with new people, not just your peers from SoC.

Jing Rong

  1. Make sure you get an internship during your college years! Even Y1 Summer isn't too early. Try your luck out there - there are companies willing to take you on as long as you display the hunger to learn. Also - NOC is a great learning experience! You get to go to work at a startup (probably an overseas one!), take on responsibility and autonomy for your projects, attend tech meetups, go to hackathons, etc. It's pretty life changing.

  2. Work on projects you like outside of school work. Doesn't even have to be useful or original. Just make something you like, and learn something new whenever you have pockets of free time

  3. Go to Hackathons - Not to win, but to pick up a new skill/work on something challenging. Of course freebies and prizes are great to have :)

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].