Results 1 to 10 of 11

Thread: What do you think is web development?

Hybrid View

  1. #1
    Ninja Code Monkey
    Join Date
    Nov 2001
    Location
    Washington State
    Posts
    1,027

    Question What do you think is web development?

    What do you all think web development consists of? Is it just html/css? Does it include backend processes such as application servers that feed your front end web code? Databases too?

    Since I do a little tinkering with code.....

    I think web development is everything from the front end html/css/dhtml/etc, the middle layer (if you have one) of vb, c++, whatever code that talks to it and even the database code that may feed information to your whole site. If it has to do with the web site then it can be considered part of web development.
    "When I get a little money I buy books; and if any is left I buy food and clothes." - Erasmus
    "There is no programming language, no matter how structured, that will prevent programmers from writing bad programs." - L. Flon
    "Mischief my ass, you are an unethical moron." - chsh
    Blog of X

  2. #2
    Banned
    Join Date
    Mar 2023
    Location
    New York
    Posts
    1
    Web development involves creating and maintaining websites or web applications, which can consist of various technologies and processes, including:

    Front-end development: This involves creating the user interface and visual elements of the website or web application using technologies such as HTML, CSS, and JavaScript. Front-end development also includes creating responsive and accessible designs that work across different devices and browsers.

    Back-end development: This involves creating the server-side processes and functionality that support the website or web application. This can include programming languages such as PHP, Python, and Java, as well as application servers that run the back-end code and communicate with the front-end.

    Database development: This involves designing and managing the database that stores and manages the data used by the website or web application. This can include database technologies such as MySQL, MongoDB, and PostgreSQL.

    Web hosting and deployment: This involves configuring and managing the web server, hosting environment, and deployment process that allows the website or web application to be accessed by users.

    Overall, web development involves a combination of front-end, back-end, and database development, as well as web hosting and deployment, depending on the specific requirements and goals of the website or web application.

    **Links removed by Site Administrator so it doesn't look like you're spamming us. Please don't post them again.**

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •