Tag Archives: AngularJS

Building a RESTful API using the MEAN stack

The MEAN stack is a collection of technologies that are commonly used together to build web applications. The acronym stands for MongoDB, Express, AngularJS, and Node.js. These technologies are all open-source and work well together to create a full-stack JavaScript solution. In this tutorial, we will walk through the process of building a RESTful API …

Building Cross-platform Mobile Apps with PhoneGap and AngularJS

In today’s mobile-first world, it’s crucial for businesses to have a presence on multiple platforms. This not only means building apps for both iOS and Android, but also for web and desktop. One of the most popular ways to build cross-platform mobile apps is through the use of hybrid frameworks, such as PhoneGap. PhoneGap allows …