d2jsp
Log InRegister
d2jsp Forums > Off-Topic > Computers & IT > Programming & Development > Last Year In Undergrad > Looking For Good Tutorials Or Camps
12Next
Add Reply New Topic New Poll
Retired Moderator
Posts: 38,135
Joined: May 27 2006
Gold: 3,835.50
Trader: Trusted
Sep 6 2015 03:18pm
Decided I do not want to do anything with C.

I have a Python background as well but I do not want to do anything with this as well.

Other than C & Python, I haven't learned any other languages.

I've played around briefly with Ionic framework (AngularJS) for mobile development and Spring/Hibernate/ Frameworks /w PostgresSQL



So looking for something helpful related to Angular/HTML5/CSS3 [FrontEnd] & Java [BackEnd] as I would like to do something either backend [Java] or frontend [JS] after I graduate.

Career wise, what do you think?

This post was edited by ArtofApocalypse on Sep 6 2015 03:25pm
Member
Posts: 32,925
Joined: Jul 23 2006
Gold: 3,804.50
Sep 6 2015 04:20pm
if you like javascript, you can use it for more than just front end, fyi. there are quite a few frameworks in nodejs for backend, and i use javascript for writing mobile apps via appcelerator. never heard of ionic framework.

as for front end, i'm guessing more people use jquery than angularjs, so i'd suggest adding that to your repertoire.

This post was edited by carteblanche on Sep 6 2015 04:44pm
Retired Moderator
Posts: 38,135
Joined: May 27 2006
Gold: 3,835.50
Trader: Trusted
Sep 6 2015 09:10pm
Quote (carteblanche @ Sep 6 2015 06:20pm)
if you like javascript, you can use it for more than just front end, fyi. there are quite a few frameworks in nodejs for backend, and i use javascript for writing mobile apps via appcelerator. never heard of ionic framework.

as for front end, i'm guessing more people use jquery than angularjs, so i'd suggest adding that to your repertoire.


I'll dive into JS, got good set of tutorials/books for this?
Member
Posts: 32,925
Joined: Jul 23 2006
Gold: 3,804.50
Sep 6 2015 09:35pm
Quote (ArtofApocalypse @ Sep 6 2015 11:10pm)
I'll dive into JS, got good set of tutorials/books for this?


what in particular?

codeacademy is ok for vanilla javascript, but they dont include the DOM iirc.

an angularjs intro: https://www.youtube.com/watch?v=cXxyWlAWyM4

for jquery/node, i typically just google as i need for my purposes, so can't suggest much there.
Member
Posts: 9,834
Joined: Nov 13 2007
Gold: 771.00
Sep 18 2015 12:28pm
Quote (ArtofApocalypse @ Sep 6 2015 09:18pm)
Decided I do not want to do anything with C.

I have a Python background as well but I do not want to do anything with this as well.

Other than C & Python, I haven't learned any other languages.

I've played around briefly with Ionic framework (AngularJS) for mobile development and Spring/Hibernate/ Frameworks /w PostgresSQL



So looking for something helpful related to Angular/HTML5/CSS3 [FrontEnd] & Java [BackEnd] as I would like to do something either backend [Java] or frontend [JS] after I graduate.

Career wise, what do you think?



carteblanche gave some really solid advice I just wanted to add if you're thinking of looking into [backend] web dev check out Scala and Play frameworks in general not just node.js. If nothing else it might just peak your interest. Cutting edge language, similar syntax to JS and scales with Java.

edit - my lousy grammar :p

Quote (ArtofApocalypse @ Sep 7 2015 03:10am)
I'll dive into JS, got good set of tutorials/books for this?


yes I highly recommend: JavaScript and jQuery by Jon Duckett. It shouldn't be more than 20 bucks.

This post was edited by Petrusk on Sep 18 2015 12:34pm
Member
Posts: 23,261
Joined: Dec 17 2006
Gold: 18,129.00
Sep 18 2015 12:41pm
I'm glad to hear this. I'm in my final year of undergrad and I've only used (mostly) c++, some C#, and vb.net. I was starting to feel like school was a total waste of time, but I guess I've been given the tools to master this stuff myself.
Member
Posts: 5,167
Joined: Nov 23 2006
Gold: 11.01
Sep 18 2015 01:06pm
Quote (ArtofApocalypse @ Sep 6 2015 04:18pm)
Decided I do not want to do anything with C.

I have a Python background as well but I do not want to do anything with this as well.

Other than C & Python, I haven't learned any other languages.

I've played around briefly with Ionic framework (AngularJS) for mobile development and Spring/Hibernate/ Frameworks /w PostgresSQL



So looking for something helpful related to Angular/HTML5/CSS3 [FrontEnd] & Java [BackEnd] as I would like to do something either backend [Java] or frontend [JS] after I graduate.

Career wise, what do you think?


I took several courses in C and it's BRUTAL. It made me NOT want to do programming for a solid 2 years. I didn't realize I loved programming again until I took a Java course.

You'll find a lot of people are migrating towards AngularJS. I've seen it more and more with angular and agile development. It's extremely easy to be agile with angular and their MVC framework. I'd work with that, protractor/jasmine for testing, and then learn some sort of server-side language such as Java/PHP.
Retired Moderator
Posts: 38,135
Joined: May 27 2006
Gold: 3,835.50
Trader: Trusted
Sep 18 2015 09:13pm
Quote (HoneyBadger @ Sep 18 2015 03:06pm)
I took several courses in C and it's BRUTAL. It made me NOT want to do programming for a solid 2 years. I didn't realize I loved programming again until I took a Java course.

You'll find a lot of people are migrating towards AngularJS. I've seen it more and more with angular and agile development. It's extremely easy to be agile with angular and their MVC framework. I'd work with that, protractor/jasmine for testing, and then learn some sort of server-side language such as Java/PHP.


This is exactly occurring now at my internship :)
Member
Posts: 15,717
Joined: Aug 20 2007
Gold: 481.00
Sep 22 2015 08:50am
Quote (HoneyBadger @ Sep 18 2015 03:06pm)
I took several courses in C and it's BRUTAL. It made me NOT want to do programming for a solid 2 years. I didn't realize I loved programming again until I took a Java course.

You'll find a lot of people are migrating towards AngularJS. I've seen it more and more with angular and agile development. It's extremely easy to be agile with angular and their MVC framework. I'd work with that, protractor/jasmine for testing, and then learn some sort of server-side language such as Java/PHP.


yeah angularjs and mvc5 are really big can vouch this all day

lots of work for MVC specialists

learn the .NET framework all together and javascript and you should be fine for the rest of your life

maybe c++, i started learning it, seems easy

This post was edited by t9x on Sep 22 2015 08:51am
Member
Posts: 9,834
Joined: Nov 13 2007
Gold: 771.00
Sep 22 2015 10:13am
Quote (HoneyBadger @ Sep 18 2015 07:06pm)
I took several courses in C and it's BRUTAL. It made me NOT want to do programming for a solid 2 years. I didn't realize I loved programming again until I took a Java course.


Oh man, I actually hated learning Java (it's one of my mainly used languages now though, go figure). It just seemed wordy and redundant, I definitely see why it makes a great first entry language though. I think more universities should focus on OOP concepts through Java.
Go Back To Programming & Development Topic List
12Next
Add Reply New Topic New Poll