ප්‍රොග්‍රෑමින් ප්‍රස්නයක්

SENCE

Active member
  • Mar 29, 2016
    276
    70
    28
    Don't stick to a programing language. It changes continuously.
    Learn the programing basics. You can use any language by just understanding the syntax.
     

    Thunderhawk

    Well-known member
  • Nov 19, 2013
    2,926
    1,343
    113

    ප්‍රෝගෑමින් වල මූලික සිද්ධාන්ත දන්නවා නම් ඕනම ලැන්වේජ් එකක් ඉගෙන ගන්න පුලුවන් බන්, මොකද ඕනම ප්‍රෝගෑමින් ලැන්වේජ් එකක තියෙන්නේ එකම සිද්ධාන්ත, නමුත් සින්ටැක්ස් එක වෙනස්.

    එකෙම්ම :yes::yes:
     
    Sep 1, 2010
    111
    19
    0
    127.0.0.1
    Java, JavaScript (Node.js), PHP, Ruby on Rails

    Java, C#.net, PHP, Python

    java
    php
    js

    ජාවාස්ක්‍රිප්ට්

    python and java

    certainly not php , php is dying . learn angular js,node js ,python,swift,c#

    Don't stick to a programing language. It changes continuously.
    Learn the programing basics. You can use any language by just understanding the syntax.

    javascript, php, c++

    Thanx
     

    lol.abc

    Banned
    Jun 14, 2016
    300
    37
    0
    Javascript and Node js. Node is the next trend in web development. PHP is gonna outdated very soon.

    I dont think so. I'm not a php fan boy. Im not fan boy of any. I can code with any programming language.

    Yes JS is the new trend. But PHP is not going to die. I didn't used but heard php7 has many features. Anyway with ES6 Javascript going to rock the world.


    JavaEE is not going to die because its fucking good for fucking big projects. Maintaince is easy but initial process taking too much time. But Nodejs, and php take less time to config. but PHP is fucking messy when project is getting bigger. I hate so much php bcoz of that reason.


     

    Welusumana

    Well-known member
  • Aug 16, 2010
    2,108
    154
    63
    why would I tell you


    I dont think so. I'm not a php fan boy. Im not fan boy of any. I can code with any programming language.

    Yes JS is the new trend. But PHP is not going to die. I didn't used but heard php7 has many features. Anyway with ES6 Javascript going to rock the world.


    JavaEE is not going to die because its fucking good for fucking big projects. Maintaince is easy but initial process taking too much time. But Nodejs, and php take less time to config. but PHP is fucking messy when project is getting bigger. I hate so much php bcoz of that reason.



    switching from php to node is easy. But the other-way round is bit difficult I think.
    PHP is synchronous(Have to wait until previous step is finished even though it's result is not gonna use in next step ). That is a really problem in web development. Node has some what fixed that problem, it can run concurrent(not parallel) operations such as I/O and network operations. That's a really a advantage when users need past response time. I haven't used Java since uni. So not 100% sure about java at the moment.

    Obviously PHP 7 is speeder than before. But haven't solved many problems. Nothing is messy if you followed clean code patterns, specially OOP.

    Yeah I like ES6, that's really nice.

    Node with AWS stack solve lot of problems in large projects. Continuous delivery/deployment is really easy. Very cheap. No longer we need tech ops. :no: . So I assume if PHP is not gonna evolve it will die very soon.