Full-Stack Web Development from the Ground Up
Principles, Practices, and Technologies
-
10% KEDVEZMÉNY?
- A kedvezmény csak az 'Értesítés a kedvenc témákról' hírlevelünk címzettjeinek rendeléseire érvényes.
- Kiadói listaár EUR 69.95
-
29 011 Ft (27 630 Ft + 5% áfa)
Az ár azért becsült, mert a rendelés pillanatában nem lehet pontosan tudni, hogy a beérkezéskor milyen lesz a forint árfolyama az adott termék eredeti devizájához képest. Ha a forint romlana, kissé többet, ha javulna, kissé kevesebbet kell majd fizetnie.
- Kedvezmény(ek) 10% (cc. 2 901 Ft off)
- Kedvezményes ár 26 110 Ft (24 867 Ft + 5% áfa)
Iratkozzon fel most és részesüljön kedvezőbb árainkból!
Feliratkozom
29 011 Ft
Beszerezhetőség
Még nem jelent meg, de rendelhető. A megjelenéstől számított néhány héten belül megérkezik.
Why don't you give exact delivery time?
A beszerzés időigényét az eddigi tapasztalatokra alapozva adjuk meg. Azért becsült, mert a terméket külföldről hozzuk be, így a kiadó kiszolgálásának pillanatnyi gyorsaságától is függ. A megadottnál gyorsabb és lassabb szállítás is elképzelhető, de mindent megteszünk, hogy Ön a lehető leghamarabb jusson hozzá a termékhez.
A termék adatai:
- Kiadó Elsevier Science
- Megjelenés dátuma 2026. február 19.
- ISBN 9780323918848
- Kötéstípus Puhakötés
- Terjedelem420 oldal
- Méret 235x191 mm
- Nyelv angol 700
Kategóriák
Hosszú leírás:
Full-Stack Development from the Ground Up: Principles, Practices, and Technologies addresses the growing need for a comprehensive upper-division computer science textbook that provides in-depth treatment of full-stack web development using the modern web development technologies that students are likely to encounter in industry. Professional full-stack web developers who are capable of developing both the front-end user interfaces and back-end databases and services for dynamic websites are in high demand. The book begins by laying a foundation in HTML, CSS and JavaScript-the building blocks of client-side web development.
It then explores one particular web development stack in detail: MERN, which stands for MongoDB, Express.js, React.js and Node.js. Together, these four technologies provide powerful support for full-stack web development in a single programming language-JavaScript. The crucial final step in the web development process is deploying apps to a server, so users can interact with them. This book simplifies deployment by focusing on just one web deployment environment: Amazon Web Services (AWS), and only those AWS tools that are absolutely necessary to deploy MERN applications.
Tartalomjegyzék:
Preface
- Welcome to Full Stack Web Development
- The Front-End Code Behind a Single Page Web App
- Creating a Single-Page Web App Framework in HTML and CSS: Semantic HTML and ARIA Roles
- Creating a Single-Page Web App Framework in HTML and CSS: Part II
- Bringing a Single-Page Web App to Life with JavaScript: Event Handling and Menus
- Bringing a Single-Page Web App to Life with JavaScript: Tabs and Modal Dialogs
- Automated Testing of Client-Side Web Apps
- Obtaining and Validating User Data with HTML Forms
- Using HTML Forms: An Advanced Example
- Saving User Data in Local Storage
- Working with Data in Tables
- Welcome to React
- Transitioning to the Create React App Framework
- Using Web APIs to Obtain App Data and Enhance Functionality
- Architecting React Component Hierarchies
- Managing State and Complexity in React Component Hierarchies
- Making Client Web Apps Accessible to the World
- Using Node and Express to Build a Web App’s Back End
- Storing App Data Persistently with MongoDB
- Architecting Web APIs with Express and MongoDB
- Authenticating Users
- Securing API Routes
- Testing and Documenting Web APIs
- Implementing and Deploying SpeedScore with a Web API
APPENDIX A: Cloning a Speedscore Repository to a Local Repository
APPENDIX B: Team Web Development Project