TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Ask HN: What a 2nd tier college student must do to be at par with the best?

92 pointsby amandavinciover 8 years ago
I&#x27;m a student of VIT University, India. Everyone in our country, from academia to industry, looks at us as second class undergrads.<p>I&#x27;m passionate about solving problems and making things, especially AI and game development. But due to some bad decisions I ended up dropping two years after high school and could not get into the IITs i.e. the top colleges in India. Ever since I started college and found the sub-par level of CS education here, I have tried to take my education into my own hands. I&#x27;m an autodidact by choice and here is the strategy that I have followed for the past one and half years at college:<p>- MOOC : I have studied all the important CS courses from popular MOOCs like CS50, MIT OCW, etc. I have earned a certification in an AI MOOC taught by the IITs and completed the Machine Learning course from Coursera too.<p>- Projects : I have done some good projects and open sourced them at https:&#x2F;&#x2F;github.com&#x2F;AmanDaVinci<p>- Others : I have worked as a two man team to publish a game on Play Store and we also sell our plugins, tools and assets on Unity3D asset store. I have organized and instructed successful game development workshops as I plan to start a Game Dev club in our college.<p>Considering the experience and expertise of the HN crowd in the engineering field, what more could I do to be at par with the top students of the world?<p>1) Should I invest in AI &#x2F; ML nano degree certificates?<p>2) Should I work more on real software projects like open source AI and games?<p>3) Can I do anything else to improve myself?

33 comments

whitenoiceover 8 years ago
You are doing great! Don&#x27;t let institution name bother you, it does not matter much, it helps in getting interviews etc, but if you work smartly you will get that anyway. Few things I would focus on:<p>1. Build a strong CS and Math background, especially since you are interested in AI, ML. Academia is the best place to do this. Look at the curriculum of top engineering schools like mit, cmu for your sophomore year and see how you can complement it with the courses you are taking. This will pay you dividends in future. You are already doing that, which is great! Try to add more structure to your execution.<p>2. Take advanced courses on the topics you are interested as you get to your senior year. A lot of MOOC’s have entry level courses but lack on advanced topics. You will find these scattered across university lecture videos, you already mentioned OCW.<p>3. For prototype projects try building things from the ground up. For e.g. Taking an Operating systems course great, build a simple filesystem from scratch. It will help you in understanding the complexity involved in production grade software and why certain design choices are made.<p>4. For the projects that you are passionate about deep dive into it, its great to see people talk about their projects with deep technical insight, pros and cons of design choices made etc.<p>5. Personally I would avoid learning every new language that comes up, focus more on programming language concepts (there is a course of Coursera on this) and learn few languages well.<p>6. For internships look for startups that are working on interesting ideas.<p>7. More than the certificates the projects what you did in those courses are more valuable.<p>8. Enjoy, make good friends, stay healthy and active.
评论 #13389670 未加载
liquidiseover 8 years ago
You have already mentioned the top one for me: passion.<p>Colleges rarely teach you what you need to know professionally - they can&#x27;t, tech moves too fast. Instead, they teach you how to learn what you need to know. This is an important distinction because it should inform your approach to your professional growth.<p>1. Stay passionate both about software and your own growth&#x2F;education in it.<p>2. Start some personal projects and, important, work on them until they reach a place where you can talk about what you learned, the techs you used and be able to at least show a page or two of it working.<p>3. Be forthcoming in interviews about your desire to <i>create</i>. The longer i am in software the more importance i put on hiring creative people.<p>Finally, think of software development as modern day blacksmithing. Those who do well have a few things in common: passion, persistence and a great set of artisans (mentors) to learn under. Prioritize finding some people who have compelling opinions on software development and work with them. It will change how you build software and the value you will bring to teams in the future.
评论 #13392702 未加载
评论 #13388669 未加载
segmondyover 8 years ago
You are aiming too low. Why do you want to be on par with the best? Why not exceed them? My advice to you is to learn more than computing. We tend to obsess over languages, frameworks, algorithms &amp; tooling.<p>Learn &quot;software engineering&quot;, this has nothing to do with language, framework, algorithm or tooling. This is about code organization, managing complexity in code, deciding how to structure&#x2F;architect an application. This is where you are going to read what some will consider &quot;boring&quot; books, these books will hold very strong opinions and are not exact science. You will have to take that knowledge, apply your experience and come up with your own reasonable opinions too. Here are sample of such books in my library, &quot;Business Process Management&quot;, &quot;Ship It&quot;, &quot;Architecture Principles&quot;, &quot;domain driven design&quot;, &quot;Enterprise integration pattern&quot;, &quot;Clean code&quot;.<p>The real world doesn&#x27;t care what language, framework, algorithm or tool you use. They just care that you solved the problem. This means you must understand some other domains outside of tech. If your domain is only tech then you will be building tools for programmers&#x2F;IT folks. If you understanding banking, insurance, health care, automotive, shipping, etc, you could apply your knowledge towards the difficult or poorly solved problems in those areas.<p>If you become well rounded, you will have the skills to implement, the domain knowledge to solve pressing problems, but more importantly the wisdom to know when to and when not to break rules.
ageisover 8 years ago
Having come from a similar background, I can offer you these suggestions -<p>1. The level of programming taught in Indian universities is not enough. Writing a sort program is quite different from writing good, maintainable OOP code. Apart from working in a good company, one way to develop this skill (which I feel is critical) is to look and contribute to good open source projects - elasticsearch, spark, etc. Unfortunately I don&#x27;t know of any good books which teach this overall, apart from specific aspects like Effective Java.<p>2. Another aspect that I feel is missing in Indian universities is challenging assignments. I would have liked to write my own toy OS to learn systems, or toy kafka to learn distributed systems. The more core computer science fundamentals you master now (preferably through writing code along with learning theory), the better an engineer you will be later.<p>3. Another aspect that is lacking is the way to reason through things. Indian universities have a third-person approach on the lines of &quot;the experts do things this way so we will just do it this way&quot;, on the contrary in a US university the reasoning is more on the lines of &quot;we use to do X, that had Y limitations. So we moved on to Z, now your assignment is to design an extension to Z (say Z+) which solves YY limitation&quot;. Unfortunately, I don&#x27;t know what can be done to improve the way we reason about things.<p>4. Don&#x27;t forget to explore different areas. I started with computer graphics, moved on to compilers, then app development, then data engineering, then infrastructure development, then back to data engineering.
评论 #13397719 未加载
captn3m0over 8 years ago
Few tips:<p>1. Apply to startups. If you are looking to apply to the big four, make sure you do your diligence and work hard at coding contests. 2. Practice peer-teaching. VIT is a huge college. There are more people like you, and you can easily help each other by doing projects together. 3. The industry, in general, rewards freshers who have worked in large teams and projects before. 4. Make sure you get a good internship. Shouldn&#x27;t be hard for you, but if you are interested, drop me a mail (Razorpay, Bangalore) 5. Go for depth first and then pick your specialization within software. For me it was Web Development and Software Security. Could be anything for you, but make sure you have tested the waters in other fields before picking one. The one benefit of College Life is that you have time to experiment and fail. You can try out projects in all these different fields, and then decide what you are really passionate about. 6. GSoC is a great option. I&#x27;d recommend trying for a experienced org over a new one. 7. Avoid freelancing, unless absolutely necessary. It rewards short term gains, over long time learning. You can make much more money cloning WordPress themes and reusing them across projects then learning a new programming language. The latter would help you much more.<p>I&#x27;m very interested in Software Education in India, and if would like to talk more, drop me a mail (email in profile).
评论 #13389639 未加载
评论 #13389640 未加载
shubhamjainover 8 years ago
Having completed graduation in India with a college much less in glamor than VIT, I would advice you to give yourself some slack and continue working earnestly on interesting stuff. When I graduated, I was deep-down with anxiety to get proficient in frameworks like Rails &#x2F; AngularJs. Apparently, what were web frameworks in my time are AI &#x2F; Big Data these days — the skills insinuated as requisite to be taken seriously.<p>But things are much simpler than that. Programmers solve problems and even the most revered programmers are just solving other programmers&#x27; problems. If you are building stuff, irrespective of size, scale or complexity, you&#x27;re on the right track. Snub the anxiousness of not studying in the top-tier college; it won&#x27;t matter few years down the line. I certainly can relate to zealousness of solving complex problems, but in my view, it&#x27;s certainly not a prerequisite for personal fulfilment, or success, for that matter.<p>In day-to-day work, I am yet to use anything related to AI but every now and then, I find immensely time-saving project that just solved an insignificant problem.
nickbaumanover 8 years ago
Code that solves a real problem or runs a real (viable) business is more important than any degree certificate you will ever get. 93% top most successful corporations in America are managed by people who come from 2nd and 3rd tier grads. Steve Jobs was a college dropout.
deepaksurtiover 8 years ago
&gt;&gt; I&#x27;m passionate about solving problems and making things, especially AI and game development<p>Then you just got to start making them, if not.<p>For game development, even though a lot may not make sense, read the book &#x27;Game Engine architecture&#x27;.<p>Now start making a game engine with parsers for any open format such as Collada&#x2F;Quake, add sound, physics, animation. Keep doing it in parallel with a 3D game of your choice. Yes, I am asking to start off directly with a 3D game, not a popular opinion in the game learning world. You will also learn game related math, physics, AI along the way.<p>Write a game feature, extract to your game engine. Rinse, lather, repeat.<p>Why do I suggest this? This is the advice I would give to my younger self ;-)
onion2kover 8 years ago
<i>Everyone in our country, from academia to industry, looks at us as second class undergrads</i><p>Go and work somewhere where your university&#x27;s reputation is unknown, then people will rate you on your work rather than the university you went to.
评论 #13389460 未加载
m0lluskover 8 years ago
Real work is always more impressive than academics. The sooner your schoolwork fades into the background of your career the better.<p>Many posts here emphasize direct skills, but it is important to understand that the modern workplace requires a broad range of skills in particular related to communication. One specific communication methodology which is worth learning is Nonviolent Communication which can enable people with different contexts and points of view to have useful conversations that resolve significant conflicts.
评论 #13400204 未加载
bernardinoover 8 years ago
I am glad to see a question asked from college student. I am always interested to hear from others in college. I am twenty-one-years-old, attending a community college in the states and studying a bit of computer science.<p>I am going to go off on sort of a tangent and offer you some general advice:<p>1. Do not worry about what other people think. You mentioned in the beginning of your question about being looked as &quot;second class undergrads&quot;, and that is completely false. As Rainer Maria Rilke once noted: &quot;Your life is so inexpressibly your own...&quot;<p>2. Build things you are passionate about, and not because they&#x27;ll help you land a job but just for the sake of building things. If you are interested in artificial intelligence or machine learning, learn about them and build something. Better yet, keep a blog and write about the process of learning about AI, ML, etc. Don&#x27;t be afraid to email some people you look up in the industry for guidance.<p>3. Keep learning, learn about anything that sparks your interest. Nothing is boring in its deepest essence. There&#x27;s always something to learn. And if you know a lot, teach it or write about i.e. set up a repository for other people to learn more about it in an easier way.<p>Above all: Just be you. Don&#x27;t label or attach yourself with certain identities. Build great things just for the enjoyment of building things. Love the process of building things. Collaborate with friends and colleagues. Go boldly.<p>Learning, building, etc. is all a joy. Don&#x27;t try to be the best _____, just build stuff that matters to you.
评论 #13389425 未加载
seesomesenseover 8 years ago
If you are at Vellore (VIT appears to be Vellore Institute of Technology ), there is a world class medical institution in your town (CMC Vellore )that sends many of their graduates around the world to places like the Mayo Clinic and MGH.<p>They have a well regarded neurophysiology lab that was run by Marcus Devanandan. Perhaps you could do research &#x2F; collaborate with them.
评论 #13388855 未加载
gh1over 8 years ago
I checked out the game you developed...looks awesome.<p>Look - since you are passionate about solving problems and making things, why don&#x27;t you just create sources of passive income or build some business from the ground up? This way you will be able to bypass any reputation issues that your university has and focus on your creativity instead.
评论 #13389434 未加载
ravirajx7over 8 years ago
You&#x27;re doing great. Don&#x27;t stop your learning curve fall down. I feel that there are really very very less people like us in our country who have similar likes and views though they share almost same story like ours.I can understand the situation of student like me. I too am sophomore student at an Institute ranking way below yours but i feel it doesn&#x27;t matter a lot specially in our field. I read so many things over internet like how i can develop myself up and so and so though i start everything i don&#x27;t do anything good which i can show or prove to the world Trust me bro you can&#x27;t match my level of procrastination. I haven&#x27;t done anything except reading things over internet and i don&#x27;t know why the heck i came here to suggest or advice you. But one thing i would like to tell you: don&#x27;t let yourself feel down and fuck the negativities around you instead try utilizing and learning as much as you can in forthcoming years. There are hell lot of people who are there to help us out and internet is our best friend. I&#x27;m studying really hard to learn things around me and i feel you should do the same and make each second count for your better future. Good luck.
mohanmcgeekover 8 years ago
The quality of first tier colleges in India is still terrible, if you didn&#x27;t know that already. Google&#x2F;Facebook doesn&#x27;t hire everyone from IITs hardly two or three.<p>You&#x27;re doing far better than those people, from what I&#x27;ve seen.<p>If you&#x27;re in Chennai: come for the meetups: I&#x27;m the co-organizer of docker and golang meetups. Also checkout devops meetup and the Linux group at IIT Madras.<p>You get to meet some of the smartest and experienced veterans in the city.
akarambirover 8 years ago
Hey,<p>You are already on right track. Just complete the Graduation as it is required by many companies(and visas if you need any in future). Go for fundamental courses more on MIT OCW and others. I also studied in a private engineering college from India(2010-2014). My rant at the time here: <a href="https:&#x2F;&#x2F;nainomics.blogspot.in&#x2F;2011&#x2F;11&#x2F;welcome-to-indias-higher-education.html" rel="nofollow">https:&#x2F;&#x2F;nainomics.blogspot.in&#x2F;2011&#x2F;11&#x2F;welcome-to-indias-high...</a><p>I just focused on my learning. Some professors were encouraging. That helped.<p>One anecdote: I made a heroku style PaaS for my final year project(like dokku). My professors couldn&#x27;t understand what it does and why is it even necessary. Their main point was we have &quot;shared-hosting&quot; services to do these(I had to go from php to java&#x2F;python example then :P). Now after two years they have their industry peers saying docker all over and have called me several times regarding that.<p>I am now Backend Dev building APIs with Python(Django) and Elixir at a small company. I also have small Open source contributions under my belt. Contact me if you need someone to talk to
sch00lb0yover 8 years ago
keep on learning new stuff. make use of time. vit university has a good startup culture so try to find a startup and work on it. here is the some of the vit open source project where you can contribute 1)<a href="https:&#x2F;&#x2F;github.com&#x2F;karthikb351&#x2F;CaptchaParser" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;karthikb351&#x2F;CaptchaParser</a> 2)<a href="https:&#x2F;&#x2F;github.com&#x2F;princebansal&#x2F;MyVIT" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;princebansal&#x2F;MyVIT</a> 3)<a href="https:&#x2F;&#x2F;github.com&#x2F;shubhodeep9&#x2F;go-MyVIT" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;shubhodeep9&#x2F;go-MyVIT</a> 4)<a href="https:&#x2F;&#x2F;github.com&#x2F;aneesh-neelam&#x2F;VITacademics" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;aneesh-neelam&#x2F;VITacademics</a> 5)<a href="https:&#x2F;&#x2F;github.com&#x2F;sch00lb0y&#x2F;Vit-Photo" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;sch00lb0y&#x2F;Vit-Photo</a>
AnimalMuppetover 8 years ago
I&#x27;m in the US; if you&#x27;re going to stay in India, my advice may be less helpful.<p>But I would say that you&#x27;re in an environment where everyone cares greatly about credentials, because that&#x27;s all anyone has so far. Once you graduate and have worked for a few years, people don&#x27;t care so much about the credential. It may matter some, but it matters more that you can actually <i>do</i> things.<p>So you need to get a credential that is good enough to get you a job. But it matters more that you actually know what you&#x27;re talking about, rather than just being able to repeat what the professor said. You need to <i>understand</i>, not just memorize. You need to be able to write software that actually helps people do things, not just classroom exercises. If you can, then you will surpass many who have better credentials than you. It may take a few years, but you will pass them.
tallanvorover 8 years ago
I can&#x27;t really speak for anyone else, but speaking as someone who has been involved in interviewing and making hiring decisions, I don&#x27;t care what school you went to. I care that you graduated, and I care to a slightly lesser extent what your degree is and what your GPA was.<p>What I really care about when I interview you is how you answer my questions (this doesn&#x27;t mean that I expect you to be able to answer every question fully), how well I can gauge the depth of your knowledge, and whether or not I think you will listen to senior engineers, learn what you need to do quickly and with an appropriate level of mentorship, and be a team member rather than someone trying to do his&#x2F;her own thing.<p>Ok, I&#x27;ll admit that someone who went to a for-profit school is going to have a higher bar to pass, but I haven&#x27;t had to worry about that yet.
评论 #13389493 未加载
eachroover 8 years ago
Focus on learning and self improvement. Everything else will naturally fall into place.
glangdaleover 8 years ago
Do you want to be a game developer or an AI expert? I would suspect that the things you should do are going to be quite different.<p>Also, what do you mean by &quot;at par&quot;? Status? Money? Knowledge? Expertise in a given area, and if so, what?
评论 #13388656 未加载
tps5over 8 years ago
No one you want to work for is going to look down on you based on where you went to school.<p>I hesitate to give you advice since it sounds to me like you&#x27;re pretty busy already.
RangerScienceover 8 years ago
I&#x27;ve been watching a friend follow their passion (food); what they do, and what I do&#x2F;think in response. At this point - anything and everything to do with food, my first thought it - What&#x27;s Veronica&#x27;s opinion on this?<p>You want the people you know (and who know you) to have their idea of you intertwined with what you want to be doing; now, everything they encounter that has to do with that will get funneled your way.
mbrodersenover 8 years ago
Study after study has shown that going to a &quot;2nd grade&quot; university makes no difference to your skill level and lifetime earnings. They basically compared people who were accepted to &quot;top grade&quot; universities and chose to go somewhere else with people who <i>did</i> go. So don&#x27;t stress about it. Simply learn as much as you can on&#x2F;off university.
评论 #13407262 未加载
greenmoon55over 8 years ago
First, you need to think about what you want to do after graduation, such as becoming an Android game developer or a graduate student focusing on AI. Then figure out what you need to do to achieve your goals (such as work on projects or do research) and keep working on it. Everything will be fine and you can be at par with the best.
评论 #13388641 未加载
kc10over 8 years ago
No one really cares where you graduated from. I have worked with developers from IITs, BITS and much smaller colleges. Some of them are smart, some of them are mediocre and some are bad, irrespective of the college they are from.<p>All that matters is your passion and how much you put into the work you do.
amandavinciover 8 years ago
I have compiled all the valuable advice and suggestions here into a blog post for other students like me:<p><a href="http:&#x2F;&#x2F;amandavinci.me&#x2F;hackernews-advice-for-budding-makers-hackers&#x2F;" rel="nofollow">http:&#x2F;&#x2F;amandavinci.me&#x2F;hackernews-advice-for-budding-makers-h...</a>
asafiraover 8 years ago
At the risk of sounding cliche&#x27;, just do work at something you enjoy. If you think there will be valuable knowledge in the degree certificates, go for them. If you have a cool idea you want to explore, go for it.
评论 #13388543 未加载
grigjd3over 8 years ago
Don&#x27;t let yourself be entrenched in the things you already know. Take on tasks well outside of your comfort zone and peel away at those problems so you are always getting better.
rhizomeover 8 years ago
There is no &quot;best,&quot; but you mention AI in two of your three questions, which I think answers the third.
cvigoeover 8 years ago
I think I am in quite a similar position to you: after secondary school here in Ireland, I didn&#x27;t consider any universities outside of my home town (pretty much because I didn&#x27;t know a single person who was considering bigger and better options, so it genuinely didn&#x27;t cross my mind to apply to Stanford, CMU, MIT etc.) so I ended up going to a fairly average and not very well known university to study electronic engineering for my undergrad.<p>I went on an exchange for a year to UCLA and this was when I started to feel something similar to the sentiment you&#x27;re expressing here.<p>I&#x27;m now in my 3rd year of undergrad EE and for the last year I&#x27;ve been trying to fast track myself into the AI &#x2F; ML field as I&#x27;ve been increasingly regretting my EE major and becoming more and more interested and passionate about ML (particularly the intersection of ML, altruism and design): I got Norvig &amp; Russell&#x27;s textbook and read it in outside of my engineering classes, read less technical books like Nick Bostrom&#x27;s Superintelligence for motivation &#x2F; food for thought, made a simple collaborative filtering recommender system using the movielens open source dataset, moved away from the web dev stuff I&#x27;d been doing in 1st and 2nd year and tried to hone in on improving my algorithm and pure CS skills, watched a load of AI &#x2F; ML videos to try and get a better sense of who&#x27;s who, where&#x27;s where and what&#x27;s going on etc. in the field. The &quot;dream&quot; (I use that word loosely) is to do the google brain residency program instead of a PhD, or the U Chicago data science for social good fellowship, so I&#x27;ve been trying to figure out how to get myself into good shape for either of them.<p>It&#x27;s been overwhelming at times, largely because I feel like 1) I&#x27;m not in the &quot;right&quot; major, 2) I&#x27;ve had a taste of but no longer &quot;go to&quot; UCLA (or an equivalent high ranking university) and won&#x27;t be graduating from there so will need to work hard to stand out against the competition for placements &#x2F; fellowships &#x2F; internships 3) I don&#x27;t have mentors or peers who can help me navigate the field (I have a great relationship with a lot of my engineering professors but again, it&#x27;s not ML). So I&#x27;m sort of trying to make sense of it all myself. It&#x27;s reassuring to hear there are others feeling similarly and it&#x27;s great to hear all that you&#x27;re doing!<p>On a positive note, I suspect you may be overestimating the educational superiority of the top tier schools (I know I certainly did before I went to UCLA) but at the same time I don&#x27;t think it&#x27;s fair to completely disregard the big unis and just say &quot;circuit theory is circuit theory&quot; and forget about it. While I was there, I really didn&#x27;t notice all that much of a difference in terms of course content or even teaching quality - the biggest difference was there were an awful lot more high achiever students in my EE classes compared to in my home uni in Ireland, and there was a much more impressive &quot;career fair&quot; and internship opportunity scene than at home (think Irish Cement vs Hyperloop One).<p>You seem to be doing everything right. I think I was edging down a &quot;burnout&quot; path a couple of months ago with fretting over what you&#x27;re saying and over my own EE vs CS major &quot;challenge&quot;. I&#x27;ve tried to take a step back and remember that there&#x27;s no one enforcing a particular pace or path for me, hopefully you won&#x27;t let the fretting get in the way of your passion which almost happened to me.<p>Just wanted to comment this to warn you about the burnout thing, reassure you somewhat about top schools and throw in a few links you might find interesting for good measure!<p>You mightn&#x27;t find any of these links below helpful, you very well may be much more well read than myself but I thought I&#x27;d link these here anyway. The first is a reassuring AMA on reddit from the google brain team (particularly the comments where the team talk about all the different backgrounds everyone has at google brain). The second is a list of programmes, fellowships, resources and random AI &#x2F; ML related pages I&#x27;ve encountered in the last year (amongst a lot of other stuff ). The third is a playlist I made for a friend on interesting AI &#x2F; ML videos which you most likely will have seen before but you might just enjoy anyway. The quick interviews are cool if you haven&#x27;t seen them already.<p>Anyway - best of luck!<p><a href="https:&#x2F;&#x2F;www.reddit.com&#x2F;r&#x2F;MachineLearning&#x2F;comments&#x2F;4w6tsv&#x2F;ama_we_are_the_google_brain_team_wed_love_to&#x2F;?utm_source=amp&amp;utm_medium=comment_header" rel="nofollow">https:&#x2F;&#x2F;www.reddit.com&#x2F;r&#x2F;MachineLearning&#x2F;comments&#x2F;4w6tsv&#x2F;ama...</a><p><a href="http:&#x2F;&#x2F;sharedli.st&#x2F;cvigoe40g9" rel="nofollow">http:&#x2F;&#x2F;sharedli.st&#x2F;cvigoe40g9</a><p><a href="https:&#x2F;&#x2F;www.youtube.com&#x2F;playlist?list=PLxB_QX9z7BFSc7VRmy5ztmFzthfr96bmC" rel="nofollow">https:&#x2F;&#x2F;www.youtube.com&#x2F;playlist?list=PLxB_QX9z7BFSc7VRmy5zt...</a>
Olognover 8 years ago
I spent years working in IT before going back to school at night to get a CS degree.<p>One thing is to just learn the subjects and get as good a grade as possible. Even if a class is subpar, just learn the subject. I had to submit an assignment once about process scheduling in Linux etc. After ten minutes study, I knew I had an A+ on the assignment already. But I had always wanted to look into that topic any how, so I spent several more hours reading about it <i>for myself</i>. I always wanted to learn about scheduling, and if I punted on it then, when would I ever study it? If I did that all the time my skill level would be high.<p>If you study and get good grades and have a good relationship with professors (go to office hours and schmooze a little, pay attention and participate in class and be prepared and listen), you can always apply for a Masters at IIT or elsewhere. So you can still get that name if you want it.<p>If the subject is theory of computation and the teacher is sub-par, just go above and beyond. Learn about big-O and the squeeze theorem and pushdown automata for the class, but for yourself as well. Read (some of, all of) a non-assigned book on automata theory if necessary.<p>Insofar as projects, one thing I suggest is doing projects related to coursework. Toward the end, or right after a class on C++ - write your own C++ program, or fix an issue with a Github hosted C++ program and send a pull request. If it is a graphics class on OpenGL, write your own program in OpenGL towards the end or right after the class - maybe explore iOS&#x2F;Android OpenGL ES. Or look at scikit-learn after an AI class. Ground some of the theory you learn in class with application.<p>Your classes covering concurrency and threading and critical sections and mutual exclusion may seem boring in school, but if you&#x27;re a programmer you <i>will</i> run into these things and you will be happy you learned how to deal with it properly a few years back, even if you haveto go back and read up on it. The AI stuff may sound exciting, but getting all these details right together is what will get you to be a good programmer.<p>From what you wrote, my main advice is don&#x27;t be too all over the place. If you have a class in databases and a class in Java, that semester, spend a lot of time learning about the theory, and maybe a little time in application setting up MySQL on your desktop and writing a Java program to populate kt. It&#x27;s OK to have one other side project going at a time of something that interests you, but you should be spending a lot of time learning about databases and Java.<p>If you have time on your hands, just dive more into it. For example, in the USA, a drink may be 2.5 liters. In some countries that is 2,5 liters (comma, not period). I once submitted a patch to a Java project doing a switch&#x2F;case by country. The upstream told me the Java had a DecimalFormat class that already did that. My method was a waste of time, and also less complete. It was something about Java I nad not learned. You&#x27;re just scratching the surface in class, there&#x27;s a lot of ground to these subjects.<p>So get a good grasp of each subject you study. Meanwhile, if you have an interest or specialty you&#x27;d like to pursue, do that as well.
praneshpover 8 years ago
Possibly unpopular opinion here on HN. I almost went to VIT in 2007 (shockingly got into NIT Trichy instead).<p>1. Focus on becoming a good programmer (ie, SPOJ&#x2F;Topcoder&#x2F;Directi). That&#x27;ll help you clear interviews, and get good at thinking about algos and data structures. I&#x27;d even prioritize this over other CS fundamentals.<p>2. Keep your GPA up and get into a good grad school. I disliked both the interview process and the classism (ie, recruit from top schools) of Indian companies when I interviewed there.<p>3. If you don&#x27;t want to go to grad school, make sure you don&#x27;t touch TCS&#x2F;CTS&#x2F;Wipro&#x2F;&lt;insert mass VIT employer here&gt; with a 100-foot-long- pole. Given your passion, and assuming you use the next two years to become a strong programmer, you <i>will</i> find a good place to work in Bangalore. You might have to pay your dues, but please don&#x27;t pay them at the above mentioned places.<p>And people who look at you as second class undergrads can fuck off (esp the professors at IIT Madras :) ). I know several friends at IITs that preferred to pot-smoke-away their time there. If you&#x27;re near Chennai I&#x27;m happy to chat with you.
评论 #13388815 未加载
评论 #13388772 未加载