fbpx
1-888-310-4540 (main) / 1-888-707-6150 (support) info@spkaa.com
Select Page

PDM/PLM-Product Data and Lifecycle Management

How a Disaster Turned out to be an Opportunity

How a Disaster Turned out to be an Opportunity

This post started out as a discussion of how Clonezilla made my life easy and Acronis made my life hard, but it quickly morphed into something different and more personal. Hopefully someone can take away from this that disasters can be quite bad when they happen, but they can also set you on a path you didn’t expect that may end up being wonderful.

SDLC Basics: The Vision Statement

SDLC Basics: The Vision Statement

In the Beginning In the beginning, there was an idea. The idea took shape and became a project. The project became an application and the application got used. Or maybe it didn't get used. Maybe it was completely the wrong application for the business. Or maybe it was...

Five Steps to Take if Your IT Outsourcing Agreement Goes South

Five Steps to Take if Your IT Outsourcing Agreement Goes South

IT outsourcing relationships can be fraught with challenges, ranging from communications breakdowns between client and provider to issues surrounding performance. If an IT outsourcing agreement isn’t meeting your company’s expectations (e.g. SLA targets are missed;...

Security basics with IPTables

Security basics with IPTables

When on the internet, there's always concerns of security.   If you're listening on some services but not others, you need to modify the Linux firewall to allow this. Also, if there's undesirable clients accessing ports and hacking, IPTables is an effective...

Oracle Database Cloning Made Easy

Oracle Database Cloning Made Easy

As a systems integrator, I spend my time behind a variety of applications every day.  Each of these applications stores its data in some type of database.  The most common databases I deal with are typically MySQL, Oracle, DB2, Postgres, and MS SQL Server. As such,...

Integrating Meld with Git under Linux

Integrating Meld with Git under Linux

Have you ever used Git? Git has quickly grown to become one of today's most popular source code management solutions for software engineering projects large, small, professional and personal. Developed by Linus Torvalds, Git is classified as a “distributed version...

4 Reasons to Use Static Analysis on Your Codebase

4 Reasons to Use Static Analysis on Your Codebase

All of us who work in software development want the products that we release to be high quality, and also low cost to maintain in the field. This is no big revelation; it’s common knowledge, and it’s common sense. It’s not clear that there is any silver bullet in...

How Code Reviews Reduce SDLC Costs

How Code Reviews Reduce SDLC Costs

Bugs can be introduced anywhere in the software development lifecycle, from the early stages (requirements gathering etc) right up to the final shipping of the project. The most expensive types of bugs to fix are those introduced earliest and fixed latest. For...