• Log InLog In
  • Register
Liquid`
Team Liquid Liquipedia
EDT 07:06
CEST 13:06
KST 20:06
  • 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 Preview12[ASL20] Ro24 Preview Pt2: Take-Off7[ASL20] Ro24 Preview Pt1: Runway132v2 & SC: Evo Complete: Weekend Double Feature4Team Liquid Map Contest #21 - Presented by Monster Energy13
Community News
LiuLi Cup - September 2025 Tournaments2Weekly Cups (August 25-31): Clem's Last Straw?39Weekly Cups (Aug 18-24): herO dethrones MaxPax6Maestros of The Game—$20k event w/ live finals in Paris53Weekly Cups (Aug 11-17): MaxPax triples again!15
StarCraft 2
General
#1: Maru - Greatest Players of All Time Geoff 'iNcontroL' Robinson has passed away Production Quality - Maestros of the Game Vs RSL 2 Heaven's Balance Suggestions (roast me) Maestros of the Game: Week 1/Play-in Preview
Tourneys
Sea Duckling Open (Global, Bronze-Diamond) Maestros of The Game—$20k event w/ live finals in Paris RSL: Revival, a new crowdfunded tournament series LiuLi Cup - September 2025 Tournaments Sparkling Tuna Cup - Weekly Open Tournament
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
BW General Discussion ASL20 General Discussion Victoria gamers Pros React To: herO's Baffling Game BGH Auto Balance -> http://bghmmr.eu/
Tourneys
[IPSL] ISPL Season 1 Winter Qualis and Info! [Megathread] Daily Proleagues Is there English video for group selection for ASL Small VOD Thread 2.0
Strategy
Simple Questions, Simple Answers Muta micro map competition Fighting Spirit mining rates [G] Mineral Boosting
Other Games
General Games
Stormgate/Frost Giant Megathread General RTS Discussion Thread Nintendo Switch Thread Path of Exile Warcraft III: The Frozen Throne
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
The Games Industry And ATVI Canadian Politics Mega-thread European Politico-economics QA Mega-thread Things Aren’t Peaceful in Palestine US Politics Mega-thread
Fan Clubs
The Happy Fan Club!
Media & Entertainment
[Manga] One Piece Anime Discussion Thread Movie Discussion! [\m/] Heavy Metal Thread
Sports
MLB/Baseball 2023 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)
TL Community
The Automated Ban List TeamLiquid Team Shirt On Sale
Blogs
Collective Intelligence: Tea…
TrAiDoS
A very expensive lesson on ma…
Garnet
hello world
radishsoup
Lemme tell you a thing o…
JoinTheRain
RTS Design in Hypercoven
a11
Evil Gacha Games and the…
ffswowsucks
INDEPENDIENTE LA CTM
XenOsky
Customize Sidebar...

Website Feedback

Closed Threads



Active: 1276 users

The Big Programming Thread - Page 230

Forum Index > General Forum
Post a Reply
Prev 1 228 229 230 231 232 1031 Next
Thread Rules
1. This is not a "do my homework for me" thread. If you have specific questions, ask, but don't post an assignment or homework problem and expect an exact solution.
2. No recruiting for your cockamamie projects (you won't replace facebook with 3 dudes you found on the internet and $20)
3. If you can't articulate why a language is bad, don't start slinging shit about it. Just remember that nothing is worse than making CSS IE6 compatible.
4. Use [code] tags to format code blocks.
lannisport
Profile Joined February 2012
878 Posts
January 14 2013 02:00 GMT
#4581
Sorry that was just my sloppy writing. I meant I added a <div class="clear"></div> underneath the list and styled that as .clear {clear:both};
white_horse
Profile Joined July 2010
1019 Posts
Last Edited: 2013-01-14 02:55:58
January 14 2013 02:55 GMT
#4582
I'm planning on taking a summer course in web programming and web database, but which language do you think I should learn first? HTML, php, apache, etc. or does it not matter? I have C++ programming experience.
Translator
SgtCoDFish
Profile Blog Joined July 2010
United Kingdom1520 Posts
Last Edited: 2013-01-14 03:11:39
January 14 2013 03:11 GMT
#4583
On January 14 2013 11:55 white_horse wrote:
I'm planning on taking a summer course in web programming and web database, but which language do you think I should learn first? HTML, php, apache, etc. or does it not matter? I have C++ programming experience.


If you're wanting to do web programming, you'll REALLY want to know HTML (and CSS). Make sure you're learning modern stuff; there are older guides out there which will guide you wrong. If they're using tables for anything but showing tabular data, it's probably a bad guide.

Then JavaScript is an important web language and would also be helpful. But that's not so important.

If you're looking at databases, the no.1 thing you need to know is SQL. You need to understand how it looks and how to use it.

Other than that there's a plethora of languages being used nowadays, and I can't really advise you to learn any one (other than HTML/CSS/SQL and a bit of JS, which are all worth knowing). People will argue fanatically about the benefits and negatives of any one language and it can be hard to get sense out of them. I'm not so up to date with cutting edge web dev, so I'll stop here. GL!
tofucake
Profile Blog Joined October 2009
Hyrule19083 Posts
Last Edited: 2013-01-14 03:22:52
January 14 2013 03:22 GMT
#4584
On January 14 2013 11:55 white_horse wrote:
I'm planning on taking a summer course in web programming and web database, but which language do you think I should learn first? HTML, php, apache, etc. or does it not matter? I have C++ programming experience.

HTML is required for any website. Your C++ experience will help you in PHP, but it doesn't all transfer over easily. Apache is almost entirely relegated to configuration of the server. You can do some funky stuff with it but that stuff is kind of useless if you can't make a website in the first place.

Go with HTML, imo.
Liquipediaasante sana squash banana
Craton
Profile Blog Joined December 2009
United States17250 Posts
January 14 2013 03:35 GMT
#4585
Of those, I'd do HTML then PHP then Apache if you had to prioritize them. There's not really any reason you can't take PHP and Apache at the same time. You probably do want an understanding of HTML before doing PHP, but it's not hugely critical.
twitch.tv/cratonz
white_horse
Profile Joined July 2010
1019 Posts
January 14 2013 03:50 GMT
#4586
ok thanks, html it is
Translator
icystorage
Profile Blog Joined November 2008
Jollibee19350 Posts
January 14 2013 07:43 GMT
#4587
I have a question for you guys.

How was your first job as a software engineer?
Was there any pressure?
Were you afraid?
Any realizations?

I am a graduating student of CS and majored in software engineering, I had my internship and I thought it was okay but now I'm afraid. I'm afraid of not meeting expectations and I'm not confident about my knowledge and skills.

How is it at the entry-level?
LiquidDota StaffAre you ready for a Miracle-? We are! The International 2017 Champions!
clickrush
Profile Blog Joined May 2010
Switzerland3257 Posts
January 14 2013 08:03 GMT
#4588
On January 14 2013 16:43 icystorage wrote:
I have a question for you guys.

How was your first job as a software engineer?
Was there any pressure?
Were you afraid?
Any realizations?

I am a graduating student of CS and majored in software engineering, I had my internship and I thought it was okay but now I'm afraid. I'm afraid of not meeting expectations and I'm not confident about my knowledge and skills.

How is it at the entry-level?


This sounds like: http://en.wikipedia.org/wiki/Impostor_syndrome

It is normal to have those feelings and they probably won't go away for some time at least. But don't take them too seriously. Just be passionate, work hard and be nice to other people. It worked for alot of us so far
oGsMC: Zealot defense, Stalker attack, Sentry forcefieldu forcefieldu, Marauder die die
phar
Profile Joined August 2011
United States1080 Posts
Last Edited: 2013-01-14 08:18:17
January 14 2013 08:15 GMT
#4589
^ Yea pretty much.

Also, to a large extent, you shouldn't be confident of your knowledge and skills, because right of Uni you frankly don't really have much in the way of knowledge or skills. That's ok. Nobody does. Being confident of knowledge and skills that you don't actually have is a good way to stop learning, get stuck in a rut, never improve, and generally leave a bad impression on your peers.

What you do have (or should have) is some good fundamentals (grab bag of algorithms and data structures), the beginnings of the right mindset for programming/design, and the skill of how to learn stuff. That's basically all Uni is teaching you - how to learn stuff, and in particular for CS, how to learn complicated shit fast by breaking it into pieces.

You'll learn basically everything important on the job. Just don't be afraid to ask questions even if you think it sounds stupid. Hell, my co-workers and I still always ask questions that sound stupid, and some have been in the industry 10++ years. It's ok, it doesn't matter.

Keep an open mind, accept that other people are going to know a lot more than you for awhile (depending on your employer I guess), and try to learn as much as possible.
Who after all is today speaking about the destruction of the Armenians?
Ruscour
Profile Blog Joined April 2011
5233 Posts
January 14 2013 09:17 GMT
#4590
Is there a way to do pair programming through Sublime Text? Where you can be on LAN/on the internet and both edit the same document and see where your cursors are?

I've been doing this teaching someone programming but it'd be nicer in something lighter than Visual Studio.
adwodon
Profile Blog Joined September 2010
United Kingdom592 Posts
January 14 2013 12:27 GMT
#4591
On January 14 2013 16:43 icystorage wrote:
I have a question for you guys.

How was your first job as a software engineer?
Was there any pressure?
Were you afraid?
Any realizations?

I am a graduating student of CS and majored in software engineering, I had my internship and I thought it was okay but now I'm afraid. I'm afraid of not meeting expectations and I'm not confident about my knowledge and skills.

How is it at the entry-level?


About 3 months as a Junior Software Engineer here, working mainly in C for a company that makes graphics / capture cards.

I didn't graduate as a CS student, I have an MSci Physics and did Java / C++ on my course and did some stuff in Python in my spare time and after I graduated ( like the edX AI course ).

I don't know what you'll know, probably a considerable amount more than me but it doesn't really matter. As long as you understand the basics well enough to pass an interview you'll be fine.

The majority of what you'll likely be doing, if my experience is anything to go by, will simply be based around learning the software you're working with. You won't be thrown in the deep end, rather be tasked with relatively straight forward stuff ( making dialogues in windows for instance ), which expose you to a lot of the software so you can learn how it all fits together without needing to know the serious stuff. You won't be expected to write any complex code or crazy new algorithms, rather reuse stuff that's already in existence and implement it in a straight forward manner ( reuse is important ).

You'll have to learn a lot about the tools of the trade, source safe / windbg or whatever your company uses. Some of which I'm sure you'll know but there will be little extras to pick up on. You'll be expected to code to their style so I would look not only at what their code does but how its written. Nothing is worse than a team of people all with different coding styles, if you don't like their style, tough, its not your decision.

Don't be afraid to ask questions, people should help you, and eventually you should learn who's best to go to for the type of problem. For instance, I go to the previous new guy for basics and when I know I've made a stupid mistake because he was in a similar position not to long ago and seems to be able to identify them quickly. However try to avoid asking the same questions, or requiring help for the same problems, you are expected to make mistakes, but you're expected to learn from them.

Oh and if your company doesn't provide you with one, get a notepad, a small one and an A4 one. The small one for taking quick rough notes when speaking to people, and an A4 one for writing down more detailed things, and ideas about what you're going to be doing. Coding shouldn't be your priority, you need to think about what you're going to do before you do it, although as someone with little experience you will probably be a bit clueless before you start coding ( at least I was, I never understand what I'm doing until I'm halfway through writing it ).

Of course I have no experience of Agile or web stuff, so everything I've said could be completely wrong. If you give us an idea of what you'll be doing maybe someone else can give you a better idea.

I know I feel a lot more confident now, I look back at the stuff I did before I started here and I wonder how the hell I managed to do anything ( I had no clue how to use a debugger properly for instance ). Don't worry about feeling like you know nothing, if you can pass an interview you know enough, that's what they're for. If not, its their fault for hiring you, not your fault.
icystorage
Profile Blog Joined November 2008
Jollibee19350 Posts
January 14 2013 12:57 GMT
#4592
Just read through your suggestions. thank you for making me feel better, from a guy with little work experience, I now know basically what to do and not to do, i will seriously remember these stuff. thanks! really helped me here
LiquidDota StaffAre you ready for a Miracle-? We are! The International 2017 Champions!
KaiserJohan
Profile Joined May 2010
Sweden1808 Posts
January 14 2013 13:21 GMT
#4593
One thing I think is also to always be a little extra pessimistic/realistic when someone asks you how long it might take to implement a feature... even though it's hard. It sucks but software engineering so, so much about communication rather than coding :|
England will fight to the last American
Gowerly
Profile Blog Joined July 2011
United Kingdom916 Posts
January 14 2013 13:48 GMT
#4594
On January 14 2013 16:43 icystorage wrote:
I have a question for you guys.

How was your first job as a software engineer?
Was there any pressure?
Were you afraid?
Any realizations?

I am a graduating student of CS and majored in software engineering, I had my internship and I thought it was okay but now I'm afraid. I'm afraid of not meeting expectations and I'm not confident about my knowledge and skills.

How is it at the entry-level?

My "Software Experience" is in making games.
So, naturally, I was afraid. I was made to feel quite welcome, though, and generally you're given starting tasks that are there to judge your skill levels. You should be given work that will help you improve your skills.

My biggest realisation from it all was that your programming skills are not quite as important as your problem solving ability, and you'll do better the more you're able to spot edge cases in designs and your own code (basically bug mitigation).

Granted that, with games, you're spending more time dealing with other people's APIs. However, the principles are generally similar.

In general, though, you will find out whether this is the career for you within a few months. You either love it or you hate it.
I will reduce you to a series of numbers.
Tobberoth
Profile Joined August 2010
Sweden6375 Posts
January 14 2013 14:07 GMT
#4595
On January 14 2013 16:43 icystorage wrote:
I have a question for you guys.

How was your first job as a software engineer?
Was there any pressure?
Were you afraid?
Any realizations?

I am a graduating student of CS and majored in software engineering, I had my internship and I thought it was okay but now I'm afraid. I'm afraid of not meeting expectations and I'm not confident about my knowledge and skills.

How is it at the entry-level?

Depends on the job you get, but if you're entry level, you're not going to get something which requires experience anyway, so relax.

Like others have said, whats important is how you solve problems, and you capacity to learn new things. When I got my job, I had zero experience with C# and ASP.NET, which I was told immediately would be what I would work with. I got 1 week to learn it, which was enough because that's what you learn in university, to study. Also, obviously, what was required of me was reasonable considering my experience on the subject, I wasn't expected to go into really complex code deep in the codebase in the start, but instead got to work with separated modules a little bit at a time. When you have a fulltime job doing something, you get into the groove pretty quickly, so I wouldn't worry about it.
lepape
Profile Joined November 2005
Canada557 Posts
Last Edited: 2013-01-14 15:35:07
January 14 2013 15:32 GMT
#4596
Short question :

Realistically speaking, if someone starts in a Computer Science program in his late 20's, with no prior programming knowledge whatsoever and with average skills in maths, what's his chance of doing as well as other students and becoming an above average programmer? (and I mean without studying 120 hours a week trying to catch up)
Tobberoth
Profile Joined August 2010
Sweden6375 Posts
Last Edited: 2013-01-14 15:49:20
January 14 2013 15:48 GMT
#4597
On January 15 2013 00:32 lepape wrote:
Short question :

Realistically speaking, if someone starts in a Computer Science program in his late 20's, with no prior programming knowledge whatsoever and with average skills in maths, what's his chance of doing as well as other students and becoming an above average programmer? (and I mean without studying 120 hours a week trying to catch up)

Just fine, depending on the CS program. Programming actually has very little to do with math in most areas. If you're coding drivers etc in C, you might need math to optimize algorithms etc, and if you program video games, you need math for graphics/physics, but if you just work on company applications, web applications, databases etc, math is quite irrelevant, it's all about general problem solving. As for prior programming knowledge, most CS programs probably have introductory courses which are good enough to get you going, at least if you're a veteran computer user, which pretty much any young person today is.

I'd say any person who is interested in becoming a programmer can do so without much issue. Question is of course what you define as an "above average programmer".
ShoCkeyy
Profile Blog Joined July 2008
7815 Posts
Last Edited: 2013-01-14 16:15:16
January 14 2013 16:15 GMT
#4598
Ok question, I've been trying to SQL Inject this website for security purposes here at my job. I've never really ever tried this, but I'm curious as to how will I go about doing this. I'm trying to test my jobs security on their website.

+ Show Spoiler +
Just playing, I'm about to start school again and want to see which field I should go into. My current experience is mostly front end developing (HTML, CSS, PHP, JS, jQuery, MySQL). Was thinking of going into a class where I can possibly learn backend developing and my skills to a better level. I'm thinking some along the lines of either Computer Engineering - something I can learn more about PHP, C#, C++, ASP.NET, ASP, AJAX and so on.
Life?
DumJumJmyWum
Profile Joined March 2011
United States75 Posts
January 14 2013 16:26 GMT
#4599
On January 14 2013 11:55 white_horse wrote:
I'm planning on taking a summer course in web programming and web database, but which language do you think I should learn first? HTML, php, apache, etc. or does it not matter? I have C++ programming experience.


I recently got into the field of web programming and got a job doing web stuff (both front end and back end). I would highly recommend "HTML and CSS: Design and Build Websites" by Jon Duckett. It's pretty new and up to date, not to long, and easy to read.

For javascript, I read "Modern JavaScript: Develop and Design" by Larry E. Ullman

For php I read the Murach book. I think the Murach series books are pretty good.

PizzaParty
Profile Blog Joined October 2010
Canada169 Posts
January 14 2013 19:10 GMT
#4600
Great read

http://kotaku.com/5975610/the-exceptional-beauty-of-doom-3s-source-code

Also made me discover this guy's site

http://fabiensanglard.net/
http://www.youtube.com/watch?v=ojMkw6lZ-PY
Prev 1 228 229 230 231 232 1031 Next
Please log in or register to reply.
Live Events Refresh
RSL Revival
10:00
Season 2: Group C
GuMiho vs Cham
ByuN vs TriGGeR
Crank 1357
Tasteless667
IndyStarCraft 170
Rex80
3DClanTV 57
LiquipediaDiscussion
CranKy Ducklings
10:00
Sea Duckling Open #138
CranKy Ducklings35
LiquipediaDiscussion
[ Submit Event ]
Live Streams
Refresh
StarCraft 2
Crank 1357
Tasteless 667
mouzHeroMarine 290
IndyStarCraft 170
Rex 80
MindelVK 22
StarCraft: Brood War
Sea 34631
Jaedong 1005
firebathero 668
Larva 566
ajuk12(nOOB) 445
Stork 349
actioN 339
Zeus 300
Mini 256
Hyuk 183
[ Show more ]
Last 177
Leta 158
PianO 117
BeSt 110
Rush 108
ggaemo 88
ZerO 81
ToSsGirL 48
Movie 39
Sharp 39
yabsab 37
sorry 35
Backho 33
Free 24
zelot 22
Noble 21
Purpose 18
sSak 9
HiyA 9
Calm 0
Britney 0
Dota 2
The International35325
Gorgc10409
Dendi652
Fuzer 256
XcaliburYe152
League of Legends
JimRising 500
Counter-Strike
Stewie2K761
Super Smash Bros
Westballz64
Heroes of the Storm
Khaldor143
Other Games
summit1g3535
singsing1277
B2W.Neo544
crisheroes294
Hui .202
Mew2King32
ZerO(Twitch)7
Organizations
StarCraft 2
Blizzard YouTube
StarCraft: Brood War
BSLTrovo
sctven
[ Show 11 non-featured ]
StarCraft 2
• AfreecaTV YouTube
• intothetv
• Kozan
• IndyKCrew
• LaughNgamezSOOP
• Migwel
• sooper7s
StarCraft: Brood War
• BSLYoutube
• STPLYoutube
• ZZZeroYoutube
League of Legends
• Stunt645
Upcoming Events
Cosmonarchy
2h 54m
TriGGeR vs YoungYakov
YoungYakov vs HonMonO
HonMonO vs TriGGeR
Maestros of the Game
5h 54m
Solar vs Bunny
Clem vs Rogue
[BSL 2025] Weekly
6h 54m
OSC
10h 54m
RSL Revival
22h 54m
Cure vs Bunny
Creator vs Zoun
Maestros of the Game
1d 5h
Maru vs Lambo
herO vs ShoWTimE
BSL Team Wars
1d 7h
Team Hawk vs Team Sziky
Sparkling Tuna Cup
1d 22h
Monday Night Weeklies
2 days
The PondCast
4 days
[ Show More ]
Online Event
6 days
BSL Team Wars
6 days
Team Bonyth vs Team Dewalt
BSL Team Wars
6 days
Liquipedia Results
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.