devxlogo

Web Development Zone

Vagrant Provisioning with Puppet

Automating software installations is an important part of deploying virtual machines with Vagrant. This process is called provisioning and can be integrated with DevOps tools, such as Puppet. Let’s see

Automating Web Site Deployment

Automating Web site deployment is an important topic for both individuals and companies that provide Web development and maintenance services. Although it is often seen as a final small task

Examine the Strategic Value of APIs

Traditionally, developers built applications and then discovered that parts of the infrastructure necessary for their application might useful on their own, or that it would be beneficial for third-party developers

Getting Started with the Flask Web Framework

Web applications are arguably the most common type of application developed these days. The browser is ubiquitous and writing a Web application ensures that your application will be able to

Explore the Evolution of Responsive Web Design

In this article, we will explore the evolution of responsive Web design and how it became the dominant paradigm to design websites and Web applications. I’ll explain what responsive design

10 Interesting APIs for Web Development

There are many APIs on the web that are not that popular, but which are very useful when developing a web application. Let’s explore some of them. REST Countries REST

How to Create a Custom jQuery Plugin

jQuery is a powerful library which makes writing JavaScript code much easier. One of its main features is the possibility of extending default functionality with custom plugins. In this article,