- Full Stack Development with JHipster
- Deepu K Sasidharan Sendil Kumar N
- 267字
- 2021-08-27 19:57:29
Introduction to Modern Web Application Development
According to the Stack Overflow developer survey 2017 (https://insights.stackoverflow.com/survey/2017#developer-profile-specific-developer-types), full-stack web developer is the most popular developer title. The software industry defines a full-stack developer as someone who can work on different areas of an application stack. The term stack refers to different components and tools that make up an application.
In terms of web application development, the stack can be broadly classified into two areas—frontend and backend stack or client-side and server-side stack. Frontend generally refers to the part that is responsible for rendering the user interface, and backend refers to the part that is responsible for the business logic, database interactions, user authentication, server configuration, and so on. A full-stack Java web application developer is expected to work on both frontend and backend technologies, ranging from writing HTML/JavaScript for the user interface to writing Java class files for business logic and SQL queries for database operations as required.
With an ever-evolving software architecture landscape, the scope of technologies that a full-stack web developer is expected to work has increased tremendously. It is no longer enough that we can write HTML and JavaScript to build a user interface, we are expected to know client-side frameworks such as Angular, React, VueJS, and so on. It is also not enough that we are proficient in enterprise Java and SQL, we are expected to know server-side frameworks such as Spring, Hibernate, Play, and so on.
In this chapter, we will introduce the following topics:
- Modern full-stack web development
- Web architecture patterns
- Choosing the right pattern
- Building a Home Security System with Raspberry Pi
- Visual Basic程序開(kāi)發(fā)(學(xué)習(xí)筆記)
- Web Scraping with Python
- Learning Informatica PowerCenter 10.x(Second Edition)
- x86匯編語(yǔ)言:從實(shí)模式到保護(hù)模式(第2版)
- Python進(jìn)階編程:編寫(xiě)更高效、優(yōu)雅的Python代碼
- Python高級(jí)機(jī)器學(xué)習(xí)
- Rust Cookbook
- 單片機(jī)應(yīng)用技術(shù)
- 鋒利的SQL(第2版)
- Mastering RStudio:Develop,Communicate,and Collaborate with R
- Haxe Game Development Essentials
- 智能搜索和推薦系統(tǒng):原理、算法與應(yīng)用
- Learning Material Design
- Java高級(jí)程序設(shè)計(jì)