• Log InLog In
  • Register
Liquid`
Team Liquid Liquipedia
EDT 08:07
CEST 14:07
KST 21:07
  • 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
Maestros of the Game: Week 1/Play-in Preview9[ASL20] Ro24 Preview Pt2: Take-Off7[ASL20] Ro24 Preview Pt1: Runway132v2 & SC: Evo Complete: Weekend Double Feature4Team Liquid Map Contest #21 - Presented by Monster Energy12
Community News
LiuLi Cup - September 2025 Tournaments2Weekly Cups (August 25-31): Clem's Last Straw?35Weekly Cups (Aug 18-24): herO dethrones MaxPax6Maestros of The Game—$20k event w/ live finals in Paris46Weekly Cups (Aug 11-17): MaxPax triples again!15
StarCraft 2
General
Weekly Cups (August 25-31): Clem's Last Straw? Team Liquid Map Contest #21 - Presented by Monster Energy Heaven's Balance Suggestions (roast me) Geoff 'iNcontroL' Robinson has passed away Speculation of future Wardii series
Tourneys
RSL: Revival, a new crowdfunded tournament series LiuLi Cup - September 2025 Tournaments Sea Duckling Open (Global, Bronze-Diamond) Sparkling Tuna Cup - Weekly Open Tournament Maestros of The Game—$20k event w/ live finals in Paris
Strategy
Custom Maps
External Content
Mutation # 489 Bannable Offense Mutation # 488 What Goes Around Mutation # 487 Think Fast Mutation # 486 Watch the Skies
Brood War
General
BGH Auto Balance -> http://bghmmr.eu/ BSL Polish World Championship 2025 20-21 September BW General Discussion ASL20 General Discussion Simple editing of Brood War save files? (.mlx)
Tourneys
Is there English video for group selection for ASL [Megathread] Daily Proleagues [ASL20] Ro24 Group F [IPSL] CSLAN Review and CSLPRO Reimagined!
Strategy
Simple Questions, Simple Answers Muta micro map competition Fighting Spirit mining rates [G] Mineral Boosting
Other Games
General Games
Path of Exile General RTS Discussion Thread Stormgate/Frost Giant Megathread Warcraft III: The Frozen Throne Nintendo Switch Thread
Dota 2
Official 'what is Dota anymore' discussion
League of Legends
Heroes of the Storm
Simple Questions, Simple Answers Heroes of the Storm 2.0
Hearthstone
Heroes of StarCraft mini-set
TL Mafia
TL Mafia Community Thread Vanilla Mini Mafia
Community
General
Expert Roof Repairs in Welwyn Garden City US Politics Mega-thread Russo-Ukrainian War Thread Things Aren’t Peaceful in Palestine Canadian Politics Mega-thread
Fan Clubs
The Happy Fan Club!
Media & Entertainment
Anime Discussion Thread Movie Discussion! [Manga] One Piece [\m/] Heavy Metal Thread
Sports
2024 - 2026 Football Thread Formula 1 Discussion TeamLiquid Health and Fitness Initiative For 2023
World Cup 2022
Tech Support
Computer Build, Upgrade & Buying Resource Thread High temperatures on bridge(s) Gtx660 graphics card replacement
TL Community
The Automated Ban List TeamLiquid Team Shirt On Sale
Blogs
A very expensive lesson on ma…
Garnet
hello world
radishsoup
Lemme tell you a thing o…
JoinTheRain
How Culture and Conflict Imp…
TrAiDoS
RTS Design in Hypercoven
a11
Evil Gacha Games and the…
ffswowsucks
INDEPENDIENTE LA CTM
XenOsky
Customize Sidebar...

Website Feedback

Closed Threads



Active: 629 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
RSL Revival
10:00
Season 2: Group D
Maru vs SHIN
MaNa vs MaxPax
Crank 1429
Tasteless1114
Rex106
3DClanTV 69
IndyStarCraft 7
LiquipediaDiscussion
The PondCast
10:00
Episode 61
CranKy Ducklings38
Liquipedia
[ Submit Event ]
Live Streams
Refresh
StarCraft 2
Crank 1422
Tasteless 1076
Lowko215
Rex 102
IndyStarCraft 7
StarCraft: Brood War
Britney 43432
Bisu 2335
Jaedong 839
EffOrt 455
hero 349
Mini 331
actioN 313
Snow 305
Stork 298
BeSt 253
[ Show more ]
Larva 227
Hyun 218
Rush 204
firebathero 183
Last 160
Light 156
Pusan 149
Soma 107
Mong 89
sSak 82
ggaemo 78
Liquid`Ret 70
Backho 62
ZerO 54
ToSsGirL 40
zelot 33
Sharp 31
Sea.KH 30
JYJ30
Nal_rA 29
soO 21
scan(afreeca) 18
Sacsri 14
Shine 10
ajuk12(nOOB) 9
Icarus 8
sorry 7
HiyA 6
Terrorterran 5
JulyZerg 3
Dota 2
The International32294
Gorgc8882
Dendi897
qojqva697
XaKoH 273
Fuzer 255
XcaliburYe131
KheZu48
Counter-Strike
olofmeister1679
x6flipin474
oskar73
Other Games
B2W.Neo1233
singsing1193
crisheroes548
DeMusliM380
Mew2King70
MindelVK14
Dewaltoss13
ZerO(Twitch)5
Organizations
StarCraft: Brood War
Kim Chul Min (afreeca) 1152
StarCraft 2
Blizzard YouTube
StarCraft: Brood War
BSLTrovo
sctven
[ Show 12 non-featured ]
StarCraft 2
• AfreecaTV YouTube
• intothetv
• Kozan
• IndyKCrew
• LaughNgamezSOOP
• Migwel
• sooper7s
StarCraft: Brood War
• BSLYoutube
• STPLYoutube
• ZZZeroYoutube
League of Legends
• Jankos884
• Stunt581
Upcoming Events
Maestros of the Game
4h 54m
Classic vs TriGGeR
Reynor vs SHIN
OSC
14h 54m
MaNa vs SHIN
SKillous vs ShoWTimE
Bunny vs TBD
Cham vs TBD
RSL Revival
21h 54m
Reynor vs Astrea
Classic vs sOs
Maestros of the Game
1d 4h
Serral vs Ryung
ByuN vs Zoun
BSL Team Wars
1d 6h
Team Bonyth vs Team Dewalt
CranKy Ducklings
1d 21h
RSL Revival
1d 21h
GuMiho vs Cham
ByuN vs TriGGeR
Cosmonarchy
2 days
TriGGeR vs YoungYakov
YoungYakov vs HonMonO
HonMonO vs TriGGeR
Maestros of the Game
2 days
Solar vs Bunny
Clem vs Rogue
[BSL 2025] Weekly
2 days
[ Show More ]
RSL Revival
2 days
Cure vs Bunny
Creator vs Zoun
Maestros of the Game
3 days
Maru vs Lambo
herO vs ShoWTimE
BSL Team Wars
3 days
Team Hawk vs Team Sziky
Sparkling Tuna Cup
3 days
Monday Night Weeklies
4 days
The PondCast
6 days
Liquipedia Results

Completed

CSL Season 18: Qualifier 2
SEL Season 2 Championship
HCC Europe

Ongoing

Copa Latinoamericana 4
BSL 20 Team Wars
KCM Race Survival 2025 Season 3
BSL 21 Qualifiers
ASL Season 20
CSL 2025 AUTUMN (S18)
RSL Revival: Season 2
Maestros of the Game
Sisters' Call Cup
BLAST Open Fall Qual
Esports World Cup 2025
BLAST Bounty Fall 2025
BLAST Bounty Fall Qual
IEM Cologne 2025
FISSURE Playground #1
BLAST.tv Austin Major 2025

Upcoming

LASL Season 20
2025 Chongqing Offline CUP
BSL Season 21
BSL 21 Team A
Chzzk MurlocKing SC1 vs SC2 Cup #2
EC S1
BLAST Rivals Fall 2025
IEM Chengdu 2025
PGL Masters Bucharest 2025
Thunderpick World Champ.
MESA Nomadic Masters Fall
CS Asia Championships 2025
ESL Pro League S22
StarSeries Fall 2025
FISSURE Playground #2
BLAST Open Fall 2025
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 © 2025 TLnet. All Rights Reserved.