Systems | Development | Analytics | API | Testing

Development

Scaling Ruby on Rails Using Containerization and Orchestration

After Twitter moved from Ruby to Scala in 2009, the story was born that Ruby on Rails can’t scale. The story goes that it lacks robustness, is a memory hog, and lacks the concurrency features you need to grow an application. This has been the prevailing wisdom for over a decade. And then along came Shopify, showing that, as Lutke says, Ruby on Rails is a framework that can process billions of events per day and evidently does scale. Ruby on Rails is an excellent candidate for scaling.

How to build a Rails API with rate limiting

APIs are the bread and butter of the internet. The ability to interact with our applications programmatically enables interoperability and makes our lives as developers easier. Unfortunately, web applications are vulnerable to malicious actors that seek to misuse them or degrade their performance, which is why rate limiting is an important part of any API.

Google Play Store Policy Changes 2024

Google regularly updates its developer policies to make sure Google Play is a safe and trustworthy platform for everyone. While this is unquestionably necessary and essential to protect users and their data, keeping up with the latest changes to ensure applications remain safe and compliant can feel a little overwhelming for developers.

Improving Government Case Management with AI: 6 Use Cases

There are many ways AI can improve government case management processes. Examples include: AI capabilities often depend on a large language model (LLM), an advanced AI system that can understand, analyze, interpret, and generate human language. It uses deep learning techniques to predict and produce coherent text based on input prompts. A large language model trained on government agency data is capable of tasks like text extraction, translation, summarization, and conversational responses.

Calculating the Cost of Your Business's Digital Transformation

Digital transformation has the potential to streamline your business processes, lower operational costs, improve customer satisfaction, and contribute to revenue growth. Once you build a digital transformation blueprint and follow the steps, you will have a business positioned for long-term success. Although digital transformation projects can help you save a lot of money in the future, you still have to pay for digital technology that leads to cost savings.

How to Turn Any SOAP Web Service into a REST API

There are two types of remote web services: REST APIs and SOAP APIs If you want to wrap a SOAP API and make it easier to work with through the use of REST endpoints, this simple tutorial will enable you to achieve that goal. With this process, you'll be able to make a request with JSON to the API and receive a response in JSON instead of a long-winded XML format.

WSO2Con 2024: A Recap

Highlights from WSO2's 2024 global user conference. The energy from WSO2Con 2024 is still electric. Over 350 attendees from around the world joined us at the Seminole Hard Rock Hotel & Casino in Hollywood, Florida, for three days of learning, inspiration, and connection. This year's theme, "platformless," took center stage. We explored how it empowers businesses to streamline development and focus on user-centric applications.

The Essential Guide to Understanding Every API Type

APIs, or application programming interfaces, allow different software systems to communicate. But different types of APIs exist. Each type serves a different purpose. And each type has its own pros, cons, and use cases. This article breaks down the main API categories—open, partner, internal, and composite. We also discuss the types of APIs based on the protocols they use. At the end of this article, you can confidently choose the right one for your needs.