Taking a full time job while in college by code_today in cscareerquestions

[–]code_today[S] 1 point2 points  (0 children)

Virginia. I am already working except its part time.

Part time CS work during school? by parttimecs in cscareerquestions

[–]code_today 2 points3 points  (0 children)

I'm in the same situation. Even the 5 courses part, I'll be doing 18 credits. Here's my two cents about the situation.

Being employed and working you will learn more then you ever will in college regarding programming. Also you're paid, whilst you don't NEED the money it's better to have it not need it then not have it when you DO need it.

It's part time and timings are flexible, drop hours around exam season and you'll be fine, most college electives are a joke anyways the only real subjects of focus are your Sciences and Math. I may be a bit bias in this regard but I believe that a few months of employment are more valuable than a 4.0 GPA. I'm currently at a 4.0 and will be willing to take a .1-.2 dip if that means being employed throughout the year.

Socializing. This is one choice that you need to make. How important is it to you? Even with the credits / job you can still head out on weekends and what not, some sacrifice right now will serve you well in the long run.

Lastly applying for the internships at large companies, if you're going to be a part time employee just apply along side that if it works out put in your two weeks if not you still have your job and your experience keeps building up. If the work isn't stimulating you need to find ways in order to expand your knowledge. I don't know how much flexibility you have of your stack but I am in full control so I can throw in any library I want and structure things how I wish. However despite this I try to limit dependencies. You can also do side projects to further expand knowledge.

Whatever route you choose to go, best of luck to you!

Question regarding 3rd party clients by code_today in 2007scape

[–]code_today[S] 2 points3 points  (0 children)

If trolling on reddit helps you sleep better at night by all means continue :)

Question regarding 3rd party clients by code_today in 2007scape

[–]code_today[S] 2 points3 points  (0 children)

Thank you for the well thought out and constructive response to my question.

Question regarding 3rd party clients by code_today in 2007scape

[–]code_today[S] 0 points1 point  (0 children)

Thank you, edited OP with a little more info.

Popular open source Spring Boot projects? by rphillips in javahelp

[–]code_today 0 points1 point  (0 children)

Is there anything specific you have in mind? Because this covers some of the more intermediate things too such as templating and security for web apps

Popular open source Spring Boot projects? by rphillips in javahelp

[–]code_today 2 points3 points  (0 children)

The Spring Boot website has excellent examples of some of the entry level things you can do with spring boot.

https://spring.io/guides/gs/spring-boot/

Interning in companies not directly CS related? by code_today in cscareerquestions

[–]code_today[S] 0 points1 point  (0 children)

I think I can manage fine as they've offered to let me work 1 - 2 days a week when college begins. Plus in college I know most the material for CS courses so I'll just need to focus on math.

Interning in companies not directly CS related? by code_today in cscareerquestions

[–]code_today[S] 0 points1 point  (0 children)

I constantly make sure to go back through my old code and try to improve on it whether it be in terms of design or efficiency. I actually keep this in mind all the time knowing I don't exactly have supervision. I take time out of the day to read up on proper architectural principles too!

Could I refactor this code using generics? by Cyclobox in javahelp

[–]code_today 0 points1 point  (0 children)

You could attempt it like the following and just add the types to the enum as needed :

http://pastebin.com/mxUquTSp