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. Measuring progress...

Measuring progress...

Scheduled Pinned Locked Moved The Lounge
csharpjavascriptarchitecturelearningdatabase
23 Posts 10 Posters 1 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.
  • L Lost User

    You're never too old to learn.

    T Offline
    T Offline
    theoldfool
    wrote on last edited by
    #5

    Yes, I have reached the age where I only need one video. :)

    If you can keep your head while those about you are losing theirs, perhaps you don't understand the situation.

    1 Reply Last reply
    0
    • K kmoorevs

      This post reminds me of how different the experience for a new developer was 20 years ago vs. the last 10 years or so. :) My bookmarks weren't the virtual kind! :laugh: My resources were mostly 1000+ page books that I bought with my own money and the MSDN CDs that came every quarter. I was a big fan of Leo and ZDTV during that time. I was still in college, but had started working at a startup where I had to turn in a timesheet that showed what I did. I always adjusted the hours down to what I thought was reasonable for the task, not charging for the many hours spent trying to figure stuff out that I felt like I should have known. Fast forward 20 years and I'm still with the same company. The application that I started working on back in '99 is still going strong. :) Back to the topic about bookmarking, I hardly ever bookmark anything anymore since most things are available via Google in mere seconds. As the years pass, it's just a natural occurrence that the more problems you solve in programming not only leave you with more knowledge, but in most cases actual working code samples of your own to draw from in the future...a warchest of sorts. :)

      Sander Rossel wrote:

      and I'm still learning weekly.

      :thumbsup: This is definitely a profession where the learning never seems to stop. :)

      "Go forth into the source" - Neal Morse

      Sander RosselS Offline
      Sander RosselS Offline
      Sander Rossel
      wrote on last edited by
      #6

      kmoorevs wrote:

      My resources were mostly 1000+ page books

      1000+ pages :omg: I got a few books in my early days, mostly like 300 to 400 pages, but nowadays I just read the docs of whatever I'm trying to learn.

      kmoorevs wrote:

      the MSDN CDs that came every quarter

      I remember those, my dad always got them.

      kmoorevs wrote:

      I hardly ever bookmark anything anymore since most things are available via Google in mere seconds

      Me neither for the same reason.

      kmoorevs wrote:

      The application that I started working on back in '99 is still going strong

      Did you manage to keep the used technologies up-to-date? I've always found that to be the hardest part of programming... If you can't, working on such an old application could be a nightmare :omg: In my experience there's never time or money to upgrade or replace outdated technologies :sigh:

      Best, Sander sanderrossel.com Continuous Integration, Delivery, and Deployment arrgh.js - Bringing LINQ to JavaScript Object-Oriented Programming in C# Succinctly

      K 1 Reply Last reply
      0
      • L Lost User

        You're never too old to learn.

        Sander RosselS Offline
        Sander RosselS Offline
        Sander Rossel
        wrote on last edited by
        #7

        In my experience a lot of people get too old to want to learn though ;)

        Best, Sander sanderrossel.com Continuous Integration, Delivery, and Deployment arrgh.js - Bringing LINQ to JavaScript Object-Oriented Programming in C# Succinctly

        L M 2 Replies Last reply
        0
        • Sander RosselS Sander Rossel

          In my experience a lot of people get too old to want to learn though ;)

          Best, Sander sanderrossel.com Continuous Integration, Delivery, and Deployment arrgh.js - Bringing LINQ to JavaScript Object-Oriented Programming in C# Succinctly

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

          I was born in 1945. I spent this morning learning LINQ, I am currently learning some very basic Hebrew, and have a list of other things that I still want to learn.

          Sander RosselS 1 Reply Last reply
          0
          • Sander RosselS Sander Rossel

            When I first started programming I read a lot of articles about a lot of programming subjects. I've bookmarked many many articles over the years about OOP, design patterns, architecture, databases, functional programming, algorithms... And I just went through the list and deleted almost all of them. First and foremost because a lot of them are outdated or are no longer relevant for me (like WinForms articles or "getting started with x" from 2010). But also because I now know a lot about the subjects those articles talk about, like SOLID and SQL injection. It's kind of funny to realize I once thought it necessary to bookmark an article about resource files. It's awesome that I'm having the same job as 8 years ago yet I do completely different things and I'm still learning weekly.

            Best, Sander sanderrossel.com Continuous Integration, Delivery, and Deployment arrgh.js - Bringing LINQ to JavaScript Object-Oriented Programming in C# Succinctly

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

            I bookmarked your post because of its timeless wisdom. :-D

            Latest Article - Slack-Chatting with you rPi Learning to code with python is like learning to swim with those little arm floaties. It gives you undeserved confidence and will eventually drown you. - DangerBunny Artificial intelligence is the only remedy for natural stupidity. - CDP1802

            Sander RosselS 1 Reply Last reply
            0
            • L Lost User

              I was born in 1945. I spent this morning learning LINQ, I am currently learning some very basic Hebrew, and have a list of other things that I still want to learn.

              Sander RosselS Offline
              Sander RosselS Offline
              Sander Rossel
              wrote on last edited by
              #10

              Richard MacCutchan wrote:

              I am currently learning some very basic Hebrew

              מגניב!

              Richard MacCutchan wrote:

              I spent this morning learning LINQ

              I know programmers who're not retired and who still refuse to properly learn and apply LINQ (or SQL and even .NET in general) :) Perhaps it's not so much an age thing, but a mentality thing. And not many people like learning at all when they can spend their evenings in front of the television :sigh: My parents both picked up studies at the Open University and they're well in their 50's and 60's.

              Best, Sander sanderrossel.com Continuous Integration, Delivery, and Deployment arrgh.js - Bringing LINQ to JavaScript Object-Oriented Programming in C# Succinctly

              L 1 Reply Last reply
              0
              • M Marc Clifton

                I bookmarked your post because of its timeless wisdom. :-D

                Latest Article - Slack-Chatting with you rPi Learning to code with python is like learning to swim with those little arm floaties. It gives you undeserved confidence and will eventually drown you. - DangerBunny Artificial intelligence is the only remedy for natural stupidity. - CDP1802

                Sander RosselS Offline
                Sander RosselS Offline
                Sander Rossel
                wrote on last edited by
                #11

                I get that a lot ;p

                Best, Sander sanderrossel.com Continuous Integration, Delivery, and Deployment arrgh.js - Bringing LINQ to JavaScript Object-Oriented Programming in C# Succinctly

                1 Reply Last reply
                0
                • Sander RosselS Sander Rossel

                  Richard MacCutchan wrote:

                  I am currently learning some very basic Hebrew

                  מגניב!

                  Richard MacCutchan wrote:

                  I spent this morning learning LINQ

                  I know programmers who're not retired and who still refuse to properly learn and apply LINQ (or SQL and even .NET in general) :) Perhaps it's not so much an age thing, but a mentality thing. And not many people like learning at all when they can spend their evenings in front of the television :sigh: My parents both picked up studies at the Open University and they're well in their 50's and 60's.

                  Best, Sander sanderrossel.com Continuous Integration, Delivery, and Deployment arrgh.js - Bringing LINQ to JavaScript Object-Oriented Programming in C# Succinctly

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

                  Sander Rossel wrote:

                  well in their 50's and 60's.

                  My eldest son will be 50 in June. :omg:

                  M 1 Reply Last reply
                  0
                  • L Lost User

                    Sander Rossel wrote:

                    well in their 50's and 60's.

                    My eldest son will be 50 in June. :omg:

                    M Offline
                    M Offline
                    Mike Winiberg
                    wrote on last edited by
                    #13

                    I'm in my 60s and I'm still programming and learning new stuff every day. Once I no longer find that interesting I shall stop!

                    L J 2 Replies Last reply
                    0
                    • M Mike Winiberg

                      I'm in my 60s and I'm still programming and learning new stuff every day. Once I no longer find that interesting I shall stop!

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

                      You youngsters. ;P

                      Sander RosselS 1 Reply Last reply
                      0
                      • L Lost User

                        You youngsters. ;P

                        Sander RosselS Offline
                        Sander RosselS Offline
                        Sander Rossel
                        wrote on last edited by
                        #15

                        You dinosaurs. ;p

                        Best, Sander sanderrossel.com Continuous Integration, Delivery, and Deployment arrgh.js - Bringing LINQ to JavaScript Object-Oriented Programming in C# Succinctly

                        L J 2 Replies Last reply
                        0
                        • Sander RosselS Sander Rossel

                          You dinosaurs. ;p

                          Best, Sander sanderrossel.com Continuous Integration, Delivery, and Deployment arrgh.js - Bringing LINQ to JavaScript Object-Oriented Programming in C# Succinctly

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

                          Growl, screech, munch. ;)

                          M 1 Reply Last reply
                          0
                          • M Mike Winiberg

                            I'm in my 60s and I'm still programming and learning new stuff every day. Once I no longer find that interesting I shall stop!

                            J Offline
                            J Offline
                            Jim_Snyder
                            wrote on last edited by
                            #17

                            Somewhat the same here ... in my 60's, but learning new things about once a week. The rate has slowed as my employer is doing away with custom code. :(

                            1 Reply Last reply
                            0
                            • Sander RosselS Sander Rossel

                              In my experience a lot of people get too old to want to learn though ;)

                              Best, Sander sanderrossel.com Continuous Integration, Delivery, and Deployment arrgh.js - Bringing LINQ to JavaScript Object-Oriented Programming in C# Succinctly

                              M Offline
                              M Offline
                              M chael Luna
                              wrote on last edited by
                              #18

                              Age has nothing to do with it. I know a lot of younger people who don't want to learn.

                              1 Reply Last reply
                              0
                              • L Lost User

                                Growl, screech, munch. ;)

                                M Offline
                                M Offline
                                M chael Luna
                                wrote on last edited by
                                #19

                                Damn kids!!!, get off my lawn

                                L 1 Reply Last reply
                                0
                                • M M chael Luna

                                  Damn kids!!!, get off my lawn

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

                                  And take your damn tanks with you!

                                  1 Reply Last reply
                                  0
                                  • Sander RosselS Sander Rossel

                                    kmoorevs wrote:

                                    My resources were mostly 1000+ page books

                                    1000+ pages :omg: I got a few books in my early days, mostly like 300 to 400 pages, but nowadays I just read the docs of whatever I'm trying to learn.

                                    kmoorevs wrote:

                                    the MSDN CDs that came every quarter

                                    I remember those, my dad always got them.

                                    kmoorevs wrote:

                                    I hardly ever bookmark anything anymore since most things are available via Google in mere seconds

                                    Me neither for the same reason.

                                    kmoorevs wrote:

                                    The application that I started working on back in '99 is still going strong

                                    Did you manage to keep the used technologies up-to-date? I've always found that to be the hardest part of programming... If you can't, working on such an old application could be a nightmare :omg: In my experience there's never time or money to upgrade or replace outdated technologies :sigh:

                                    Best, Sander sanderrossel.com Continuous Integration, Delivery, and Deployment arrgh.js - Bringing LINQ to JavaScript Object-Oriented Programming in C# Succinctly

                                    K Offline
                                    K Offline
                                    kmoorevs
                                    wrote on last edited by
                                    #21

                                    Sander Rossel wrote:

                                    Did you manage to keep the used technologies up-to-date?

                                    Good question. The answer is no...well sort of...it's a work in progress but will take a considerable amount of 'slack' time which there never seems to be enough of. I figure I've got another 5 years before MS stops including the VB6 runtimes and another few years before my customers migrate to that future OS. There's still time! :) I keep waiting to be able to afford a junior developer to pawn it off on. :laugh:

                                    Sander Rossel wrote:

                                    If you can't, working on such an old application could be a nightmare :OMG:

                                    Actually, it's not bad at all...everything still works fine under Win10. It does get aggravating that the scroll wheel doesn't work there though and intellisense is not as intelligent.

                                    "Go forth into the source" - Neal Morse

                                    Sander RosselS 1 Reply Last reply
                                    0
                                    • Sander RosselS Sander Rossel

                                      You dinosaurs. ;p

                                      Best, Sander sanderrossel.com Continuous Integration, Delivery, and Deployment arrgh.js - Bringing LINQ to JavaScript Object-Oriented Programming in C# Succinctly

                                      J Offline
                                      J Offline
                                      James Lonero
                                      wrote on last edited by
                                      #22

                                      Yes, how many of us remember programming on and for those old mainframes?

                                      1 Reply Last reply
                                      0
                                      • K kmoorevs

                                        Sander Rossel wrote:

                                        Did you manage to keep the used technologies up-to-date?

                                        Good question. The answer is no...well sort of...it's a work in progress but will take a considerable amount of 'slack' time which there never seems to be enough of. I figure I've got another 5 years before MS stops including the VB6 runtimes and another few years before my customers migrate to that future OS. There's still time! :) I keep waiting to be able to afford a junior developer to pawn it off on. :laugh:

                                        Sander Rossel wrote:

                                        If you can't, working on such an old application could be a nightmare :OMG:

                                        Actually, it's not bad at all...everything still works fine under Win10. It does get aggravating that the scroll wheel doesn't work there though and intellisense is not as intelligent.

                                        "Go forth into the source" - Neal Morse

                                        Sander RosselS Offline
                                        Sander RosselS Offline
                                        Sander Rossel
                                        wrote on last edited by
                                        #23

                                        kmoorevs wrote:

                                        the VB6 runtimes

                                        kmoorevs wrote:

                                        it's not bad at all

                                        Sounds like a bad case of the Stockholm Syndrome :wtf: :omg:

                                        Best, Sander sanderrossel.com Continuous Integration, Delivery, and Deployment arrgh.js - Bringing LINQ to JavaScript Object-Oriented Programming in C# Succinctly

                                        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