Defining the Differences Between Physical and Logical Database Administration

A lot of developing and programming applications - whether complex or simple - require a database behind them to handle and store the application's data. The professionals responsible for taking care of the database are known as Database Administrators (DBAs). All developers have a basic understanding of how database administration intersects with their daily work.
READ MORE

REST vs SOAP

What is the difference between REST and SOAP? Can they even be compared? Which is the better approach to adopt? What should I use in my application?

These questions can pop up in any Web project and must be clarified before the initial implementation. Let's start by understanding the concepts of REST and SOAP and draw comparisons about their differences. 

READ MORE

Tutorial: Building a WebApp using Swift Part 2

In the first part of our Tutorial, we learned how to setup and run our Vapor environment, as well as how to configure MySQL for use. If you missed Part 1, you can read it here! Now, in Part 2, we will create our data Model and learn how to develop the necessary basic data operations that will be used on our Pet App. So, let's get started!

READ MORE