Server-Side Web Development

Read the latest Server-Side Web Development news, updates and insights on the Packt Hub. We provide coverage of multiple server-side languages including Java , Python and Node.js. Packt Hub helps you get up to speed with the latest expert insights from the web dev community.

How to Build and Deploy a Node App with Docker

0
How many times have you deployed your app that was working perfectly in your local environment to production, only to see it break? Whether...

Server-side Swift: Building a Slack Bot, Part 1

0
As a remote iOS developer, I love Slack. It’s my meeting room and my water cooler over the course of a work day. If...

Server-side Swift: Building a Slack Bot, Part 2

0
In Part 1 of this series, I introduced you to SlackKit and Zewo, which allows us to build and deploy a Slack bot written...
An explanation of the API economy

What is the API Economy?

0
If you have pitched the idea of a set of APIs to your boss, you might have run across this question. “Why do we...

Simple ToDo list web application with node.js, Express, and Riot

0
The frontend space is indeed crowded, but none of the more popular solutions are really convincing to me. I feel Angular is bloated and...

Building Better Bundles: Why process.env.NODE_ENV Matters for Optimized Builds

0
JavaScript developers are keenly aware of the need to reduce the size of deployed assets, especially in today's world of single-page apps. This usually...

MapReduce on Amazon EMR with Node.js

0
In this post, you will learn how to write a Node.js MapReduce application and how to run it on Amazon EMR. You don’t need...

How to Setup PostgreSQL with Node.js

1
Have you ever wanted to add a PostgreSQL database to the backend of your web application? If so, by the end of this tutorial,...

How is Node.js Changing Web Development?

0
If you have remotely been paying attention to what is going on in the web development space, you know that Node.js has become extremely...

Agile Works Best in PHP Projects

0
What is agility Agility includes effective, that is, rapid and adaptive, response to change. This requires effective communication among all of the stakeholders. Stakeholders are...

Must Read in Web Dev

Learning Essential Linux Commands for Navigating the Shell Effectively 

0
Once we learn how to deploy an Ubuntu server, how to manage users, and how to manage software packages, we should take a moment...

Interviews