Application Development Articles

We hope you’ll both enjoy and benefit from this inside look at web and enterprise software application development. The authors do their best to educate & entertain while highlighting best practices, processes and methodologies for the application life-cycle.


The following application development articles represent the latest features from Inside Tech Talk. If you would like to receive new application development features when they become available, simply subscribe, for free via RSS or email.


Push Button Development

touchdevelop

We accept that touch interfaces are already a part of the application user experience.  We like using them most of the time, and so we might be considering whether to design them into our own application development projects.  Perhaps there is a logical and intuitive reason that begs for a touch interface, or you might want to indulge your creative side to add some new functionality to your application.  Did you ever think that an application … [Read more...]

Mainframe Modernization: Transitioning to GUI

The Compuware Workbench

Over the past decade, more and more companies have begun to adopt standardized software development tools across multiple languages and platforms within the enterprise. Among the reasons for the adoption rate, graphical development environments have matured over the past couple of decades, enabling programmers to be more productive. Intuitive and standardized interfaces mean less training and quicker adoption. Also, many mainframe developers are … [Read more...]

Observations about the Mainframe Generation, the State of IT and the Power of Connection

mainframegroup

Last week I had the honor of joining other mainframers for an annual sales kick off meeting, marking the beginning of our (Compuware’s) fiscal year. While attending this year, I had the following observations about folks in mainframe sales, the state of IT and the power of connection. About Mainframe Sales You can teach an old dog a new trick. (I’m one of those old dogs, so it’s OK.) With the introduction of new application … [Read more...]

Preparing for the Next-Normal in IT Transformation

nextnormal_thumb

The phrase 'new normal' has been used a lot in technology, marketing and even has it's own TV show on NBC (I've never seen it). The term 'New Normal' is fine for understanding what is happening today, but CIO's really need to focus on a few things when planning  for  'the NEXT-Normal' . BE LEAN  Why plan for the Next-Normal? Because it will be here much faster than you can imagine.  Business and technology trends are moving so quickly, … [Read more...]

Developers Need UX Too: Why Design and UX Matter to Developer Centered Offerings

developer

There was a day when a unique data point of view or innovative programming was all you needed to attract the eyes of the growing pool of developers.  They were deep into the data, and cocooned in C++ coding and JavaScript, happily creating and innovating the code that is now your latest tech gadget, or website.  Programs that were directed to them needed only to be direct, engineered soundly, and work consistently Those days are long gone, … [Read more...]

Shamed out of my Blackberry, but what about COBOL?

cobolshirt

My co-workers have been lovingly teasing me for months (or has it been a year?) about my continued use of a Blackberry. But this phone does what I need to do: make/receive phone calls and read/send emails. I tell them I don’t care; at least I didn’t until the other day. Compuware shares a beautiful downtown Detroit building with Quicken Loans. I don’t know what the average age of a Compuware employee is versus that of a Quicken employee, … [Read more...]

Teaching Programming to Kids

teaching kids programming | InsideTechTalk.com

It has long been established that there is a link between music and programming skills.  My educational background was primarily music, from playing 'by ear' as a toddler, the dreaded piano lessons, gigging as a church musician, playing rock-in-roll keyboard god, to playing accompanist to some very good singers. I discovered programming quite by accident.  I was holding down a job as a night operator at a local hospital when one late night a … [Read more...]

Observations of a Wanna-Be Mainframer

code_thumb

Compuware recently released the results of a global study on CIO attitudes and experiences with mainframe outsourcing.  The study found that reducing costs is a major business driver for outsourcing mainframe application development, maintenance and infrastructure. Yet, for all of their intentions to save money by outsourcing, companies are often hit with multiple hidden costs resulting from increases in MIPS consumption, as well as higher … [Read more...]

Presenting Java on the Mainframe at 1DevDay, Everything Old is New Again

1DevDay Detroit

I was asked to give a presentation at 1DevDay 2012. This is a local conference that has been widely embraced by developers of many stripes. The request surprised me since the conference attendees are mainly distributed and mobile developers. I am, at heart, a mainframe developer. However, I have written almost exclusively in Java for a number of years. It should come as no surprise that my session was Java on the Mainframe. I really did not know … [Read more...]

Improving Message Queue Throughput tenfold by choosing the right XML Parser

DeQueueing_rate

Does your application architecture include Message Queues to feed work items to backend batch processing such as “Update Product Inventory” or “Send out Notification Emails”? Message Queues work well in these use cases as they decouple your system components and allow your backend processing to asynchronously process requests. This decoupling allows the queue to grow under heavy load allowing the background job to catch up when there is … [Read more...]