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. 5 year Gap in dev career , how to recover it now ?

5 year Gap in dev career , how to recover it now ?

Scheduled Pinned Locked Moved The Lounge
careercsharphtmlcssasp-net
38 Posts 25 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.
  • F fatema

    How to get back on track ? I know C#( worked for a year ), I was really good in C during student life (Computer science and engineering grad) as well. Now want to do MVC, very little knowledge of HTML and CSS. Can anyone give me some idea how to make myself fit for a job by Jan'2014 ?? its not a joke. (I am jobless at the moment ). by the way I am in UK.

    R Offline
    R Offline
    Roland van der Plas
    wrote on last edited by
    #28

    Take a look at http://www.microsoftvirtualacademy.com/#?fbid=C5_8bh7ClVt[^]. It's Free Microsoft Training Delivered by Experts.

    1 Reply Last reply
    0
    • F fatema

      How to get back on track ? I know C#( worked for a year ), I was really good in C during student life (Computer science and engineering grad) as well. Now want to do MVC, very little knowledge of HTML and CSS. Can anyone give me some idea how to make myself fit for a job by Jan'2014 ?? its not a joke. (I am jobless at the moment ). by the way I am in UK.

      R Offline
      R Offline
      RafagaX
      wrote on last edited by
      #29

      HTML and CSS are pretty easy to learn, HTML is a tag language, while CSS is for giving style to these tags for presentation, you can find plenty of tutorials about both on the Internet, I learned a lot about HTML from some dead simple tutorials, but this was many, many years ago, so I can't find them anymore. Also, you may also want to add JavaScript to the HTML/CSS mix, as it's necessary for interactivity. Your mayor problem will be wrapping around the MVC concept, especially if you were doing something with Windows Forms/ASP.NET when you were using C#.

      CEO at: - Rafaga Systems - Para Facturas - Modern Components for the moment...

      1 Reply Last reply
      0
      • F fatema

        How to get back on track ? I know C#( worked for a year ), I was really good in C during student life (Computer science and engineering grad) as well. Now want to do MVC, very little knowledge of HTML and CSS. Can anyone give me some idea how to make myself fit for a job by Jan'2014 ?? its not a joke. (I am jobless at the moment ). by the way I am in UK.

        A Offline
        A Offline
        AndreMaia
        wrote on last edited by
        #30

        Hi, fatema. I think that a good start point for you should be get a Microsoft Certification (http://www.microsoft.com/learning/en-us/certification-overview.aspx[^]). You said that you already know how to program, maybe MTA certifications should be easer for you. http://www.asp.net/mvc[^] is a good place to study. Good luck! :)

        André Maia

        1 Reply Last reply
        0
        • C Christopher Duncan

          Cristian Amarie wrote:

          *(unsigned char *)buffer++ = '\0';

          Man, I miss the days when C / C++ ruled the Earth. I miss the dinosaurs, too. Just not as much. They always made a mess of my front yard.

          Christopher Duncan Author of Unite the Tribes: Leadership Skills for Technology Managers Have Fun, Get Paid: How to Make a Living with Your Creativity The Career Programmer

          C Offline
          C Offline
          Cristian Amarie
          wrote on last edited by
          #31

          Well, I usually feel like on the extinction verge. But working on Bitdefender there isn't a single day without guts. Just finished a meeting for the next version optimizer - should be freeze processes with NtSuspendProcess or registering ourselves as a debugger and do a some form of Break All? Now *that's* the stuff I wanna do. Not jerking around yet another [fill spaces].JS library larger than user32.dll or discovering some new json database after working with ODBC for years.

          Nuclear launch detected

          1 Reply Last reply
          0
          • F fatema

            How to get back on track ? I know C#( worked for a year ), I was really good in C during student life (Computer science and engineering grad) as well. Now want to do MVC, very little knowledge of HTML and CSS. Can anyone give me some idea how to make myself fit for a job by Jan'2014 ?? its not a joke. (I am jobless at the moment ). by the way I am in UK.

            J Offline
            J Offline
            jschell
            wrote on last edited by
            #32

            fatema wrote:

            How to get back on track ?

            And how long were you a developer? And what have you been doing since then? If you did in fact have a number years as a professional developer and you have been working in a specific industry since then then the obvious path would be to use your domain knowledge of that industry to land a job as a developer in that industry. If you don't have real development experience in the past (like 5 years) then you are starting from scratch.

            1 Reply Last reply
            0
            • R Ravi Bhavnani

              In addition to what Richard (and others) said, I recommend building a non-trivial (start simple, then add complexity) web app that you can host at a cheap ASP .NET host in order to be able to demo to a potential employer.  Nothing says "I can code" like demonstratable running code. Good luck! :thumbsup: /ravi

              My new year resolution: 2048 x 1536 Home | Articles | My .NET bits | Freeware ravib(at)ravib(dot)com

              D Offline
              D Offline
              DonBarry
              wrote on last edited by
              #33

              My dear brother, this could be the best advice. This is where software has more advantage. The ability for a beginner to start a project with minimal resources (laptop and internet) and then improve it. Project Project Project

              Fortēs fortūna adjuvat.

              1 Reply Last reply
              0
              • F fatema

                How to get back on track ? I know C#( worked for a year ), I was really good in C during student life (Computer science and engineering grad) as well. Now want to do MVC, very little knowledge of HTML and CSS. Can anyone give me some idea how to make myself fit for a job by Jan'2014 ?? its not a joke. (I am jobless at the moment ). by the way I am in UK.

                S Offline
                S Offline
                ssiddall
                wrote on last edited by
                #34

                There are some good ideas here. Especially develop and app that can be demonstrated to potential employers. Also, I know several developers who started out doing testing and verification.

                1 Reply Last reply
                0
                • F fatema

                  How to get back on track ? I know C#( worked for a year ), I was really good in C during student life (Computer science and engineering grad) as well. Now want to do MVC, very little knowledge of HTML and CSS. Can anyone give me some idea how to make myself fit for a job by Jan'2014 ?? its not a joke. (I am jobless at the moment ). by the way I am in UK.

                  U Offline
                  U Offline
                  User 8490613
                  wrote on last edited by
                  #35

                  From a hiring manager's perspective what Ravi Bhavnani recommended (build a site) would impress me most. My main worry about the 5-year gap would be that you didn't find the technology interesting, especially with something as relatively simple as HTML/CSS, so it would be hard for me to hire you to do it at my firm. Building a working MVC site would go a long way - especially if you did some cool stuff with it, and double especially if you are able to say "look at the cool parts of my demo site - I really had fun learning how to do that." Smart people know that smart people can learn to do almost anything relatively close to their existing skill set in a week or two, that's why I hire developers who really love to code and show that by what they do in their free time.

                  1 Reply Last reply
                  0
                  • R Ravi Bhavnani

                    In addition to what Richard (and others) said, I recommend building a non-trivial (start simple, then add complexity) web app that you can host at a cheap ASP .NET host in order to be able to demo to a potential employer.  Nothing says "I can code" like demonstratable running code. Good luck! :thumbsup: /ravi

                    My new year resolution: 2048 x 1536 Home | Articles | My .NET bits | Freeware ravib(at)ravib(dot)com

                    B Offline
                    B Offline
                    BrainiacV
                    wrote on last edited by
                    #36

                    Ravi Bhavnani wrote:

                    Nothing says "I can code" like demonstratable running code.

                    I couldn't agree more! When I interview, I always ask for code to look at. First thing I check is if it has that "classroom assignment" or "copied from a book" smell to it. I expect you to be able to give a tour so I can also smell whether it is borrowed code and not your own. I want to see how you code, format your code, and most importantly comment your code. I don't look for any rigid "standard du jour", just if it is easy on the eyes, I may have to debug your code at some future date and I want to see if I'll be able to find my way around. Or better yet, what I can learn from it. Most important to me is interacting to develop a sense of your understanding of the concepts. Again, I don't go for 'gotcha' syntax, those things change too fast (although I've met too many interviewers who delight in seeing if you know some obscure syntax they think is important), I want to see if you understand what you need to learn if you don't know it. I look for passion, not a checklist.

                    Psychosis at 10 Film at 11 Those who do not remember the past, are doomed to repeat it. Those who do not remember the past, cannot build upon it.

                    R 1 Reply Last reply
                    0
                    • B BrainiacV

                      Ravi Bhavnani wrote:

                      Nothing says "I can code" like demonstratable running code.

                      I couldn't agree more! When I interview, I always ask for code to look at. First thing I check is if it has that "classroom assignment" or "copied from a book" smell to it. I expect you to be able to give a tour so I can also smell whether it is borrowed code and not your own. I want to see how you code, format your code, and most importantly comment your code. I don't look for any rigid "standard du jour", just if it is easy on the eyes, I may have to debug your code at some future date and I want to see if I'll be able to find my way around. Or better yet, what I can learn from it. Most important to me is interacting to develop a sense of your understanding of the concepts. Again, I don't go for 'gotcha' syntax, those things change too fast (although I've met too many interviewers who delight in seeing if you know some obscure syntax they think is important), I want to see if you understand what you need to learn if you don't know it. I look for passion, not a checklist.

                      Psychosis at 10 Film at 11 Those who do not remember the past, are doomed to repeat it. Those who do not remember the past, cannot build upon it.

                      R Offline
                      R Offline
                      Ravi Bhavnani
                      wrote on last edited by
                      #37

                      Where I work, we ask candidates who pass our phone screens and are invited for an in-person interview to write a small piece of code.  We give them a small programming problem and see how they talk out their design and implement the algorithm.  It's amazing what you can learn from this. /ravi

                      My new year resolution: 2048 x 1536 Home | Articles | My .NET bits | Freeware ravib(at)ravib(dot)com

                      1 Reply Last reply
                      0
                      • P Pete OHanlon

                        If I were you, based on your description here, I'd apply for junior level development positions. However, as you have very little knowledge of HTML and CSS, I would recommend that you buy some good books and spend a lot of time catching up on MVC, HTML and CSS, as well as C#.

                        U Offline
                        U Offline
                        User 10417008
                        wrote on last edited by
                        #38

                        What is MVC btw?? and don't you think that html and css is sufficient enough to develop a Web site.??

                        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