Systems | Development | Analytics | API | Testing

%term

Should You Use Ruby on Rails or Hanami?

Ruby on Rails is the most popular web framework in the Ruby ecosystem and has a large user base, ranging from freelancers to large established companies. With an active user community and wide-ranging documentation, it can be used to build everything from simple applications to complex web platforms. That said, a new contestant is taking on Rails’ dominance for the full-stack Ruby framework title: Hanami.

Integrating LLMs with Traditional ML: How, Why & Use Cases

Ever since the release of ChatGPT in November 2022, organizations have been trying to find new and innovative ways to leverage gen AI to drive organizational growth. LLM capabilities like contextual understanding and response to natural language prompts enable the development of applications like automated AI chatbots, smart call center apps, or for financial services.

Introducing: Codezero Serve

Using Codezero Teamspaces' Serve feature enables Devs to harmonize their local with production environments using advanced traffic routing to seamlessly create and publish new services and variants back to the cluster seamlessly from their local workspace. Your Devs will be more productive, focused and happy using the tools they know and love without having to focus on infrastructure or cloud environment.

A Look at Possibilities of Using AI in #SoftwareTesting | Rahul Verma | #QonfX 2024 #generativeai

In this session, Rahul Verma delves into the possibilities of AI in testing. With the rise of Generative AI, the landscape of testing is evolving rapidly, presenting both opportunities and challenges. Rahul explores the potential applications of AI in testing and discusses where companies are focusing their efforts today, as well as the missed opportunities.

What Are the Software Development Trends In 2024?

We are in a time where new technologies are being introduced rapidly in the market. This means for any business to stay competitive, it’s important to stay adaptable to change. You have to keep informed of the trends shaping the future to keep thriving. One of the most important frontiers for innovation to keep watching is the software development sector. By understanding the currents and undercurrents in this area, you can get a wider view of where the world is heading.

Introducing Insomnia 9.0 with Pre-request Scripting, Improved Offline Access, API Mocking, and 100+ Improvements

Kong Insomnia 9.0 is now generally available for download. It ships with many new features and improvements — over one hundred improvements in total! This new version of Kong Insomnia also makes it much easier to migrate from other products with a more reliable “import” experience, while improving the speed of using the product and making it more customizable. Let’s dive into all the notable features.

Mastering Microservices and Breaking Up the Monolith

Back in the 2000s, code lived in one execution thread. Database queries, user interactions, and data pipelines were all managed by the same processes. The problem? Everything was interconnected and interdependent. Fixing one thing might break another. Releases were all or nothing. We call this monolith hell. Your ticket out? Microservices.