Welcome, Guest: Register On Nairaland / LOGIN! / Trending / Recent / New
Stats: 3,149,898 members, 7,806,627 topics. Date: Tuesday, 23 April 2024 at 07:19 PM

Difference Between A Programmer And A Web Developer? - Programming (2) - Nairaland

Nairaland Forum / Science/Technology / Programming / Difference Between A Programmer And A Web Developer? (32216 Views)

My New Start Up, Life As A Programmer And Testimony. / Difference Between Computer Science And Computer Engineering / Difference Between Visual Basic And Visual Basic .NET (2) (3) (4)

(1) (2) (Reply) (Go Down)

Re: Difference Between A Programmer And A Web Developer? by Jencejyde(m): 5:09pm On Jun 02, 2010
Donpuzo:

@Jencejyde I wonder why he took @ Seun,

I believe there is time for everything and you can't know all, I program with PHP, Java, JSP and many other langauges, but my SEO skill is 0 and also my Site Marketing,

I respect Seun for that! Honestly he deserves Kudos!
Good Talk!
Re: Difference Between A Programmer And A Web Developer? by coderXO(m): 9:54pm On Jun 02, 2010
According to me:

A web developer is an all encompassing term for someone that develops websites start to finish.

A web developer is usually both a web designer and a web programmer, but you're more likely to hear
of web development firms that might have several people with the varying tasks delegated.

A programmer is someone that usually writes code, scripts and applications in any given programming language: PHP, JAVA, PERL etc.

A web designer does graphics, basic HTML markup and handles pretty much the look and presentation of a website.

A web programmer is more involved with functionality and interaction: how a website works.


Greetings.
Re: Difference Between A Programmer And A Web Developer? by GoodMuyis(m): 10:33am On Jun 03, 2010
<simple><p>

A programmer design application for your Computer

While

A web developer design application for your Web Browser
</p></simple>

Web Developer rely on The Programmer since all their tools is are product of a Programmer
Re: Difference Between A Programmer And A Web Developer? by RalphStyle: 7:32pm On Jun 03, 2010
I see there is phenomenal talent here doing great justice to the simply yet tricky question. We, however, are looking for Webdevelopers in PHP and Webdesigners for our project www.nawaooo.com. Kindly send any resumes to ralph.styles@gmail.com. The role is location independent.

Thank you!
Re: Difference Between A Programmer And A Web Developer? by lekside44(m): 10:52am On Jun 04, 2010
a web developer is never and will never be a programmer. its like calling somebody who uses corel draw a progarmmer. a web page and a page designed with graphics program are similar, it is just the format of the document that makes the difference. an html for web page and jpeg for graphics.
althougth modern web page involves some aspect of scripting and programming, but what can you say about people who also run macroscripts on ms word and excel, are they also programmers.
been a programmer invovles a lot of tranning in logical thinking which you can never get by just entering some set of library codes or copy and paste. when you click a menu or an icon say in words, some scripts are runned and a command is exercuted. thus that makes you a programmer? but if you can form the script yourself by your own slf and runned it on the computer, then you are a programmer.
Re: Difference Between A Programmer And A Web Developer? by candylips(m): 11:36am On Jun 04, 2010
^^ i think u are confusing a web designer for a web programmer
Re: Difference Between A Programmer And A Web Developer? by tobidaflava(m): 8:56pm On Jun 04, 2010
This is just the or a matter of English.
Re: Difference Between A Programmer And A Web Developer? by instinctg(m): 5:05pm On Apr 04, 2011
, interesting
Re: Difference Between A Programmer And A Web Developer? by Ugokings4luv(m): 10:13pm On Aug 01, 2013
Na wa
Re: Difference Between A Programmer And A Web Developer? by Nobody: 10:39pm On Jul 14, 2014
onlysose: Most web developers including those that use GUI like dreamweaver, HTML pro have HTML basic, as such they are programmers. HTML is a high level progamming language. They also play around with scripting Languages most especially client side scripting languages. If you go through the undergraduate curriculum for software engineering you will find out that a software engineer is a programmer that iss some how an achitect, cos programming is one aspect of software development

Below is a caption of of a publication I will want you to go through.

Now, to the ultimate IT skill, programming. It is a very old IT skill. In fact, it makes everything happen. The first programmer in the world is a lady called Ada Byron, her work is the first intended algorithm to be processed by a machine. She foresaw the ability of computers to go beyond mere calculation or number crunching. Everything you see is some sort of codes, I mean programs, and I mean software. If the internet is a car, then software is its engine. The business world has plenty to lose if software fails. When software fails, millions of dollars are lost and sometimes people are killed. It is like this; functions makes up commands, and commands makes up programs and programs finally makes up software. Therefore, if you have a degree in software engineering, you should be conversant with some programming skills like Java, C/C++, HTML, Perl etc.
Programming can be very difficult, but also very rewarding. It is the highest paying and time consuming IT skill. I will never forget how happy I was when I compiled and ran my first COBOL program in Zaria in 1996. I started programming in Dbase and now I am into C/C++ to enhance my security skills. Now, how you go about your programming career is the big issue you will have to deal with.

The major goal of any programming language is to bridge the gap between the programmer's brain and the computer. Most of the popular languages you've probably heard of, like C, C++, C#, and Java, are considered high-level languages, which means that they're closer to human language than machine language. What I mean is that you write source codes that looks like English, then you run it into a program that outputs 0s and 1s that the CPU understands. It is important to note that you can program in high level, middle level or lower level language. The High Level Language is a machine-independent, sophisticated programming language that uses familiar English (or any human language) like syntax. The lower level language as I said is a machine readable language, while the middle level language can only call functions and it shares both attributes of the higher and the lower level language. Compilers translate High Level Language to machine readable language. Also, you can program with either object oriented or non-object oriented program. What is an Object Oriented Program? Programs are usually made up of objects. In a non object oriented program like FORTRAN which is still in use today, the programs are executed in a highly procedural manner( step by step) i.e from A to B to C to D and so on. In an Object Oriented Program the objects can interact irrespective of hierarchy, one can get from A to D without passing through B and D. The business world is object oriented. In Nigerian institutes of higher learning, students of computer science begin with BASIC and FORTRAN. In the UK, students are introduced to Pascal in their first year. All these languages teach you the basics of programming that helps you understand how to think while programming in any language. However, with line numbers, GOTO commands, etc, in these languages, it does not encourage structured, modular programming like Perl, Python, and C.

Nowadays there are so many different choices in programming and some are more suited to certain applications than others are. If you are doing mainly web stuff, PHP, Perl, ASP, are some good tools for you. Perl, php and python mentioned above are scripting languages and they can do the work of each other. Scripting languages are called interpreted languages because they don’t need to be converted to 1s and 0s. Perl (Practical Extraction and Report Language) is a general purpose programming Language derived from C basically for text manipulation. It was created by a linguist called Larry Wall who got the name Perl from the Gospel of Mathew in the new testament in The Parable of Pearl. Scripting languages enable fast development, though there is usually a performance penalty. Even within scripting languages we have server side scripting languages like php, Perl and client side scripting languages like JavaScript.



When venturing into programming, I always recommend C. It is about the best language to learn how to program. In addition, it is incredibly powerful (the fact that almost all exploits and low-level handling is written in C is a proof). Besides, you need to learn the issues that come along with writing in a language like C. Perl and Python are great, but I think they are too high level. They take away many of the important decisions. You do not need to think about data-types too much. Therefore, Python will provide a quick learning curve with real results for less time invested.

Python also has an ordered way of doing things, so it will teach discipline.
Python can be scaled for larger projects and has good community support. This means, it will be a language that is versatile. Despite that, C is the choice because it appears fundamental to many other languages and it is a lot more "pure" i.e. in handling memory better. However, this is at the cost of the speed of development. Start with C and every other thing is easy.

The argument of which programming language to start with or stick to is a never-ending one; be it C, C++, java or Python. Python seems easy, powerful and well documented. Python, PERL and PHP as I said earlier are the kind of languages that you can stick with and play forever, making all kinds of useful apps and interfaces. The great thing is you see fast results. Just as soon as you read a couple of pages describing the basic syntax, rules and constructs, you are ready to go (by referring to the function list for whatever you need of course). Mistakes often do not bring punishment and you need not to be concerned with some of the behind-the-scenes stuffs, like the memory allocations etc. Of course, let us not forget that some real developers bother with these to allow us to work without them. That is the difference between C and scripting languages. With C, you get to see things the way they actually work on your computer -better even, make them work yourself, while in Python for instance you only mess with things that appear more directly functional and practical. Depending on one's interests and needs, he might find the extra control of C exciting.

If someone gets seriously involved with a powerful high-level language that provides the wanted results with small effort, it is easy to get used to it. However, I still stick to my recommendation - start directly with C, because other languages may spoil you enough to stay away from C later on. Moreover, if you are a very ambitious person, then start with C/C++. However, if you are the mere play code type, start with Perl. Perl is fun, and for someone just starting to get their feet in programming, you are less likely to get discouraged when some odd error keeps your first few programs from working. In addition, it is hard not to stay interested when you go on CPAN and see a module that is easy and fun and allows you to connect and use IRC. Even a beginner can boast of some skill, and then you start learning because it is fun. Then, later you can move to C/C++.


Programming is like a chameleon that changes color in different environments. Structured programming like C does not allow any bad habits and you have to learn how to structure your programming properly. When you use a language that forces you to structure your programs properly, once you have mastered it, it really does not matter what language you wish to use after that, your programs will always be structured correctly and thus much easier to write and design even large complex applications. You also have to bear in mind what you are going to be creating applications for we are in the .NET arena and Object Oriented so take your VB, C# (C sharp), C++, j# etc very serious. I like the flexibility of VB and C sharp as they all run on .NET platform. VB is very easy to learn, it is an event driven language. You can build an application in few minutes with VB. What could take you a week to do in C++ could take you few hours to do with VB. There are lots of forms embedded that you could just drag and past. And then you can place scripts like python, Perl, php or JavaScript under the forms so that when you click on the forms the scripts will run.

The .NET platform is a collection of technologies that allow Microsoft applications and programs to work together. With the exception of Windows 95 the .NET framework runs on all Win32 operating systems. The .NET platform is totally standardized in the sense that you can write an XML application in Java and my C# can read the XML generated. Before the .NET era the VB programmers where greatly hindered compared to C++ programmers. The languages involved in the .NET platform are: VB .NET, C#.NET, J#, ASP.NET, and even Cobol.NET, Pascal.NET etc. All these Languages have the same access to the .NET class library i.e. mostly what VB can do C# can also do. ASP.NET is a mixture of C#, HTML and server control syntax for ASP. Visit msdn.microsoft.com/Netframework for more information.



Here are programming tracks using Microsoft platforms, you can Google the codes.

WEB developer
070 536 + 070 528 + 070 547 = Microsoft Certified Professional Developer

Windows Developer
070 532 + 070 526 + 070 548 = Microsoft Certified Professional Developer (Win Apps)

Enterprise Application Developer
070 529 + 070 536 + 070 526 + 070 528 + 070 549 = MCPD




Java was introduced in 1995, and .NET is Microsoft's response to the Java phenomenon. Microsoft has jumped headlong into the mobile code fray with their .NET framework, as .NET architecture has much in common with Java. One major difference is a smaller emphasis on multiplatform support. However, Java introduced the world to mobile code and modern network-centric software design. Java is also another good object oriented programming that is platform independent. Java is an extremely powerful full -featured object oriented language which is platform independent i.e It can be written in Windows and run Unix. Just about any business application can be written in Java which includes: database applications, games applications, web based applications, mobile applications, server-side applications etc, but, I am afraid to say this –Java is very difficult to learn. Java is free and can be downloaded from:

http://java.sun .com
http://www.java.com

The various flavors of Java technology are:

J2SE- Corel Desktop
J2EE- Enterprise/Server
J2ME- Mobil/Wireless
Java Card
Java Web Service


Also, Java language is written tightly to avoid malicious intent, because when you have a java applet executed in an environment there is going to be what we call a sandbox environment created, that is that applet is going to be restricted to the resources within a certain limitation of that environment, unlike some other programming languages that will allow control over a whole device once it is being executed in a particular environment. C and C++ have out-of-date memory management capability and technically speaking, C and C++ are "unsafe" languages because the seething sea of bits can be referenced, manipulated, cast, and moved around by the programmer with impunity. More advanced languages, including Java and C#, are "type safe" and are for this reason much preferred from a security perspective.

Recommended learning paths for Java Certifications

Java Programming Fundamentals and Application Development

Learning Java with Minimal Experience - Sun Certified Java Associate
Java Programming for Professionals - Sun Certified Java Programmer
Java Application Development - Sun Certified Java Developer
Java Mobile Applications Development - Sun Certified Mobile Application Developer
JavaFX Development
Web 2.0 Technology


Enterprise Application Development with Java EE6

Sun Certified JavaServer Faces Developer
Sun Certified Servlet and JavaServer Pages (JSP) Developer
Sun Certified Java Persistence API (JPA) Developer
Sun Certified Enterprise JavaBeans (EJB) Developer
Sun Certified Web Services Developer


Enterprise Application Development with Java EE 5

Sun Certified Business Component Developer
Sun Certified Developer for Java Web Services
Sun Certified Web Component Developer
Enterprise Architecture

Enterprise Architecture - Sun Certified Enterprise Architect


Another important aspect of programming is called music programming. When computers became prominent part of our lives, people try to make music with computers using assembly languages, later on programmers started using FORTRAN which is much more portable to create music. These days people use ChucK ( watch the spelling) programming language to create music instead of assembly language. ChucK is a concurrent, strongly timed audio programming language for real-time synthesis, composition, and performance, which runs on Mac OS X, Linux, and Microsoft Windows. It is designed to favor readability and flexibility for the programmer over other considerations such as raw performance. Assembly language is a low-level programming language used mostly in the early 1950s. It can be used to write viruses or device drivers. Do you remember Atari games, Sega and Super Nintendo? Assembly language was used to create their games.



We cannot just pick which is good or best programming language. Every programming language got its own importance and benefits, so it depends upon the requirement and its usability, functionality and robustness. You can stick to one or two for dynamism and you are in business. These days, you can make as high as $500,000 for a custom built software for a financial institution excluding training and cost of maintenance which is usually charged per person-hour.

visit www.easyebooks.org for more info


Aliyu Ahmed Ahmed
www.easyebooks.org



Up zaria programmers. I started my programming in ABU, zaria about the same time as you. I sure we must have crossed paths some where. Nice one

Jagun.abdulgafar@live.com
Re: Difference Between A Programmer And A Web Developer? by Husyn(m): 6:05pm On Jul 15, 2014
Hi everyone, Pls I intend to run a course on an ICT programme but don't know which to go for, will need information on these various courses and their various advantages in Nigeria. ( Web design / development, programming, java, coding etc...). Pls your boy needs your Help, any information would be needfull.
Re: Difference Between A Programmer And A Web Developer? by ToyinDipo(m): 10:51pm On Jul 16, 2014
You guys need to find out the difference between a programmer and a developer first, before considering whether the topic worths discussing.
Re: Difference Between A Programmer And A Web Developer? by talk2hb1(m): 1:20am On Aug 27, 2016
Noted undecided
Re: Difference Between A Programmer And A Web Developer? by anderssa(m): 12:23pm On Jun 23, 2022
The task of software developers is to tailored solutions to automate organizations’ web workflows and provide end customers with smart and secure software applications for individual use. Programmer work with numbers and codes. Developer https://s-pro.io has another task - to develop software.
Re: Difference Between A Programmer And A Web Developer? by Contekbbc: 1:47pm On Jun 23, 2022
Why are you contradicting yourself,
For the record, all web developers are actually programmers but not all programmers are web developers.

Stop confusing people on Nairaland,please


A web developer is a person who develops websites and possibly web applications.

Not all web developers are programmers, but most web developers tend to learn web based programming languages like php, Javascript and co,

A programmer is a developer of an application,
Re: Difference Between A Programmer And A Web Developer? by anderssa(m): 11:18am On Oct 30, 2022
Let's break it down.If you monitor the net, you will find that developers are people who can build a website from start to finish. As for programmers, they focus on code and can write custom scripts or applications for the web. They know a lot about web trends https://welpmagazine.com/7-hottest-software-development-trends-in-2022/, coz they are professionals who is responsible for designing and building computer programs.

(1) (2) (Reply)

Any Way To Stop Palmpay Security Plugin On A Phone / How Much Do You Charge As A Web Developer? / At 40, Can I Still Learn Programming And Be Good At It?

(Go Up)

Sections: politics (1) business autos (1) jobs (1) career education (1) romance computers phones travel sports fashion health
religion celebs tv-movies music-radio literature webmasters programming techmarket

Links: (1) (2) (3) (4) (5) (6) (7) (8) (9) (10)

Nairaland - Copyright © 2005 - 2024 Oluwaseun Osewa. All rights reserved. See How To Advertise. 62
Disclaimer: Every Nairaland member is solely responsible for anything that he/she posts or uploads on Nairaland.