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.

Building JSF Forms

0
 In this article by Peter Pilgrim, author of the book Java EE 7 Web Application Development, we will learn about Java Server Faces as...

Building A Movie API with Express

0
We will build a movie API that allows you to add actor and movie information to a database and connect actors with movies, and...

Working with ASP.NET Web API

0
(For more resources related to this topic, see here.) The ASP.NET Web API is a framework that you can make use of to build web...

Code Style in Django

0
In this article written by Sanjeev Jaiswal and Ratan Kumar, authors of the book Learning Django Web Development, this article will cover all the...
Building a chatbot with Microsoft Bot Framework

How to build a chatbot with Microsoft Bot framework

1
The Microsoft Bot Framework is an increbible tool from Microsoft. It makes building chatbots easier and more accessible than ever. That means you can...

7 reasons to choose GraphQL APIs over REST for building your APIs

0
REST has long been the go-to web service for front-end developers, but recently GraphQL has exploded in popularity. Now there's another great choice for...

Top 5 automated testing frameworks

6
The world is abuzz with automation. It is everywhere today and becoming an integral part of organizations and processes. Software testing, an intrinsic part...
web application

Testing Single Page Applications (SPAs) using Vue.js developer tools

0
Testing, especially for big applications, is paramount – especially when deploying your application to a development environment. Whether you choose unit testing or browser...

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...

Search Using Beautiful Soup

0
(For more resources related to this topic, see here.) Searching with find_all() The find() method was used to find the first result within a particular search...

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