Application Development

With businesses investing more and more into streamlining processes, Application Development is a bigger industry than it has ever been. Read the latest news, updates and guides from technologies including Visual Studio and Apache NetBeans on the Packt Hub.

Running Your Applications with AWS – Part 2

0
An active account with AWS means you are on your way with building in the cloud.  Before you start building, you need to tackle...

How to add Unit Tests to a Sails Framework Application

1
There are different ways to implement Unit Tests for a Node.js application. Most of them use Mocha, for their test framework, Chai as the...

How to Add Frameworks to iOS Applications with Carthage

0
With the advent of iOS 8, Apple allowed the option of creating dynamic frameworks. In this post, you will learn how to create a...

How to Apply Themes to Sails Applications, Part 1

1
The Sails Framework is a popular MVC framework that is designed for building practical, production-ready Node.js apps. Themes customize the look and feel of...

Applying Themes to Sails Applications, Part 2

0
In Part 1 of this series covering themes in the Sails Framework, we bootstrapped our sample Sails app (step 1). Here in Part 2,...

Five Most Surprising Applications of IoT

0
The Internet of Things has been growing for quite a while now. The promise of smart and connected gadgets has resulted in many, many...

5 things that will matter in application development in 2018

0
Things change quickly in application development. Over the past few years we've seen it merge with other fields. With the web become more app-like,...

5 application development tools that will matter in 2018

0
2017 has been a hectic year. Not least in application development. But it’s time to look ahead to 2018. You can read what ‘things’...
multithreading

Getting Inside a C++ Multithreaded Application

0
This C++ programming tutorial is taken from Maya Posch's Mastering C++ Multithreading. In its most basic form, a multithreaded application consists of a singular process...

Binding MS Chart Control to LINQ Data Source Control

0
Introduction LINQ, short for Language Integrated Query, provides an object oriented approach to not only querying relational databases but also any kind of source such...

Must Read in Programming

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