Security is the first question I get when speaking with developers around InterBase. Ensuring that you can keep your users data secure and compliant...
MT Kelly
Webinar Replay: Simplify Data Change Tracking with InterBase
On October 17, I did an InterBase webinar on using Change Views to simplify data change tracking. Change Views allows you to reduce your...
Happy 35 years to C++
Choosing a programming language to learn and utilize is an extremely personal choice and not one that developers take lightly. C++ has a long...
Webinar Replay: What you need to know about UX Design for Mobile IoT applications
The Internet of Things (IoT) is one of the hottest topics in the tech world today. The ability to connect everyday objects to the internet and...
The Case for C++ in the IoT World
The Internet of Things or IoT is an extremely popular field in technology right now. With all the new tech that fills so many different consumer...
Using an IDE: Getting back to code faster
A C++ IDE or an Integrated Development Environment is application development software written to give you a way to create or write C++ applications...
Webinar Replay: C++ Software Security Sins
In the world of software development, we are up against new cyber security threats each day, and the risks and consequences of un-secure software is...
Using C++ Templates to Write Functions and Classes
C++ Templates : Blueprints for Generic Classes and Functions C++ Templates are a powerful feature within the C++ language that extends your...