Systems | Development | Analytics | API | Testing

%term

API versioning in Ruby on Rails

Versioning APIs is a critical part of building web applications, as it allows you to make changes that may otherwise break existing API users. Changing the contract between the API and the clients that depend on it is dangerous, and versioning endpoints adds flexibility and safety. Versioning is implemented in many ways - You can version with subdomains, query parameters, URL schemas, headers, and more!

Combining Multiple Data Sources into One API with DreamFactory

Integrating and calling other APIs is important in the development process. APIs allow different systems to communicate and share data, enabling developers to build more dynamic and feature-rich applications. Whether it's accessing third-party services, aggregating data from multiple sources, or automating workflows, the ability to effectively integrate and call other APIs is a key component of a successful software strategy.

Microservice Pitfalls: Solving the Dual-Write Problem | Designing Event-Driven Microservices

When building a distributed system, developers are often faced with something known as the dual-write problem. It occurs whenever the system needs to perform individual writes to separate systems that can't be transactionally linked. This situation creates the potential for data loss if the developer isn't careful. However, techniques such as the Transactional Outbox Pattern and Event Sourcing can be used to guard against the potential for data loss while also providing added resilience to the system.

Enhanced Cybersecurity with Real-Time Log Aggregation and Analysis

In today’s hyper-connected world, systems are more intertwined and complex than ever. Myriad data sources including applications, databases, network and IoT devices continuously generate vast amounts of data, capturing every event and interaction. Imagine harnessing this data–login logs, firewall logs, IPS logs, web logins–aggregating it, and analyzing it to create a holistic view of your entire infrastructure.

SQL Server API: What It Is and How to Create One

SQL Server is a modern relational database management system. It helps data teams store and manage vast amounts of data. However, organizations need efficient methods to access and manipulate this data to leverage it fully. This is where SQL Server APIs come into play. APIs, or Application Programming Interfaces, act as intermediaries enabling different software applications to communicate.

It Not Just About Code

It was never just about code. Pamela Oliveira is a firm believer that societal norms can be transformed by the power of open source technology. Experts need to see this and take ownership despite a rapidly changing industry. In this episode of Test Case Scenario, Jason and Pamela dissect the opportunities and difficulties that technical minds have in attempting to solve social issues with open source.

S1.E8: AI & Machine Learning in Testing | QA Therapy Podcast

Feeling like your team is pinning all their hopes on AI and ML to solve every challenge? In this episode of QA Therapy, we're thrilled to have Tariq King, QA Therapist, join us to explore how AI and ML will shape the future of testing. Tariq, currently serving as the Vice President of Product-Service Systems at EPAM, with over 40 research articles under his belt.

EP9: Platforms - Insights from the Experts

Sanjiva and Asanka welcome Gregor Hohpe and Frank Leymann to explore the modern landscape of platforms. This episode explores the strategic value of platforms, their role in creating platforms, and key architectural principles. Learn about the importance of APIs, cloud native middleware, and developer experience (DX), along with operational considerations like governance and CI/CD. They’ll explore real-world examples, the debate on building vs. buying platforms, and future trends shaped by AI and machine learning.

Embracing the Future: How the API First Approach is Revolutionizing Software Development

‘API first’ is not just a buzzword—it’s a transformative framework essential for building agile and resilient applications in our interconnected digital age. Opting for an ‘API first’ strategy ensures that APIs, which are the backbone of communication between different software services, take priority in your development pipeline.