0 votes
30 views
in General Section by
How can we become a full stack engineer?

1 Answer

0 votes
by
 
Best answer

How can we become a full stack engineer?

If you’re determined to pursue a career as a full stack developer, these are the things you need to learn.

  1. HTML
  2. CSS
  3. Javascript
  4. one general-purpose programming language (Ruby, Python, PHP, etc)
  5. one relational database system (Postgres, MySQL, NoSQL, etc)
  6. one version-control system (GIT)
  7. Basic Design Ability

A full stack developer is someone who is adept at working on both front-end and back-end portions of an application.

Front End

The front end of a website is the part a user sees and directly interacts with.

It’s built with HTML, CSS, and JavaScript

Back End

While the front end is everything the user interacts with directly, the back end is much more behind-the-scenes and can have some advantages over front end technologies for specific projects.

Back end programming languages include PHP, Ruby, Python,Java, and more.

DataBase

When building web applications, we would always store data somewhere and access it later. That is where a database comes in handy.

Mongo DB is NoSQL database you would primarily be using while working with Full-Stack JavaScript.

GIT&Postman

Git is a version control system that allows you are a developer working individually or on a team to keep track of all the changes being made to a codebase. It’s important to know a few important things related to Git so that you understand how to properly get the latest code that you’ve missed, update parts of the code, make fixes, and change other people’s code without breaking things.

Developers use Postman to build modern software for the API-first world.

Online Tutorials:

  • Coursera
  • Udacity
  • Udemy

Conclusion:

The best only way to become a Full Stack Web Developer is by doing the practical experiments. First, learn the concept, then implement that one.you do not want to be the master in all technologies, but you need the capability to work on these technologies.

Related questions

0 votes
1 answer 32 views
0 votes
1 answer 35 views
0 votes
1 answer 40 views
0 votes
1 answer 35 views

1,573 questions

1,579 answers

1 comment

19 users

Welcome to KhanSolangi Question And Answer Community, where you can ask questions and receive answers from other members of the community.
...