• Log InLog In
  • Register
Liquid`
Team Liquid Liquipedia
EST 23:17
CET 05:17
KST 13:17
  • Home
  • Forum
  • Calendar
  • Streams
  • Liquipedia
  • Features
  • Store
  • EPT
  • TL+
  • StarCraft 2
  • Brood War
  • Smash
  • Heroes
  • Counter-Strike
  • Overwatch
  • Liquibet
  • Fantasy StarCraft
  • TLPD
  • StarCraft 2
  • Brood War
  • Blogs
Forum Sidebar
Events/Features
News
Featured News
ByuL: The Forgotten Master of ZvT29Behind the Blue - Team Liquid History Book19Clem wins HomeStory Cup 289HomeStory Cup 28 - Info & Preview13Rongyi Cup S3 - Preview & Info8
Community News
Team Liquid Map Contest - Preparation Notice3Weekly Cups (Feb 23-Mar 1): herO doubles, 2v2 bonanza1Weekly Cups (Feb 16-22): MaxPax doubles0Weekly Cups (Feb 9-15): herO doubles up2ACS replaced by "ASL Season Open" - Starts 21/0258
StarCraft 2
General
Team Liquid Map Contest - Preparation Notice How do you think the 5.0.15 balance patch (Oct 2025) for StarCraft II has affected the game? ByuL: The Forgotten Master of ZvT Nexon's StarCraft game could be FPS, led by UMS maker Weekly Cups (Feb 23-Mar 1): herO doubles, 2v2 bonanza
Tourneys
PIG STY FESTIVAL 7.0! (19 Feb - 1 Mar) RSL Season 4 announced for March-April Sparkling Tuna Cup - Weekly Open Tournament SEL Doubles (SC Evo Bimonthly) WardiTV Team League Season 10
Strategy
Custom Maps
Publishing has been re-enabled! [Feb 24th 2026] Map Editor closed ?
External Content
The PondCast: SC2 News & Results Mutation # 515 Together Forever Mutation # 514 Ulnar New Year Mutation # 513 Attrition Warfare
Brood War
General
It's March 3rd BW General Discussion BGH Auto Balance -> http://bghmmr.eu/ CasterMuse Youtube Recent recommended BW games
Tourneys
[Megathread] Daily Proleagues BWCL Season 64 Announcement The Casual Games of the Week Thread [LIVE] [S:21] ASL Season Open Day 1
Strategy
Soma's 9 hatch build from ASL Game 2 Fighting Spirit mining rates Simple Questions, Simple Answers Zealot bombing is no longer popular?
Other Games
General Games
Stormgate/Frost Giant Megathread Nintendo Switch Thread Battle Aces/David Kim RTS Megathread Diablo 2 thread Path of Exile
Dota 2
The Story of Wings Gaming Official 'what is Dota anymore' discussion
League of Legends
Heroes of the Storm
Simple Questions, Simple Answers Heroes of the Storm 2.0
Hearthstone
Deck construction bug Heroes of StarCraft mini-set
TL Mafia
Mafia Game Mode Feedback/Ideas Vanilla Mini Mafia TL Mafia Community Thread
Community
General
US Politics Mega-thread Things Aren’t Peaceful in Palestine Russo-Ukrainian War Thread UK Politics Mega-thread NASA and the Private Sector
Fan Clubs
The IdrA Fan Club
Media & Entertainment
[Req][Books] Good Fantasy/SciFi books [Manga] One Piece Anime Discussion Thread
Sports
2024 - 2026 Football Thread Formula 1 Discussion TL MMA Pick'em Pool 2013
World Cup 2022
Tech Support
Laptop capable of using Photoshop Lightroom?
TL Community
The Automated Ban List
Blogs
Just Watchers: Why Some Only…
TrAiDoS
Unintentional protectionism…
Uldridge
ASL S21 English Commentary…
namkraft
Life Update and thoughts.
FuDDx
How do archons sleep?
8882
Customize Sidebar...

Website Feedback

Closed Threads



Active: 1654 users

What to do as a first year CS major and beyond?

Blogs > billy5000
Post a Reply
billy5000
Profile Blog Joined December 2010
United States865 Posts
February 13 2012 17:26 GMT
#1
Hey guys, I've only started being interested in programming just a few months back. To be honest I had no idea what programming was. I changed my major because I couldn't stand my previous major, and I've always wanted to try computer science back in high school.

But I have a problem: I'm halfway through my intro to programming class and I still have no idea what it exactly is! We're learning java and made these really simple programs using API's, methods, recursions, etc, but I WANT TO DO SO MUCH MORE!!!XD

Our professor is from MIT, and I'm pretty sure we're on the right track (I'm doing fairly well in class also), but I want to see the bigger picture. I want to learn as much as possible, but I have no idea where to start. Sometimes I feel that I could be something more worthwhile than attending class and doing class work.

Can anyone offer me an advice on what thought they should have done or have done in their college career starting all the way from their freshman year? Maybe getting involved in an online community similar to teamliquid but for programming?

Thanks in advance.

Tiger got to hunt, bird got to fly; Man got to sit and wonder, 'Why, why, why?' Tiger got to sleep, bird got to land; Man got to tell himself he understand. Vonnegut
Gorion3
Profile Joined October 2010
Netherlands30 Posts
February 13 2012 17:33 GMT
#2
Stop using XD for start.

Next up is, do more with programming? Try making a simple game, or a program which does something you want it to do (example: change your wallpaper every xx seconds). You could also ask your professor for more interesting topics which you can do in your private time.
nath
Profile Blog Joined May 2010
United States1788 Posts
February 13 2012 17:38 GMT
#3
i love helping aspiring/passionate programmers. i've dedicated my life to the art, if you have any questions or want any advice/ideas on fun projects to work on just PM me! always have a few things in the works
Founder of Flow Enterprises, LLC http://flow-enterprises.com/
shannn
Profile Blog Joined May 2010
Netherlands2891 Posts
February 13 2012 17:57 GMT
#4
Programming is really a lot about problem solving in which you just have to program a lot to gain experience so you won't make the same mistake twice (exactly like Starcraft). College is there to give you the concepts how to handle these problems (like most pro's in sc2 are saying just to ladder a lot to gain experience and mechanics). It will give you a mind set which you will benefit in combination of programming which you'll have to do yourself outside school.

At least this was for me at my college right now. Study materials differ each country/college though so you might've already been doing what I've said :p

The books listed in big programming thread are very good and I've read some of them in my spare time. I would suggest you do the same once you have decent grasp of OOP. Data Structures & Algorithms, Design Patterns and Clean Code - A Handbook of Agile Software Craftsmanship are books I have learned a lot from after I got a basic understanding of OOP.
http://www.teamliquid.net/forum/viewpost.php?post_id=6321864 Epic post.
Saline
Profile Joined February 2008
United States73 Posts
February 13 2012 18:05 GMT
#5
Like shannn said--you can't just start off writing games. You could attempt, but without the fundamentals of computer science, it's going to be an unorganized mess, and will be horribly inefficient.

College CS courses are to understand the concepts. Data Structures, Algorithms, how computers work, the pros/cons of different programming languages, theory behind design aspects, networking, etc. Once you have these concepts down, each language is just a different interpretation, for the most part, of the same basic principles, with various strengths and weaknesses.
UmiNotsuki
Profile Blog Joined April 2011
United States633 Posts
February 13 2012 18:05 GMT
#6
Oh, I have great advice here. Take what you know about coding. Think of something that you JUST BARELY don't know exactly how to do. Try to code it. You'll run into the problem of not knowing something but being very close to knowing it, and then through your own problem solving skills or even just by looking something up you'll work through that issue and, bam, you've learned and also produced an interesting piece of code.

Rinse and repeat until you're working for IBM.

g.g.
UmiNotsuki.111 (NA), UNTReborn.932 (EU), UmiNotsuki (iCCup) -- You see that text I wrote above this? I'll betcha $5 that you disagree :D
Gummy
Profile Blog Joined October 2010
United States2180 Posts
February 13 2012 18:19 GMT
#7
There is a programming thread on TL. Also, life is wonderful and beautiful and you should enjoy every moment of it.
¯\_(ツ)_/¯ There are three kinds of people in the world: those who can count and those who can't.
PleasureImWallace
Profile Blog Joined February 2012
Canada45 Posts
Last Edited: 2012-02-13 18:33:56
February 13 2012 18:28 GMT
#8
A) Don't get too java-ised. Java, while a versatile and very popular language, that you more or less need if you want to get a job, is terrible for teaching. Most issues can be solved by just finding a class someone else made, and a lot of things (memory cleaning and such) are totally automated

B) Join your school's CS club, fun fun fun stuff. Nerdy as all hell (at least mine is), but if you're majoring cs, there's got to be a bit of a nerd in you somewhere

C) If you really have the desire, learn C/UNIX. They're the core of most programming, and teach you really really developed programming skills. Your school will definitly have classes.

D) On the other end of the spectrum, read about ruby, and racket/scheme. Really automated, but functional programming is a cool concept.

www.projecteuler.net

- Huge deposit of challenging programming questions
CHEEEEEEEEEEEEEEEEESE GROMIT
Scorch
Profile Blog Joined March 2008
Austria3371 Posts
February 13 2012 18:39 GMT
#9
Think of a small project that teaches you stuff. I, for example, made a little program which lets you set a timer to shutdown your computer to get acquainted with GUI programming in Java. Or maybe make something that accesses a database. Or make a small Android app. You don't learn such stuff in school (at least I didn't), you have to learn how to teach yourself things and get a little experience.
WickedSkies
Profile Blog Joined August 2011
Netherlands81 Posts
February 13 2012 19:06 GMT
#10
On February 14 2012 02:26 billy5000 wrote:
Hey guys, I've only started being interested in programming just a few months back. To be honest I had no idea what programming was. I changed my major because I couldn't stand my previous major, and I've always wanted to try computer science back in high school.

But I have a problem: I'm halfway through my intro to programming class and I still have no idea what it exactly is! We're learning java and made these really simple programs using API's, methods, recursions, etc, but I WANT TO DO SO MUCH MORE!!!XD

Our professor is from MIT, and I'm pretty sure we're on the right track (I'm doing fairly well in class also), but I want to see the bigger picture. I want to learn as much as possible, but I have no idea where to start. Sometimes I feel that I could be something more worthwhile than attending class and doing class work.

Can anyone offer me an advice on what thought they should have done or have done in their college career starting all the way from their freshman year? Maybe getting involved in an online community similar to teamliquid but for programming?

Thanks in advance.

THERE IS SO MUCH STUFF to learn, just read away, read blogs, examine code snippets, participate in Open Source projects, make a StackOverflow/ProgrammersExchange account. It doesn't have to necessarily be about java, there is so much things to learn in every aspect. I envy you, you are still in the 'i want to learn phase'. I am now in the 'just let me sleep phase' and can't seem to get away out of it.
Drone chasing probe, Tasteless quietly watching (Artosis)
mmp
Profile Blog Joined April 2009
United States2130 Posts
February 13 2012 19:21 GMT
#11
There are too major paths you can take: computer science and software engineering. The former will likely involve a lot of mathematical theory alongside your programming, the latter primarily is concerned with methodology and production. Getting deep into CS will probably take you to grad school. Getting deep into software will land you a job in industry.

Reading through the Internet will give an understanding of where software is today.
You must read through recent papers (ACM, IEEE, SIG) to get an understanding of where CS is today.

There are many different disciplines either way, so you will have to look around and decide what looks interesting to you. Try not to get misguided into business-oriented junk -- stick to proven technologies on proven platforms; don't chase the next big thing.
I (λ (foo) (and (<3 foo) ( T_T foo) (RAGE foo) )) Starcraft
mmp
Profile Blog Joined April 2009
United States2130 Posts
Last Edited: 2012-02-13 19:28:51
February 13 2012 19:28 GMT
#12
And even if you're frustrated in class, either work on a project outside of class (open source, or better: ask your instructor if he/she has room in his/her research group for an undergrad) or just pay attention and bide your time. The pedantic lessons are demonstrative of the kind of problems you encounter when writing computer programs, so get it right the first time.

You have a lot of energy, but you don't want to burn it all on something that you won't be satisfied with a year or two later. So until you know what the scene is like, you have to bide your time and build up a skillset.

What specifically are you interested in? I can probably point you to a research group, community, or open source project that is working on it.
I (λ (foo) (and (<3 foo) ( T_T foo) (RAGE foo) )) Starcraft
mmp
Profile Blog Joined April 2009
United States2130 Posts
Last Edited: 2012-02-13 19:34:54
February 13 2012 19:34 GMT
#13
In general, walking up to a PI and saying, "Hi. I'm a bright-eyed undergraduate with a chip on my shoulder. I want to work for you in whatever capacity I can learn on the job. I require little-to-no pay, just the opportunity to slay dragons." never fails. Most of the time, people are just happy to be a mentor to someone, and if you do anything big they'll get acknowledgement. Also, if you stick with the group (nobody gets kicked out), you can get a Masters adviser or recommendation elsewhere.
I (λ (foo) (and (<3 foo) ( T_T foo) (RAGE foo) )) Starcraft
Please log in or register to reply.
Live Events Refresh
PiGosaur Cup
01:00
#71
PiGStarcraft719
CranKy Ducklings120
EnkiAlexander 68
davetesta13
Liquipedia
[ Submit Event ]
Live Streams
Refresh
StarCraft 2
PiGStarcraft719
RuFF_SC2 222
mcanning 98
SortOf 68
StarCraft: Brood War
Sea 6250
GuemChi 2085
Shuttle 384
Shine 144
Leta 114
Noble 74
Dewaltoss 31
Icarus 6
Dota 2
monkeys_forever827
LuMiX1
League of Legends
Nathanias12
Counter-Strike
taco 883
Super Smash Bros
hungrybox541
Other Games
summit1g11589
C9.Mang0433
Maynarde114
ViBE64
Mew2King53
ZombieGrub48
Organizations
Other Games
gamesdonequick1174
Counter-Strike
PGL82
StarCraft 2
Blizzard YouTube
StarCraft: Brood War
BSLTrovo
sctven
[ Show 17 non-featured ]
StarCraft 2
• Berry_CruncH431
• practicex 3
• Migwel
• sooper7s
• AfreecaTV YouTube
• intothetv
• Kozan
• IndyKCrew
• LaughNgamezSOOP
StarCraft: Brood War
• RayReign 15
• STPLYoutube
• ZZZeroYoutube
• BSLYoutube
League of Legends
• Scarra1408
• Lourlo694
• Rush554
• Stunt298
Upcoming Events
Replay Cast
4h 43m
Replay Cast
19h 43m
The PondCast
1d 5h
KCM Race Survival
1d 5h
WardiTV Winter Champion…
1d 7h
Replay Cast
1d 19h
Ultimate Battle
2 days
Light vs ZerO
WardiTV Winter Champion…
2 days
Classic vs Nicoract
herO vs YoungYakov
ByuN vs Gerald
Clem vs Krystianer
Replay Cast
2 days
CranKy Ducklings
3 days
[ Show More ]
WardiTV Winter Champion…
3 days
MaxPax vs Spirit
Bunny vs Rogue
Cure vs SHIN
Solar vs Zoun
Replay Cast
3 days
Sparkling Tuna Cup
4 days
WardiTV Winter Champion…
4 days
Replay Cast
4 days
Replay Cast
5 days
Monday Night Weeklies
5 days
Replay Cast
5 days
Liquipedia Results

Completed

Proleague 2026-03-03
PiG Sty Festival 7.0
Underdog Cup #3

Ongoing

KCM Race Survival 2026 Season 1
Jeongseon Sooper Cup
Spring Cup 2026
WardiTV Winter 2026
Nations Cup 2026
ESL Pro League S23 Stage 1&2
PGL Cluj-Napoca 2026
IEM Kraków 2026
BLAST Bounty Winter 2026
BLAST Bounty Winter Qual
eXTREMESLAND 2025

Upcoming

ASL Season 21: Qualifier #1
ASL Season 21: Qualifier #2
ASL Season 21
Acropolis #4 - TS6
Acropolis #4
IPSL Spring 2026
CSLAN 4
HSC XXIX
uThermal 2v2 2026 Main Event
Bellum Gens Elite Stara Zagora 2026
RSL Revival: Season 4
NationLESS Cup
Asian Champions League 2026
IEM Atlanta 2026
PGL Astana 2026
BLAST Rivals Spring 2026
CCT Season 3 Global Finals
IEM Rio 2026
PGL Bucharest 2026
Stake Ranked Episode 1
BLAST Open Spring 2026
ESL Pro League S23 Finals
TLPD

1. ByuN
2. TY
3. Dark
4. Solar
5. Stats
6. Nerchio
7. sOs
8. soO
9. INnoVation
10. Elazer
1. Rain
2. Flash
3. EffOrt
4. Last
5. Bisu
6. Soulkey
7. Mini
8. Sharp
Sidebar Settings...

Advertising | Privacy Policy | Terms Of Use | Contact Us

Original banner artwork: Jim Warren
The contents of this webpage are copyright © 2026 TLnet. All Rights Reserved.