Member-only story

Full Stack Components and Technologies

chanduthedev
2 min readJan 21, 2025

--

I would like to give details about components involved in Full Stack and common tools and technologies used in it. These are most of the common technologies used for full stack development. There may be other tools/technologies used which are not specified in the list as well

Full stack normally involves two parts

  • Front-End: This is visible to customer or end user. And this is used by end user.
  • Back-End: This is not visible to customer but all business logic/storage happens in this part. Generally Data storage is also part of this layer. But some may refer data storage as separate layer.
Full Stack components and technologies

Front-End

This involves User Interface(UI) and User Experience(UX)
User Interface(UI)
- This is all about look and feel.
- What user sees and interacts
- How beautiful login page is?

User Experience(UX)
- User journey from start to end
- Seamless and satisfying experience
- How quickly you are able to login

Technologies
- Kotlin
- Swift
- React Native
- Flutter
- ReactJS
- HTML, CSS
- Angular JS

--

--

No responses yet