Category Archives: Application Development

InnovationM Blog on Micro services architecture

Understanding Microservices Architecture with Spring Boot

Microservices architecture is a modern approach to building and deploying applications. Spring Boot, a popular framework for Java development, provides powerful tools to simplify the implementation of microservices. Let’s explore the key concepts and benefits of microservices architecture and how Spring Boot facilitates this approach. What is Microservices Architecture? Microservices Architecture is a style of Continue Reading »

Working with Native .so Files in Android

Working with Native .so Files in Android

In Android development, you may need to use native libraries for performance optimization, legacy code, or specific features like audio processing or image manipulation that are written in C or C++. These libraries are often bundled as shared object files, known as .so files. In this article, we’ll explore how to integrate native .so files Continue Reading »

Functional and Non-Functional Requirements

Software Development : Functional & Non-Functional Requirements

When embarking on the journey of software development, it’s crucial to get a firm grip on what makes a project succeed. Two fundamental categories of requirements—functional and non-functional—play a pivotal role in shaping the success of software systems. While they might sound similar, they address different aspects of a project and have distinct impacts on Continue Reading »

OpenAI Function Calling

OpenAI Function Calling

As AI technology rapidly advances, the integration of language models like OpenAI’s GPT-4 into various applications has become increasingly prevalent. One of the most  powerful features of these models is their ability to call functions directly, enabling  developers to create more dynamic and responsive applications. However, to harness  this capability effectively, adhering to best coding practices Continue Reading »