locked
what should i start learning RRS feed

  • Question

  • im 32 yo. knows the basics of how a web application work. only  the bigger picture. i am interested in learning more but what should i select? pl help
    Wednesday, December 5, 2018 6:41 AM

Answers

  • Hi shehan !

    In today's world, JavaScript is the most used language for jobs. You can create pretty much all types of apps, Desktop , Mobile and Web applications.

    Perhaps, There are different forms of JavaScript like nodeJS, AngularJS etc.

    I personally like Derek Banas's YouTube Channel because He explains pretty well, BTW, He made videos for almost everything about programming.

    https://www.youtube.com/channel/UCwRXb5dUK4cvsHbx-rGzSgw

    OK, Now Let's come to your question.

    Assuming that you are interested in web application, I would recommend starting with the basics of HTML5 because the syntax is very easy and you just need a browser and a text editor (I use Atom).

    After learning HTML5, Go for ASP.NET. The reason why I am telling you to go to ASP.NET is because, The IDE (Visual Studio) has a cool designer where things are broken down into simple things.

    Then go for JavaScript because that is most widely used and you can easily get a job, If you learn it professionally.

    Thanks.


    Roshan - 8th Grade Student (Age 12) - Learning Small Basic, Visual Basic and C#

    Sunday, December 9, 2018 9:08 AM

All replies

  • How about Small Basic?

    Depends on what you want to be able to do.

    Friday, December 7, 2018 7:52 PM
  • Content Removed
    Friday, December 7, 2018 8:56 PM
  • In my opinion which programming language is best is not a useful start - it depends on what you can do with it and how to progress.

    Personally I like C++ and C#, but hey.

    If you are starting out from scratch then Small Basic is in my opinion the number one choice.

    It has a very low starting hurdle, and once mastered you can go progress to any other language with some basics in place.

    Friday, December 7, 2018 10:53 PM
  • im 32 yo. knows the basics of how a web application work. only  the bigger picture. i am interested in learning more but what should i select? pl help

    If you interested in web programming, I recommend you JavaScript.  You need only a browser and a text editor.  But if you'd like to share your program, you need a server.

    Following site shows my work with JavaScript (in Japanese).

    http://www.nonkit.com/javascript/index.html

    This forum is for Small Basic programming language.  So, I also recommend you to Small Basic to learn the internet.  Following blog post will help you.

    https://blogs.msdn.microsoft.com/smallbasic/2014/11/17/small-basic-network-object/


    Nonki Takahashi


    Saturday, December 8, 2018 8:08 AM
  • This forum is for Small Basic programming language.  So, I also recommend you to Small Basic to learn the internet.  Following blog post will help you.

    https://blogs.msdn.microsoft.com/smallbasic/2014/11/17/small-basic-network-object/


    Nonki Takahashi


    Hi Nonki,

    I ran your program CPP576, but nothing appears in the TextWindow.

    Is the URL or its structure still up to date?

    Saturday, December 8, 2018 9:52 AM

  • This forum is for Small Basic programming language.  So, I also recommend you to Small Basic to learn the internet.  Following blog post will help you.

    https://blogs.msdn.microsoft.com/smallbasic/2014/11/17/small-basic-network-object/


    Nonki Takahashi


    Hi Nonki,

    I ran your program CPP576, but nothing appears in the TextWindow.

    Is the URL or its structure still up to date?


    Hi backtothestart, CPP576 is for old blog.  I updated it as NPB609-3.  Thanks.

    Nonki Takahashi

    Saturday, December 8, 2018 12:45 PM
  • Hi shehan !

    In today's world, JavaScript is the most used language for jobs. You can create pretty much all types of apps, Desktop , Mobile and Web applications.

    Perhaps, There are different forms of JavaScript like nodeJS, AngularJS etc.

    I personally like Derek Banas's YouTube Channel because He explains pretty well, BTW, He made videos for almost everything about programming.

    https://www.youtube.com/channel/UCwRXb5dUK4cvsHbx-rGzSgw

    OK, Now Let's come to your question.

    Assuming that you are interested in web application, I would recommend starting with the basics of HTML5 because the syntax is very easy and you just need a browser and a text editor (I use Atom).

    After learning HTML5, Go for ASP.NET. The reason why I am telling you to go to ASP.NET is because, The IDE (Visual Studio) has a cool designer where things are broken down into simple things.

    Then go for JavaScript because that is most widely used and you can easily get a job, If you learn it professionally.

    Thanks.


    Roshan - 8th Grade Student (Age 12) - Learning Small Basic, Visual Basic and C#

    Sunday, December 9, 2018 9:08 AM
  • Hi

    Small Basic could be a useful tool. It's so easy to pick up and can be used to learn many coding techniques used in other languages. It can also teach you how to take a top down-ground up approach to coding solutions in other technologies.

    It was my 1st language and helped me immensely with getting into web developing.

    Wednesday, December 12, 2018 5:59 PM