Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

Sorry, you do not have permission to ask a question, You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please type your username.

Please type your E-Mail.

Please choose an appropriate title for the post.

Please choose the appropriate section so your post can be easily searched.

Please choose suitable Keywords Ex: post, video.

Browse

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

Querify Question Shop: Explore Expert Solutions and Unique Q&A Merchandise

Querify Question Shop: Explore Expert Solutions and Unique Q&A Merchandise Logo Querify Question Shop: Explore Expert Solutions and Unique Q&A Merchandise Logo

Querify Question Shop: Explore Expert Solutions and Unique Q&A Merchandise Navigation

  • Home
  • About Us
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • About Us
  • Contact Us
Home/ Questions/Q 1550

Querify Question Shop: Explore Expert Solutions and Unique Q&A Merchandise Latest Questions

Author
  • 62k
Author
Asked: November 25, 20242024-11-25T09:11:07+00:00 2024-11-25T09:11:07+00:00

Full-Stack Development in a Nutshell

  • 62k

So what even is “Full-Stack Development”?

Image description

Full-Stack is a term used to define a style of development that includes working on an application front to back, with everything in between how an application looks and a user interacts with it (Front-End) and how that application manages the data needed to do what it does, and how the “magic” happens behind the scenes (Back-End)

This role is usually broken up between a Front-End Developer, who

  • focuses on the look and feel of an application
  • makes requests to the back-end for data

while the Back-End Developer focuses on

  • creating / managing the database
  • crafting responses to be returned to the front-end

As a Full-Stack Developer, we will need to complete certain tasks to ensure our application is covered front to back and has everything it needs to function properly.

The flow of data in one of our applications will be handled in the following way

  • A User will visit our applications front-end, and will do some form of action, for example, try to log in or create an account.
  • When they hit submit to sign up, a POST http request containing data from our sign up form on the front-end will be sent from our front-end to a specific API endpoint in the back-end server that is running.
  • The back-end will receive the http request at its endpoint, and execute the action to create a new user in the database with the passed in data.
  • If everything goes well with that transaction, then the user interacting with the front-end will be redirected to the login page to log in with their newly created account.

The flow of data will be similar for most of not all other actions a user will have with our application.

A list of some skills needed to complete a full-stack application might include:

Front-End

  • HTML/CSS, JavaScript
    • HTML will be the skeleton of our front end, CSS will put a dress on that skeleton to make it look pretty, and JavaScript will make that skeleton dance!
  • How to make http requests
    • This is how we will interact with our back-end to get data to display
  • Maybe a front-end framework like React.js/Next.js
    • This will help us build rich, immersive websites by allowing us to build more efficiently / quickly with our HTML / JavaScript skills
  • Drawing things out / wireframing
    • This is actually useful for both planning out your front-end page structure / layout as well as your database table structure / relationships in your back-end

Back-End

  • Ruby on Rails, Java / Spring, Python, JavaScript, etc
    • This will be what we write all the logic for our database with
  • Any kind of SQL (PostgreSQL, SQLite, etc)
    • This will be used to create/ manage our database
  • Data Structures / Algorithms
    • Knowledge in these areas is necessary for being able to efficiently search and sort through our data
  • Model View Controller patterns
    • MVC comes in handy when orchestrating the logic in our back end that responds to http requests, and dictates what logic should be executed upon receiving a request.
  • Object Oriented Programming
    • OOP is useful to know when defining our database models, and allows for abstraction with topics like object classes and inheritance (this can also be used in the front end!)

Image description

And that is a general overview of Full-Stack Development!

beginnersdiscussfullstackwebdev
  • 0 0 Answers
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

Sidebar

Ask A Question

Stats

  • Questions 4k
  • Answers 0
  • Best Answers 0
  • Users 1k
  • Popular
  • Answers
  • Author

    How to ensure that all the routes on my Symfony ...

    • 0 Answers
  • Author

    Insights into Forms in Flask

    • 0 Answers
  • Author

    Kick Start Your Next Project With Holo Theme

    • 0 Answers

Top Members

Samantha Carter

Samantha Carter

  • 0 Questions
  • 20 Points
Begginer
Ella Lewis

Ella Lewis

  • 0 Questions
  • 20 Points
Begginer
Isaac Anderson

Isaac Anderson

  • 0 Questions
  • 20 Points
Begginer

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help

Footer

Querify Question Shop: Explore Expert Solutions and Unique Q&A Merchandise

Querify Question Shop: Explore, ask, and connect. Join our vibrant Q&A community today!

About Us

  • About Us
  • Contact Us
  • All Users

Legal Stuff

  • Terms of Use
  • Privacy Policy
  • Cookie Policy

Help

  • Knowledge Base
  • Support

Follow

© 2022 Querify Question. All Rights Reserved

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.