(Ondrej Balas) Amazon Web Services (AWS) provides a myriad of Web services that many developers are using as their cloud platform of choice. And while AWS provides a management portal, there’s also a need for custom instrumentation that can interact with the AWS API.
Other News
Counting The Number Of Watchers In AngularJS – Updated For Isolate Scopes
(Ben Nadel) A few weeks ago, I blogged about a bookmarklet that could count the number of Scope.$watch() bindings in an AngularJS page. At the time, the bookmarklet didn’t account for Isolate scopes since, frankly, I had very little experience with isolate scopes.
SQL Slowing Down
I was talking with a colleague recently who uses a canned application to assist in his daily work. The application uses SQL Server, granting him a them a lot of opportunity to extend their understanding and mining of the data. The problem they are experiencing is that the database is slow, and continues to get slower as it accumulates more […]
Implementing User Authentication in ASP.NET MVC 6
(Mahesh Sabnis) ASP.NET MVC 6 provides an easy approach for implementing Authentication using Microsoft.AspNet.Identity which we will be exploring in this article.
Computed Columns in SQL Server
(Chandrika Bandi) A computed column is computed from an expression that can use another column or columns in the same table. Functions, variables, constants, non-computed column names or any combination of all these may be used along with operators to create a computed column.
RELY trumps DISABLE
(Dominic Brooks) Learning, relearning or unforgetting… What value is there in a DISABLEd constraint?
Typical misconceptions on Galera Replication for MySQL
(Stephane Combaudon) Even if a Galera node looks like a regular MySQL server, the underlying replication mechanism is very different. This implies some changes in the way you have to configure the Galera nodes.
Understanding jQLite or jQuery Lite
(Shailendra Chauhan) jQLite is a subset of jQuery that is built directly into AngularJS. jQLite provides you all the useful features of jQuery. In fact it provides you limited features or functions of jQuery.
Deploying ASP.NET MVC Web Site on Windows Azure
(Mahesh Sabnis) This article demonstrates how to deploy an ASP.NET Website in Windows Azure and use SQL Azure for storing and managing data.
Are REORGs Still Necessary?
(Troy L Coleman) Several months ago I wrote about modern storage and the impact on DB2 performance. That post received two comments. The first recommended IBM’s Easy Tier technology, which is a tool that automatically migrates frequently accessed data from magnetic media to solid-state drives (SSDs)
