Keyhole To Sponsor Nebraska.Code() Conference

Keyhole Software Articles, Company News Leave a Comment

Attention: This article was published over 12 years ago, and the information provided may be aged or outdated. While some topics are evergreen, technology moves fast, so please keep that in mind as you read the post.We are pleased to announce that Keyhole Software is a Gold Sponsor of the 2015 Nebraska.Code() Conference. The Nebraska.Code() Conference is a software developer conference in Lincoln, Nebraska …

XML Manipulation With XML Copy Editor

Robert Rice Articles, Databases, Development Technologies & Tools 2 Comments

Attention: This article was published over 12 years ago, and the information provided may be aged or outdated. While some topics are evergreen, technology moves fast, so please keep that in mind as you read the post.The XML document format, created in 1996, is still widely used to facilitate communication between disparate systems (though for certain implementations is somewhat being …

Introduction to the Backbone Query API

Matt McCandless API Development, Articles, BackboneJS, Development Technologies & Tools, JavaScript Leave a Comment

Attention: This article was published over 12 years ago, and the information provided may be aged or outdated. While some topics are evergreen, technology moves fast, so please keep that in mind as you read the post.As a relatively “new” user of Backbone.js, I looked at different JSON querying tools that existed. At the time I was still struggling with …

Real-Time Website Data Using SignalR

John Holland .NET, Articles, ASP.NET, Databases, Development Technologies & Tools 2 Comments

Attention: This article was published over 12 years ago, and the information provided may be aged or outdated. While some topics are evergreen, technology moves fast, so please keep that in mind as you read the post.When I was tasked with using SignalR to implement the real-time updating of data on a project I was working on, I was excited. …

Node.js

Improve Node.js Performance by Turning It into a Clusterfork

David Elton Articles, Development Technologies & Tools, JavaScript, Node.js 2 Comments

Attention: This article was published over 12 years ago, and the information provided may be aged or outdated. While some topics are evergreen, technology moves fast, so please keep that in mind as you read the post.One of the big reasons people are drawn to Node.js for running web servers is the simplicity you gain from a single-threaded paradigm, versus …