Details for this torrent 

Building Webservers with Express.js
Type:
Other > Other
Files:
63
Size:
3.19 GiB (3428389262 Bytes)
Uploaded:
2023-06-09 09:12:11 GMT
By:
abdenna VIP
Seeders:
3
Leechers:
2
Comments
0  

Info Hash:
C85C8D50F924F7B06A3F1A23A11F9C88D3DB46A8




(Problems with magnets links are fixed by upgrading your torrent client!)
CBT Nuggets – Building Webservers with Express.js

English | Tutorial | Size: 2.9 GB

https://i.im.ge/2023/05/30/hmsPxX.1.png
https://i.im.ge/2023/05/30/hms6MK.2.png
https://i.im.ge/2023/05/30/hmsNI9.3.png

This intermediate Building Web servers with Express.js tutorial prepares software engineers to create and customize a web server, the necessary tool for interfacing between your web application and its online users, with Express.js.

In the world of web servers, you have plenty of choice, and if you learn the right tools, you’ll never have to build them from scratch. Frameworks do a lot of the hard work and heavy lifting for you, so building web servers comes down to choosing the right framework and learning how to use it.

This course covers using Express.js to build your web servers for you. Express.js has a minimalistic design, middleware support, and a large ecosystem, which makes it perfect for software engineers with big ideas and a creative approach

1. Build Webservers with Express.js The Basics/1. Build Webservers with Express.js The Basics .mp416.51 MiB
1. Build Webservers with Express.js The Basics/2. Setting Up an Express Project .mp437.95 MiB
1. Build Webservers with Express.js The Basics/3. Creating an Express Server .mp449.77 MiB
1. Build Webservers with Express.js The Basics/4. Adding Basic Request Handlers .mp452.48 MiB
1. Build Webservers with Express.js The Basics/5. Separating Express Routes by Path .mp468.65 MiB
10. Building Webservers with Express.js Adding Front-end Logic to a Blog Site/1. Adding Upvotes to the Front-end .mp455.95 MiB
10. Building Webservers with Express.js Adding Front-end Logic to a Blog Site/2. Adding Comments to the Front-end .mp4112.44 MiB
10. Building Webservers with Express.js Adding Front-end Logic to a Blog Site/3. Adding Comments to the Back-end .mp448.87 MiB
10. Building Webservers with Express.js Adding Front-end Logic to a Blog Site/4. Two Methods for Formatting Dates .mp447.86 MiB
10. Building Webservers with Express.js Adding Front-end Logic to a Blog Site/5. Building a Reusable Articles List .mp445.08 MiB
11. Building Webservers with Express.js Build a Tic-Tac-Toe Game API/1. Introduction .mp415.51 MiB
11. Building Webservers with Express.js Build a Tic-Tac-Toe Game API/2. Basic Game Flow and Implementation Strategy .mp425.52 MiB
11. Building Webservers with Express.js Build a Tic-Tac-Toe Game API/3. Creating New Games .mp437.65 MiB
11. Building Webservers with Express.js Build a Tic-Tac-Toe Game API/4. Accepting Player Input .mp435.97 MiB
11. Building Webservers with Express.js Build a Tic-Tac-Toe Game API/5. Generating Computer Moves and Validating Input .mp467.89 MiB
11. Building Webservers with Express.js Build a Tic-Tac-Toe Game API/6. Calculating Ties and Wins .mp462.23 MiB
11. Building Webservers with Express.js Build a Tic-Tac-Toe Game API/7. Calculating Diagonal and Corner Wins .mp466.43 MiB
2. Build Webservers with Express.js Handle Different Request Types/1. Introduction .mp415.5 MiB
2. Build Webservers with Express.js Handle Different Request Types/2. Handling Different Request Types .mp440.05 MiB
2. Build Webservers with Express.js Handle Different Request Types/3. Testing POST, PUT, and DELETE Routes .mp468.41 MiB
2. Build Webservers with Express.js Handle Different Request Types/4. Handling a Request Body .mp4112.59 MiB
2. Build Webservers with Express.js Handle Different Request Types/5. Handling URL and Query Parameters .mp471.3 MiB
3. Build Webservers with Express.js Middleware and Related Concepts/1. Introduction .mp412.22 MiB
3. Build Webservers with Express.js Middleware and Related Concepts/2. Methods for Customizing Responses .mp4100.74 MiB
3. Build Webservers with Express.js Middleware and Related Concepts/3. Working with Cookies .mp472.62 MiB
3. Build Webservers with Express.js Middleware and Related Concepts/4. Adding Middleware to Express Servers .mp4119.48 MiB
4. Build Webservers with Express.js Simple REST API Example/1. Introduction .mp412.15 MiB
4. Build Webservers with Express.js Simple REST API Example/2. Creating a List Endpoint .mp463.22 MiB
4. Build Webservers with Express.js Simple REST API Example/3. Creating a Read Endpoint .mp436.53 MiB
4. Build Webservers with Express.js Simple REST API Example/4. Creating a Search Endpoint .mp458.58 MiB
4. Build Webservers with Express.js Simple REST API Example/5. Creating a Create Endpoint .mp464.74 MiB
4. Build Webservers with Express.js Simple REST API Example/6. Creating Delete and Update Endpoints .mp473.25 MiB
5. Build Webservers with Express.js Front-end Execution Basics/1. Introduction .mp414.8 MiB
5. Build Webservers with Express.js Front-end Execution Basics/2. Front-end vs. Back-end Execution .mp417.45 MiB
5. Build Webservers with Express.js Front-end Execution Basics/3. Front-end Execution Basics .mp449.64 MiB
5. Build Webservers with Express.js Front-end Execution Basics/4. Loading Data from Express with Front-end Code .mp446.74 MiB
5. Build Webservers with Express.js Front-end Execution Basics/5. Modifying Interface Elements .mp475.1 MiB
5. Build Webservers with Express.js Front-end Execution Basics/6. Other Front-end and Back-end Interactions .mp483.45 MiB
6. Build Webservers with Express.js Working with Handlebars Templates/1. Introduction -3.mp414.69 MiB
6. Build Webservers with Express.js Working with Handlebars Templates/2. What are Templating Engines .mp437.77 MiB
6. Build Webservers with Express.js Working with Handlebars Templates/3. Rendering Handlebars Templates in Express .mp455.23 MiB
6. Build Webservers with Express.js Working with Handlebars Templates/4. User-Profile Template Example .mp439.69 MiB
6. Build Webservers with Express.js Working with Handlebars Templates/5. Combining URL and Query Parameters with Templates .mp482.47 MiB
6. Build Webservers with Express.js Working with Handlebars Templates/6. The Handlebars If and Each Helpers .mp448.98 MiB
7. Build Webservers with Express.js Building a Cookies-Based Shopping Cart/1. Introduction .mp417.76 MiB
7. Build Webservers with Express.js Building a Cookies-Based Shopping Cart/2. Creating an In-Memory Cart API .mp493.73 MiB
7. Build Webservers with Express.js Building a Cookies-Based Shopping Cart/3. Working with Cookies in Express and Postman .mp461.7 MiB
7. Build Webservers with Express.js Building a Cookies-Based Shopping Cart/4. Loading Products and Shopping Cart Data .mp484.3 MiB
7. Build Webservers with Express.js Building a Cookies-Based Shopping Cart/5. Using Middleware with Cookies .mp481.47 MiB
8. Build Webservers with Express.js Full-Stack Todo-List Example/1. Introduction .mp419.58 MiB
8. Build Webservers with Express.js Full-Stack Todo-List Example/2. Basic Strategy and Setup .mp444.4 MiB
8. Build Webservers with Express.js Full-Stack Todo-List Example/3. Rendering the Todo List .mp426.18 MiB
8. Build Webservers with Express.js Full-Stack Todo-List Example/4. Loading Todo Data into the Front-end .mp454.02 MiB
8. Build Webservers with Express.js Full-Stack Todo-List Example/5. Preventing Dangerous Values .mp437.08 MiB
8. Build Webservers with Express.js Full-Stack Todo-List Example/6. Creating New Todos .mp471.61 MiB
8. Build Webservers with Express.js Full-Stack Todo-List Example/7. Updating Todos .mp443.56 MiB
9. Build Webservers with Express.js Create a Simple Blog Site/1. Introduction .mp410.63 MiB
9. Build Webservers with Express.js Create a Simple Blog Site/2. Basic Strategy and Setup .mp430.31 MiB
9. Build Webservers with Express.js Create a Simple Blog Site/3. Creating the Blog Pages .mp441.97 MiB
9. Build Webservers with Express.js Create a Simple Blog Site/4. Displaying a List of Articles .mp460.68 MiB
9. Build Webservers with Express.js Create a Simple Blog Site/5. Using Custom Handlebars Helpers .mp431.51 MiB
9. Build Webservers with Express.js Create a Simple Blog Site/6. Rendering Individual Articles .mp435.54 MiB
9. Build Webservers with Express.js Create a Simple Blog Site/7. Reducing Template Repetition with Partials and Layouts .mp489.36 MiB