Systems | Development | Analytics | API | Testing

Managing Go Processes

While working on an application that required executing a command to run a blocking program, such as a TCP/HTTP server, I encountered an interesting challenge. I needed a way to stop the application and its child processes when a signal was sent to the main program, such as SIGINT (Ctrl+C) or SIGTERM. This blog post shares my journey and the solutions I found to manage processes effectively in a Go application, focusing on Linux environments.

API for Dummies: Your Easy Guide to Understanding APIs

If the term “API” puzzles you and you feel lost in a world of tech talk, this guide is for you. APIs, or application programming interfaces, act as the language that allows different software applications to talk to one another. Imagine you’re ordering a coffee at a cafe; the API is like the waiter who takes your order to the barista and then brings your coffee to you.

How I Simulated A Response From A Third Party App

Whether you’re building a web application, a mobile app, or any other software product, integrating with third-party APIs is almost inevitable. But what happens when you need to test your application’s behavior without relying on these external services? That’s where the magic of simulation comes in handy. In this blog, we’ll explore how you can simulate responses effectively, even if the actual service isn’t available.

Using DreamFactory for Legacy Application Modernization

Many organizations face the challenge of legacy application modernization. DreamFactory, an on-premise API generation and management platform, offers a robust solution for this transition. By enabling the creation of APIs from any data source, automating integration processes, and enhancing security measures, DreamFactory simplifies the modernization of outdated systems.

GitTogether | Open Source Dev Containers with DevPod | Hrittik Roy

Many developers are excited about Dev Containers, but until now, people needed to use a managed service like Codespaces or Gitpod to experience that Dev Container magic. DevPod is a new open-source tool that allows users to launch Dev Containers with any infrastructure they have available. DevPod introduces a way to define a development environment that can then be run on any cloud infrastructure or even on a localhost machine using Docker or Kubernetes locally or on the cloud. This talk is all about how you can use DevPod locally or on cloud to run your developer workloads easily.

From Acquisition to Integration: How SmartBear is Elevating API Development with Stoplight

Back in August, SmartBear acquired Stoplight, a leader in API design and documentation. Since this acquisition, our focus has been on seamlessly integrating Stoplight's open-source tools—Spectral, Elements, and Prism—into SwaggerHub. Our goal is to simplify complex API development tasks and address the common challenges encountered in API development.