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. Many devs, by nature, are also entrepreneurs?

Many devs, by nature, are also entrepreneurs?

Scheduled Pinned Locked Moved The Lounge
questioncomlearning
45 Posts 14 Posters 6 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.
  • M Mark_Wallace

    Erm, Alan Michael Sugar, founder of TRADing companies that took his initials. One of the signs of my misspent youth[^].

    I wanna be a eunuchs developer! Pass me a bread knife!

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

    Didn't ring a bell... Perhaps we should both give up :laugh:

    Visit my blog at Sander's bits - Writing the code you need. Or read my articles at my CodeProject profile.

    Simplicity is prerequisite for reliability. — Edsger W. Dijkstra

    Regards, Sander

    M 1 Reply Last reply
    0
    • Sander RosselS Sander Rossel

      Didn't ring a bell... Perhaps we should both give up :laugh:

      Visit my blog at Sander's bits - Writing the code you need. Or read my articles at my CodeProject profile.

      Simplicity is prerequisite for reliability. — Edsger W. Dijkstra

      Regards, Sander

      M Offline
      M Offline
      Mark_Wallace
      wrote on last edited by
      #42

      You're fired!

      I wanna be a eunuchs developer! Pass me a bread knife!

      1 Reply Last reply
      0
      • N newton saber

        As I became a software developer I became more of an entrepreneur. I love the idea of engineering a company into existence just as I do software. I really like great books about this too. I am currently reading Guy Kawasaki's fantastic book, The Art of the Start 2.0[^]. I wonder if you find this to be true in your life also. I am very interested in taking an idea as simple as my new web site: X-- link removed by request --X and turning it into something a lot of people are interested in. Do you ever dream of building something bigger than software? What is Quotimal? It is a daily great or funny quote along with an cute animal picture. I'm serious. Check it out and re-post it, tweet it. Every day a new one. What Benefit Does Quotimal.com Offer? It is meant only to make you smile. But a little more too. Watch this fantastic Ted Talk by Jane McGonigal author of Reality Is Broken (https://www.ted.com/talks/jane_mcgonigal_the_game_that_can_give_you_10_extra_years_of_life?language=en[^]) and notice that she mentions the life benefits of such a small thing.

        A Offline
        A Offline
        AJC Software
        wrote on last edited by
        #43

        I don't think I was to start with but as I have matured and starting writing software for myself that I thought others could use I think my mindset has become much more entrepreneurial. I recommend it because it teaches you all about every part of a business so you can appreciate sales and marketing etc. You also learn to write very robust code and easy to use software because you don't want thousands of emails from users asking for help. I formed AJC Software and have been building up my products ever since. I didn't realise how long I had been at it until I got an email from a happy user saying he had been using AJC Sync for 12 years! I find that once you start thinking that way you come up with more and more ideas. After the success of AJC Sync I developed AJC Active Backup which is also gaining in popularity. It is very good for developers because it allows you to go back to any version of every save of any file you are editing so you can undo any mistakes, correct corruption or undo effects of some rogue update tool! It now has integration with Visual Studio too so its just a right click to do a diff of that code I had 5 minutes ago and get it back. It works well even if you have a version control system because it is updated to the second whereas you probably only check into version control when the job is done. Its also good protection when you check out from version control and accidentally overwrite local code! You can read about it here: http://www.ajcsoft.com/active-backup.htm[^]

        N 2 Replies Last reply
        0
        • A AJC Software

          I don't think I was to start with but as I have matured and starting writing software for myself that I thought others could use I think my mindset has become much more entrepreneurial. I recommend it because it teaches you all about every part of a business so you can appreciate sales and marketing etc. You also learn to write very robust code and easy to use software because you don't want thousands of emails from users asking for help. I formed AJC Software and have been building up my products ever since. I didn't realise how long I had been at it until I got an email from a happy user saying he had been using AJC Sync for 12 years! I find that once you start thinking that way you come up with more and more ideas. After the success of AJC Sync I developed AJC Active Backup which is also gaining in popularity. It is very good for developers because it allows you to go back to any version of every save of any file you are editing so you can undo any mistakes, correct corruption or undo effects of some rogue update tool! It now has integration with Visual Studio too so its just a right click to do a diff of that code I had 5 minutes ago and get it back. It works well even if you have a version control system because it is updated to the second whereas you probably only check into version control when the job is done. Its also good protection when you check out from version control and accidentally overwrite local code! You can read about it here: http://www.ajcsoft.com/active-backup.htm[^]

          N Offline
          N Offline
          newton saber
          wrote on last edited by
          #44

          AJC Software wrote:

          as I have matured and starting writing software for myself that I thought others could use

          That whole first paragraph is fantastic. That's exactly how it has all worked out for me.

          AJC Software wrote:

          I find that once you start thinking that way you come up with more and more ideas.

          That does seem to be the way it works. Ideas beget ideas. :D Great stuff thanks for posting.

          1 Reply Last reply
          0
          • A AJC Software

            I don't think I was to start with but as I have matured and starting writing software for myself that I thought others could use I think my mindset has become much more entrepreneurial. I recommend it because it teaches you all about every part of a business so you can appreciate sales and marketing etc. You also learn to write very robust code and easy to use software because you don't want thousands of emails from users asking for help. I formed AJC Software and have been building up my products ever since. I didn't realise how long I had been at it until I got an email from a happy user saying he had been using AJC Sync for 12 years! I find that once you start thinking that way you come up with more and more ideas. After the success of AJC Sync I developed AJC Active Backup which is also gaining in popularity. It is very good for developers because it allows you to go back to any version of every save of any file you are editing so you can undo any mistakes, correct corruption or undo effects of some rogue update tool! It now has integration with Visual Studio too so its just a right click to do a diff of that code I had 5 minutes ago and get it back. It works well even if you have a version control system because it is updated to the second whereas you probably only check into version control when the job is done. Its also good protection when you check out from version control and accidentally overwrite local code! You can read about it here: http://www.ajcsoft.com/active-backup.htm[^]

            N Offline
            N Offline
            newton saber
            wrote on last edited by
            #45

            Came back to reply again after taking a look at your site. Very nice design. Very simple and easy to tell what you are offering and the prices your offerings are set at. How many customers do you have? I'm just curious but if you can't share that info I understand. Good luck to you.

            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