• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

What is meant by 'startup'

 
Ranch Hand
Posts: 117
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I've seen a lot of job postings that mention 'startup'.

At first I thought this was related to the size or newness of the company. Then thought it might be a company with a unique idea like facebook. CMaybe it's a bit of both. Could someone clear it up for me please?
 
Marshal
Posts: 79177
377
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
It usually means newness of the company. People working there may have more flexible contracts and working patterns than in established firms. They may also have really novel ideas, or only think they have really novel ideas
I would expect startup companies to be small, usually.
 
lowercase baba
Posts: 13089
67
Chrome Java Linux
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Facebook was a startup at one point. So was Microsoft, Apple, General Motors, IBM...You could even say that in 1776, the U.S. Government was a startup.

All have long since left that world behind.
 
Bartender
Posts: 6663
5
MyEclipse IDE Firefox Browser Linux
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I like Paul Graham's definition of startups - http://www.paulgraham.com/growth.html


A startup is a company designed to grow fast. Being newly founded does not in itself make a company a startup. Nor is it necessary for a startup to work on technology, or take venture funding, or have some sort of "exit." The only essential thing is growth. Everything else we associate with startups follows from growth.

 
Syed Islam
Ranch Hand
Posts: 117
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Thanks for the input guys.

So my understanding is that a startup can be a unique idea, like the new facebook. Or it can be a new/small business, that needs a website with custom features?
 
Rancher
Posts: 2759
32
Eclipse IDE Spring Tomcat Server
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I worked at a company that was a startup for 10 years . To me, a startup is defined by a) sources of funding and b) company culture.

Startups are usually a mixture of owner funding, investor funding and self-funding. The people who invest in the company have direct control over day to day operations

The company culture tends to to be more flat. No several layers of management. Also, the leadership tends to come from the bottom. The managers don't drive the company. Rather, ideas come from the workers, and the company takes direction from those ideas.
 
Syed Islam
Ranch Hand
Posts: 117
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator

Jayesh A Lalwani wrote:I worked at a company that was a startup for 10 years . To me, a startup is defined by a) sources of funding and b) company culture.

Startups are usually a mixture of owner funding, investor funding and self-funding. The people who invest in the company have direct control over day to day operations

The company culture tends to to be more flat. No several layers of management. Also, the leadership tends to come from the bottom. The managers don't drive the company. Rather, ideas come from the workers, and the company takes direction from those ideas.


Interesting, so how would that translate with regards to the type of software developers they are looking for.

For example, Ruby on Rails developers tend to work for startups because of rapid deployment.
 
Ranch Hand
Posts: 426
Eclipse IDE Fedora Linux
  • Likes 2
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator

Syed Islam wrote:

Jayesh A Lalwani wrote:I worked at a company that was a startup for 10 years . To me, a startup is defined by a) sources of funding and b) company culture.

Startups are usually a mixture of owner funding, investor funding and self-funding. The people who invest in the company have direct control over day to day operations

The company culture tends to to be more flat. No several layers of management. Also, the leadership tends to come from the bottom. The managers don't drive the company. Rather, ideas come from the workers, and the company takes direction from those ideas.


Interesting, so how would that translate with regards to the type of software developers they are looking for.

For example, Ruby on Rails developers tend to work for startups because of rapid deployment.



They are looking for the type of software developers who don't mind missing paychecks frequently. Don't go to work there if you depend on your paycheck to buy food, pay rent, or make car payments. They also will expect you to work 20 hours per day and only be paid a small salary as if you only worked 8 hours each day. If you get sleepy, usually they have cots in the back room you can nap on, and a shower.
 
author
Posts: 23951
142
jQuery Eclipse IDE Firefox Browser VI Editor C++ Chrome Java Linux Windows
  • Likes 1
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator

Syed Islam wrote:
Interesting, so how would that translate with regards to the type of software developers they are looking for.

For example, Ruby on Rails developers tend to work for startups because of rapid deployment.



This part, IMO, requires some sort of clarification, as "deployment" is a very loaded word. What do you consider deployment? Do you consider putting up a prototype application as deployment? Or are you talking about full production system, with actual customers on the system?

I agree that ruby on rails does get to a prototype quicker, but it doesn't get to a full production quality system quicker. IMO, many startup companies tend to not distinguish between the two, and this is *not* a good thing.

Henry
 
Consider Paul's rocket mass heater.
reply
    Bookmark Topic Watch Topic
  • New Topic