DEV Community

Cover image for Roadmap to Full-Stack Development
Priyanshu mundra
Priyanshu mundra

Posted on

Roadmap to Full-Stack Development

πŸ“Œ Who is a Full-Stack Developer?
A full-stack developer is an engineer who can handle all the work of databases, servers, systems engineering, and clients. Depending on the project, what customers need may be a mobile stack, a Web stack, or a native application stack

πŸ“Œ Why become a Full-Stack Developer?
As a full-stack developer, you know of multiple technologies. Whether it's about adding images to a web page or creating a database, you'd be familiar with all of them. This gives you an edge over other developers because you can make technical decisions faster and see the big picture.

πŸ“Œ Roles of Full-Stack Developer:
The primary responsibility of a Full Stack Developer includes designing user interactions on websites, developing servers and databases for website functionality, and coding for mobile platforms.

πŸ“Œ Particular responsibilities often include:

1. Developing front-end website architecture.
2. Designing user interactions on web pages.
3. Developing back-end website applications.
4. Creating servers and databases for functionality.
5. Ensuring cross-platform optimization for mobile phones.
6. Ensuring responsiveness of applications.
7. Working alongside graphic designers for web design
features.
8. Seeing through a project from conception to finished product.
9. Designing and developing APIs.
10. Meeting both technical and consumer needs.
11. Staying a breast of developments in web applications and
programming languages.

πŸ“Œ Tech-Stack for a Full-Stack Developer

Image description

🚩 Basic Tech (Building blocks & All are important)
1. HTML: Defines the structure of the application
2. CSS: Defines how the application will be presented
3. JavaSript: Defines the functionality of the application

🚩 Back-End Technology (Any one of the following)

  • Java
  • Python
  • C#
  • Ruby
  • Php
  • Node.js (Easy and Latest)

🚩 DataBases (Any one of each category)

1. SQL

  • MySQL (Preferrable)
  • SQL Server
  • Oracle

2. NoSQL

  • MongoDB (Preferrable)
  • CouchDB

🚩 Version Control

  • Git
  • GitHub (Preferrable) / GitLab / BitBucket

🚩 Cloud Services (Any one of the following)

  • Google Cloud Platform (GCP)
  • Microsoft Azure
  • Amazon Web Services (AWS)
  • Heroku

🚩 Containers

  • Docker
  • Kubernetes

πŸ“Œ Common terms for Full-Stack Development

  • MEAN Stack Developer

    • Mongo DB
    • Express Js
    • Angular Js
    • Node Js
  • MERN Stack Developer

    • Mongo DB
    • Express Js
    • React Js
    • Node Js You can use this blog as a checklist in your journey

❀️ Thank you very much for reading ❀️
Like | Share | Follow

Top comments (0)