Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
  1. Home
  2. The Lounge
  3. I am coding again [long update]

I am coding again [long update]

Scheduled Pinned Locked Moved The Lounge
csharpvisual-studiojsonlearningcom
6 Posts 4 Posters 0 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • R Offline
    R Offline
    Rutvik Dave
    wrote on last edited by
    #1

    It's been a while, and now I am coding again. Why? well I stumble upon a really nice opportunity, so I took a detour and join that startup as a CTO (more of a CEO + CTO) and worked really, REALLY hard... for 8 months, launched the product, and then one day had a dispute with the owner over a really silly matter, and got fired. First time in my life I got fired, generally people put up with me. Now I am back to where I was but this time I have greater clarity and a proper plan... not going to lie learned a lot in this past few months. So coding after a break is just too much fun, and to add even more fun I am now developing a new software in/while learning AngularJS and REST api (using Google's Material Design[^] guidelines). I am very impressed with AngularJS, the last time I felt this way was a long time ago with C# and .Net (and before that it was VB 6.0 :) ) I have just finished developing a large eCommerce portal in AngularJS and Web api, but it was my team who developed it, I did designing and project management. So I kind of knew it but you can't claim you know something until you yourself develop a project using it. I recommend these tutorials, If you want to start learning AngularJS. - Overview in an hour[^] - Awesome JumpStart Course from Dan Wahlin[^] - Detailed Course from Scott Allen[^] There are no proper standards when you design your REST api, but if you want a very nice overview watch this[^] before you design a RESTful Web api (I learned a lot from this presentation). Also I have tried following IDEs and after few days, I am back to Visual Studio (we like to cry about it, but it is the best one available IMHO). :-D Aptana IDE Pros - Feature rich - Cross Platform Co

    M B 2 Replies Last reply
    0
    • R Rutvik Dave

      It's been a while, and now I am coding again. Why? well I stumble upon a really nice opportunity, so I took a detour and join that startup as a CTO (more of a CEO + CTO) and worked really, REALLY hard... for 8 months, launched the product, and then one day had a dispute with the owner over a really silly matter, and got fired. First time in my life I got fired, generally people put up with me. Now I am back to where I was but this time I have greater clarity and a proper plan... not going to lie learned a lot in this past few months. So coding after a break is just too much fun, and to add even more fun I am now developing a new software in/while learning AngularJS and REST api (using Google's Material Design[^] guidelines). I am very impressed with AngularJS, the last time I felt this way was a long time ago with C# and .Net (and before that it was VB 6.0 :) ) I have just finished developing a large eCommerce portal in AngularJS and Web api, but it was my team who developed it, I did designing and project management. So I kind of knew it but you can't claim you know something until you yourself develop a project using it. I recommend these tutorials, If you want to start learning AngularJS. - Overview in an hour[^] - Awesome JumpStart Course from Dan Wahlin[^] - Detailed Course from Scott Allen[^] There are no proper standards when you design your REST api, but if you want a very nice overview watch this[^] before you design a RESTful Web api (I learned a lot from this presentation). Also I have tried following IDEs and after few days, I am back to Visual Studio (we like to cry about it, but it is the best one available IMHO). :-D Aptana IDE Pros - Feature rich - Cross Platform Co

      M Offline
      M Offline
      Marc Clifton
      wrote on last edited by
      #2

      Rutvik Dave wrote:

      I recommend these tutorials, If you want to start learning AngularJS.

      You're links are for Angular 1.0? All of which will be obsolete when V2 comes out, as it's a complete rewrite, and last time (well, that was something like 6 months ago) there's no migration path the new version. Developers familiar with the Angular 1.X will encounter a drastically different looking framework and will need to learn a new architecture. (source)[^] Woot. :sigh: Marc Marc

      Imperative to Functional Programming Succinctly Contributors Wanted for Higher Order Programming Project!

      R L 2 Replies Last reply
      0
      • M Marc Clifton

        Rutvik Dave wrote:

        I recommend these tutorials, If you want to start learning AngularJS.

        You're links are for Angular 1.0? All of which will be obsolete when V2 comes out, as it's a complete rewrite, and last time (well, that was something like 6 months ago) there's no migration path the new version. Developers familiar with the Angular 1.X will encounter a drastically different looking framework and will need to learn a new architecture. (source)[^] Woot. :sigh: Marc Marc

        Imperative to Functional Programming Succinctly Contributors Wanted for Higher Order Programming Project!

        R Offline
        R Offline
        Rutvik Dave
        wrote on last edited by
        #3

        Yes, I was also frustrated when I heard the news. There is no backwards compatibility so all the v1 apps will need a rewrite for v2. no wonder why enterprises will not use any Google products. They do the same with Android also, every version has completely new UI. But V2 is not ready yet, and when it will be ready it will not work on older browsers. Also they are going to support v 1, currently they have planned until v 1.6. Angular saves so much development time, that even a rewrite after 6-8 months is OK in my case. (Few days to learn the framework and then few weeks to develop the front end.) I need the minimum viable product ready before the end of this month, so Angular and Web API are the only options. :)

        Remind Me This - Manage, Collaborate and Execute your Project in the Cloud

        1 Reply Last reply
        0
        • R Rutvik Dave

          It's been a while, and now I am coding again. Why? well I stumble upon a really nice opportunity, so I took a detour and join that startup as a CTO (more of a CEO + CTO) and worked really, REALLY hard... for 8 months, launched the product, and then one day had a dispute with the owner over a really silly matter, and got fired. First time in my life I got fired, generally people put up with me. Now I am back to where I was but this time I have greater clarity and a proper plan... not going to lie learned a lot in this past few months. So coding after a break is just too much fun, and to add even more fun I am now developing a new software in/while learning AngularJS and REST api (using Google's Material Design[^] guidelines). I am very impressed with AngularJS, the last time I felt this way was a long time ago with C# and .Net (and before that it was VB 6.0 :) ) I have just finished developing a large eCommerce portal in AngularJS and Web api, but it was my team who developed it, I did designing and project management. So I kind of knew it but you can't claim you know something until you yourself develop a project using it. I recommend these tutorials, If you want to start learning AngularJS. - Overview in an hour[^] - Awesome JumpStart Course from Dan Wahlin[^] - Detailed Course from Scott Allen[^] There are no proper standards when you design your REST api, but if you want a very nice overview watch this[^] before you design a RESTful Web api (I learned a lot from this presentation). Also I have tried following IDEs and after few days, I am back to Visual Studio (we like to cry about it, but it is the best one available IMHO). :-D Aptana IDE Pros - Feature rich - Cross Platform Co

          B Offline
          B Offline
          BillWoodruff
          wrote on last edited by
          #4

          Welcome back, and thanks for this thoughtful high-altitude fly-by of Angular. cheers, Bill

          «To kill an error's as good a service, sometimes better than, establishing new truth or fact.» Charles Darwin in "Prospero's Precepts"

          R 1 Reply Last reply
          0
          • B BillWoodruff

            Welcome back, and thanks for this thoughtful high-altitude fly-by of Angular. cheers, Bill

            «To kill an error's as good a service, sometimes better than, establishing new truth or fact.» Charles Darwin in "Prospero's Precepts"

            R Offline
            R Offline
            Rutvik Dave
            wrote on last edited by
            #5

            Thank you! Bill

            Remind Me This - Manage, Collaborate and Execute your Project in the Cloud

            1 Reply Last reply
            0
            • M Marc Clifton

              Rutvik Dave wrote:

              I recommend these tutorials, If you want to start learning AngularJS.

              You're links are for Angular 1.0? All of which will be obsolete when V2 comes out, as it's a complete rewrite, and last time (well, that was something like 6 months ago) there's no migration path the new version. Developers familiar with the Angular 1.X will encounter a drastically different looking framework and will need to learn a new architecture. (source)[^] Woot. :sigh: Marc Marc

              Imperative to Functional Programming Succinctly Contributors Wanted for Higher Order Programming Project!

              L Offline
              L Offline
              Lost User
              wrote on last edited by
              #6

              I rather applaud the Angular team for their bravery. Better a much improved product without backward compatibility than some mish-mash. And given the speed of change, in 2 years nobody will remember the old days :)

              PooperPig - Coming Soon

              1 Reply Last reply
              0
              Reply
              • Reply as topic
              Log in to reply
              • Oldest to Newest
              • Newest to Oldest
              • Most Votes


              • Login

              • Don't have an account? Register

              • Login or register to search.
              • First post
                Last post
              0
              • Categories
              • Recent
              • Tags
              • Popular
              • World
              • Users
              • Groups