iceman 0 #1 Posted March 17, 2017 I like coding.. coding and learning pr languages.. I personally love PHP and what it offers for web development then there is C++ which I also prefer, even though i'm not very good at it but i'm still learning it.. Languages I dislike but i'm forced to use it due to the nature of web - Javascript. Quote Share this post Link to post Share on other sites
DenseCrunt 7 #2 Posted March 17, 2017 I like the C#/.NET story a lot (well it's also my job). Unlike you, I like experimenting with JS libraries. Currently learning ReactJS, which is very interesting acctually Also, I'm addicted to LINQ. Quote Share this post Link to post Share on other sites
GlenArven 0 #3 Posted March 21, 2017 Been teaching myself C/C++ for almost twenty years now. I still suck at it. So much for the self taught path. But I do love what can be done with it. As a former Building Contractor it is great to make things without having to buy materials from the store. When I get a project, like the scripts I started messing with for dicebot, I loose all track of time and become totally engrossed in my ideas. I don't think there is another field that allow for this much creativity. But, I am also thankful I do not have to do it as a job. That would probably take all of the fun out of it. Quote Share this post Link to post Share on other sites
Seuntjie 18 #4 Posted March 21, 2017 Been teaching myself C/C++ for almost twenty years now. I still suck at it. So much for the self taught path. But I do love what can be done with it. As a former Building Contractor it is great to make things without having to buy materials from the store. When I get a project, like the scripts I started messing with for dicebot, I loose all track of time and become totally engrossed in my ideas. I don't think there is another field that allow for this much creativity. But, I am also thankful I do not have to do it as a job. That would probably take all of the fun out of it. It only takes the fun out of it if you work on shitty projects. If you can make working on random projects like DiceBot your job, it never grows old (not for long anyway). I also like C#/.NET. Not a fan of scripting languages like JS or python in general, but they have their place and usefulness. I've recently been getting into transact SQL a lot more than I used to. I basically wrote an investment based dice game in SQL, just needed to plug in a GUI to it. Quote Share this post Link to post Share on other sites
vpn 0 #5 Posted March 21, 2017 C++ , html & php. Quote Share this post Link to post Share on other sites
Serlite 584 #6 Posted March 22, 2017 I'm a fan of C# - it's so versatile! But knowing some JavaScript has been handy since I spend so much time on the web. Quote Share this post Link to post Share on other sites
RGBKey 2 #7 Posted March 28, 2017 The most experience I have is with Node.js. I would love to learn other languages, but I'm finding it difficult to find the time being in school. Quote Share this post Link to post Share on other sites
iceman 0 #8 Posted March 29, 2017 Anyone experienced ReactJS? and would you prefer it over Angular? Quote Share this post Link to post Share on other sites
DenseCrunt 7 #9 Posted March 29, 2017 Anyone experienced ReactJS? and would you prefer it over Angular? I've been doing some ReactJS lately. Very promising, it's like writing custom html components in js. I like it's "Virtual DOM", which basically is the DOM (which itself is virtual) but then virtualized. This means you're basically working in virtual virtual HTML. You'd probably think, why the fuck would you use another DOM, and wouldn't it be much slower? The answer is NO: ReactJS is very fast and that's because, when modifying DOM elements, React will modify this in the Virtual DOM. When rendering, React will diff it's virtual DOM with the "normal" DOM and push through the differences. The big difference with other libraries here, is that ReactJS ONLY changes the things that are needed, rather than unnecessarily updating whole elements. I don't have a lot of experience with Angular, but that's the next one on my list, I read that Angular 4.0 was just released, which makes it even more interesting. Quote Share this post Link to post Share on other sites
iceman 0 #10 Posted March 29, 2017 Anyone experienced ReactJS? and would you prefer it over Angular? I've been doing some ReactJS lately. Very promising, it's like writing custom html components in js. I like it's "Virtual DOM", which basically is the DOM (which itself is virtual) but then virtualized. This means you're basically working in virtual virtual HTML. You'd probably think, why the fuck would you use another DOM, and wouldn't it be much slower? The answer is NO: ReactJS is very fast and that's because, when modifying DOM elements, React will modify this in the Virtual DOM. When rendering, React will diff it's virtual DOM with the "normal" DOM and push through the differences. The big difference with other libraries here, is that ReactJS ONLY changes the things that are needed, rather than unnecessarily updating whole elements. I don't have a lot of experience with Angular, but that's the next one on my list, I read that Angular 4.0 was just released, which makes it even more interesting. Nice, it is interesting one, I might try it soon. I haven't still tried the new Angular 4, but first I will be experimenting with ReactJS Quote Share this post Link to post Share on other sites
mikec7845417 0 #11 Posted March 29, 2017 My favorite is PHP and JavaScript. Quote Share this post Link to post Share on other sites
Prospector 87 #12 Posted March 29, 2017 BASIC - The Best of the Best!))) Quote Share this post Link to post Share on other sites
sugaleroako 0 #13 Posted March 30, 2017 JavaSE & VB6 lol very old and dead. Quote Share this post Link to post Share on other sites
dahyun 0 #14 Posted March 30, 2017 Love the environment of PHP too, but unlike you, I like Javascript. Quote Share this post Link to post Share on other sites
joeyarg 0 #15 Posted March 30, 2017 visual fox pro bitches !!!!!! Quote Share this post Link to post Share on other sites
GonerGenesis 3 #16 Posted April 4, 2017 i like python very much and also C++ and dislike everything respective Microsoft .net and pseudo open source stuff though i've to use it sometimes Quote Share this post Link to post Share on other sites
dre1982 15 #17 Posted April 4, 2017 PLSQL here ;D Quote Share this post Link to post Share on other sites
chattarox 0 #18 Posted May 24, 2017 JS, JAVA, HTML/CSS Python too ;D Quote Share this post Link to post Share on other sites