• 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

Software devlopement Vs web devlopement?

 
Ranch Hand
Posts: 110
Android Redhat Java
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hay what are the major Diffrence between software Devlopement ad web devlopement.

I am a fresher student which has the wide carrier .
 
Author
Posts: 44
5
Python VI Editor Linux
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I would argue that "web development" is a specialization of "software development". If you're writing code (PHP, or Perl, or Java), you have a chance of doing "software development." One of "web development's" key differentiators is that it is often done in the context of a web server or application server, and you're dealing with "the web", so wrangling with HTTP becomes important. Good luck!
 
Ranch Hand
Posts: 235
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Normally I'll post my own thoughts on the matter, but in this case the wikipedia entries sufficiently explain the differences.

Programmer/ code-monkey
Software Developer
Web-Developer and Web-Development


 
Ranch Hand
Posts: 144
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I don't recognize a difference between "software" and "web" development.

There is data, algorithms, and networks. Mix and match with protocols and whatnot however suits your needs best.




Also do not recognize a difference between the word "programmer", "developer", etc. Just a name game.
 
Ranch Hand
Posts: 106
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator

Mike Isano wrote:I don't recognize a difference between "software" and "web" development.

There is data, algorithms, and networks. Mix and match with protocols and whatnot however suits your needs best.

Also do not recognize a difference between the word "programmer", "developer", etc. Just a name game.



i define programmer as the one who knows the language and he just does programming.

and the developer is the one who knows the languages and also knows what to develop.

this is just my opinion, but in the real world i also find both that words have the same meaning.
 
Mike Isano
Ranch Hand
Posts: 144
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator

Rohan kanade wrote:

i define programmer as the one who knows the language and he just does programming.

and the developer is the one who knows the languages and also knows what to develop.




How can someone "just do programming" if they don't know what to develop? Doesn't make sense.




 
Ranch Hand
Posts: 2187
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator


 
Rohan kanade
Ranch Hand
Posts: 106
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator

Mike Isano wrote:

Rohan kanade wrote:

i define programmer as the one who knows the language and he just does programming.

and the developer is the one who knows the languages and also knows what to develop.




How can someone "just do programming" if they don't know what to develop? Doesn't make sense.



If someone hands you the precise Design and technical specs and diagrams of some software, you are merely following it and coding to that design. That is what i meant.
 
Jimmy Clark
Ranch Hand
Posts: 2187
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
"Developer" is synonymous with "Designer"

"Developer/Designer" and "Programmer" are not the same.

Software Programmer does not have design skills and only follows directions.

Software Designer does have design skills and programming skills, but does not have engineering skills.

Software Engineer does have design, programming, and engineering skills.

Software Architect has all of above combined with real experience in all areas, and great soft-skills, e.g. writing, speaking, teaching, etc.
 
With a little knowledge, a cast iron skillet is non-stick and lasts a lifetime.
reply
    Bookmark Topic Watch Topic
  • New Topic