SQream native connector for SQream Blue
Wednesday, October 16, 2024 by Austin Harris
SQream announced the launch of its native connector that brings its cloud data solution, SQream Blue, to the Snowflake environment. This follows SQream Blue’s performance benchmarks that shattered existing performance benchmarks for speed and cost efficiency.
The nonprofit Transaction Processing Performance Council (TPC) developed the TPCx-BB as a benchmark for...
Lawsuit from US developers sways Apple
Friday, August 27, 2021 by Richard Harris
Apple has announced a number of changes coming to the App Store that, pending court approval, will resolve a class-action suit from US developers. The terms of the agreement will help make the App Store an even better business opportunity for developers while maintaining the safe and trusted marketplace users love. Apple appreciates the developer feedback and ideas that...
Comparing IT operations and IT service teams
Friday, January 17, 2020 by Richard Harris
As CIOs look ahead to 2020, they need to address the growing convergence of IT services and IT operations by implementing strategies to break down silos between departments. Vidhya Srinivasan, VP of Solution Marketing and Digital Service Management & Operations at BMC Software, recently sat with us to discuss how organizations can run and reinvent their businesses w...
Omnis Studio 8.0 Platform Adds 64 bit and Cocoa API Support
Tuesday, April 5, 2016 by Richard Harris
Omnis has released Omnis Studio 8.0, which allows developers to create enterprise, web and mobile applications for Windows, Linux, and OS X systems and mobile devices. Version 8.0 allows developers to build desktop and mobile apps one time, then launch across all the major platforms. The newest version provides assistance and tips throughout the development process...
Metrics Versus KPIs Putting Numbers in Their Places
Thursday, December 31, 2015 by Don Vilsack
As a quality assurance professional who has been involved with process improvement for nearly two decades, I continue to be surprised by the number of developers, testers, and other software team members who do not recognize the difference between metrics and key performance indicators (KPIs).This is not surprising, because in the business world - especially in the real...
Java Still Top Programming Language Thanks to ObjectiveC
Monday, August 31, 2015 by Richard Harris
In its August Programming Community Index, TIOBE reports that Java continues to be the top programming language. In its analysis, the TIOBE team reports that Java is picking up market share from Objective-C.The index is intended to provide an indicator of the popularity of programming languages and is updated once a month. The ratings are based on the number of engineer...
RoboVM Lets Developers Use Java to Build iOS Apps Using native UI’s With Full Hardware Access
Thursday, April 2, 2015 by Richard Harris
RoboVM Lets Developers Use Java to Build iOS Apps Using native UI’s With Full Hardware AccessRoboVM has released the first stable version of its coding platform which lets developers reuse Java language and tools skills to build iOS Apps using native UI’s and with full hardware access.RoboVM is setup as a platform with multiple components:- The ahead-of-time (AOT) compi...
Crowdtesting: Let Your Apps Take a Walk on the Wild Side
Monday, November 10, 2014 by Joe Schulz
Despite its importance in the software development cycle, controlled lab testing can never identify all the issues that actual users might encounter. For mobile apps in particular, there are literally thousands of combinations of devices, operating systems and network conditions, making comprehensive testing of all scenarios impractical. Furthermore, because testers in ...
List of Completely Free Programming Books
Thursday, September 26, 2013 by Richard Harris
Developers and programmers alike need resources, and if you are looking for a free way to dive into programming, I've got the source for you. Head on over to stackoverflow and check out this growing list of books online or offline that you can use to either get started with or sharpen your app development mastery.
Everything from C# essentials...
Apple’s new Objective C to Javascript Bridge
Thursday, May 16, 2013 by Richard Harris
A few month back, Apple quietly slipped a very nice Objective-C to Javascript bridge into WebKit. Since the first commit while we were busy celebrating New Year’s Eve, it has been fairly actively developed and improved. This new API supports straightforward embedding of the JavaScriptCore interpreter into native Objective-C projects, including reading and writing variab...
Want to build a webserver in objective C HTTPKit is here
Wednesday, December 12, 2012 by Richard Harris
HTTPkit is a very lightweight server framework that lets you build web apps using Objective C or Tranquil. In the online repository you'll find an example of how to use it and how to get started building your web app with this unique framework....