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.

Setting up GlassFish for JMS and Working with Message Queues

0
(For more resources on Java, see here.) Setting up GlassFish for JMS Before we start writing code to take advantage of the JMS API, we need...
calculate distance

PostGIS extension: pgRouting for calculating driving distance [Tutorial]

0
pgRouting is an extension of PostGIS and PostgreSQL geospatial database. It adds routing and other network analysis functionality. In this tutorial we will learn to work with pgRouting...

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...
Asynchronous gear wheel on stone

Deno, an attempt to fix Node.js flaws, is rewritten in Rust

0
Deno is a runtime by creator of Node, Ryan Dahl. It aims at fixing some of the problems in Node. Originally written in Go,...
announcement

Node.js 13 releases with an upgraded V8, full ICU support, stable Worker Threads API...

0
Yesterday was a super exciting day for Node.js developers as Node.js foundation announced of Node.js 12 transitions to Long Term Support (LTS) with the...

Solving Many-to-Many Relationship in Dimensional Modeling

0
Bridge table solution We will use a simplified book sales dimensional model as an example to demonstrate our bridge solution. Our book sales model initially has...

Authorizations in SAP HANA

2
(For more resources related to this topic, see here.) Roles In SAP HANA, as in most of SAP's software, authorizations are grouped into roles. A role is...

An Overview of Tomcat 6 Servlet Container: Part 1

0
In practice, it is highly unlikely that you will interface an EJB container from WebSphere and a JMS implementation from WebLogic, with the Tomcat...
Website design. Developing programming and coding technologies.

Introducing Luna, world’s first programming language with dual syntax representation, data flow modeling and...

0
Luna, a data processing and visualization environment, provides a library of highly tailored, domain-specific components as well as a framework for building new components....

Getting started with Kinect for Windows SDK Programming

0
(For more resources related to this topic, see here.) System requirements for the Kinect for Windows SDK While developing applications for any device using an SDK,...

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