On February 12 2015 00:57 goody153 wrote: Great to know there are people who work on web dev. here.
Does anybody work/know DIP ? android dev ?
I did android dev back in the day (when Motorola Droid was the coolest smart phone) but havent done anything in about 4 years
What did you use ? was java hot back then for mobile ? What made you switch web dev ? (i'm curious cause i little bit of everything but i'm trying to figure out what path should i work on if i'm not going full NEET soon)
yeah it was Java and the switch to web dev was really the job market, you get paid more and its easier to find jobs in the web industry (plus in my opinion its more fun).
Also it helps that I really like Javascript (strongly typed languages are awesome but every know and then I like going Wild Wild West style in Javascript). Plus I think callbacks are sexy haha.
On February 12 2015 00:57 goody153 wrote: Great to know there are people who work on web dev. here.
Does anybody work/know DIP ? android dev ?
I did android dev back in the day (when Motorola Droid was the coolest smart phone) but havent done anything in about 4 years
What did you use ? was java hot back then for mobile ? What made you switch web dev ? (i'm curious cause i little bit of everything but i'm trying to figure out what path should i work on if i'm not going full NEET soon)
yeah it was Java and the switch to web dev was really the job market, you get paid more and its easier to find jobs in the web industry (plus in my opinion its more fun).
Also it helps that I really like Javascript (strongly typed languages are awesome but every know and then I like going Wild Wild West style in Javascript). Plus I think callbacks are sexy haha.
So mostly job market
yeah javascripts great
do you guys use frameworks for web(laravel and others) or just hardcode everything ?
On February 12 2015 01:14 Qbek wrote: My html assignment was explained to us like this "make a website and get it on the Internets"
I actually enjoyed the freedom, even if we had to do it in notepad
yeah that's what happened to us too
actually i think it's the better way of learning rather than having someone teach you .. at least that's how it works for me .. i learn faster when nobody teaching me (of course i need help from time to time but i enjoy learning alone more)
On February 12 2015 00:57 goody153 wrote: Great to know there are people who work on web dev. here.
Does anybody work/know DIP ? android dev ?
I did android dev back in the day (when Motorola Droid was the coolest smart phone) but havent done anything in about 4 years
What did you use ? was java hot back then for mobile ? What made you switch web dev ? (i'm curious cause i little bit of everything but i'm trying to figure out what path should i work on if i'm not going full NEET soon)
yeah it was Java and the switch to web dev was really the job market, you get paid more and its easier to find jobs in the web industry (plus in my opinion its more fun).
Also it helps that I really like Javascript (strongly typed languages are awesome but every know and then I like going Wild Wild West style in Javascript). Plus I think callbacks are sexy haha.
So mostly job market
yeah javascripts great
do you guys use frameworks for web(laravel and others) or just hardcode everything ?
Angular JS, .NET MVC/Web API, Sails JS (Node JS) are all of the frameworks we use.
I Love Angular like I don't know if I could go back to jQuery now that I have made Angular Apps
On February 12 2015 00:57 goody153 wrote: Great to know there are people who work on web dev. here.
Does anybody work/know DIP ? android dev ?
I did android dev back in the day (when Motorola Droid was the coolest smart phone) but havent done anything in about 4 years
What did you use ? was java hot back then for mobile ? What made you switch web dev ? (i'm curious cause i little bit of everything but i'm trying to figure out what path should i work on if i'm not going full NEET soon)
yeah it was Java and the switch to web dev was really the job market, you get paid more and its easier to find jobs in the web industry (plus in my opinion its more fun).
Also it helps that I really like Javascript (strongly typed languages are awesome but every know and then I like going Wild Wild West style in Javascript). Plus I think callbacks are sexy haha.
So mostly job market
yeah javascripts great
do you guys use frameworks for web(laravel and others) or just hardcode everything ?
Angular JS, .NET MVC/Web API, Sails JS (Node JS) are all of the frameworks we use.
I Love Angular like I don't know if I could go back to jQuery now that I have made Angular Apps
damn it i meant MVC
i never tried or seen this angular js before i'm using jquery most of the time ..
On February 12 2015 01:23 Qbek wrote: I think I'll wait and see what's in store for us this semester and learn some extra language on the side for fun. Any suggestions?
c# , java, vb.net , c++ maybe ?
you can try making random indie games through unity(unity is free) .. You can use JS and c# for it.
On February 12 2015 00:57 goody153 wrote: Great to know there are people who work on web dev. here.
Does anybody work/know DIP ? android dev ?
I did android dev back in the day (when Motorola Droid was the coolest smart phone) but havent done anything in about 4 years
What did you use ? was java hot back then for mobile ? What made you switch web dev ? (i'm curious cause i little bit of everything but i'm trying to figure out what path should i work on if i'm not going full NEET soon)
yeah it was Java and the switch to web dev was really the job market, you get paid more and its easier to find jobs in the web industry (plus in my opinion its more fun).
Also it helps that I really like Javascript (strongly typed languages are awesome but every know and then I like going Wild Wild West style in Javascript). Plus I think callbacks are sexy haha.
So mostly job market
yeah javascripts great
do you guys use frameworks for web(laravel and others) or just hardcode everything ?
Angular JS, .NET MVC/Web API, Sails JS (Node JS) are all of the frameworks we use.
I Love Angular like I don't know if I could go back to jQuery now that I have made Angular Apps
damn it i meant MVC
i never tried or seen this angular js before i'm using jquery most of the time ..
Angular JS is a framework made by google, it does 2 way data binding (if a change is made by the client then it is updated everywhere automatically also if the data changes then it updates across the client automatically)
It is best for single page apps but it is such a great framework it makes HTML into what it should be data attributes, directives make html so much smarter