Systems | Development | Analytics | API | Testing

API

Building a RESTful API with Go

When it comes to building an API, Go is an extremely popular programming language choice to build powerful RESTful APIs with. The language is super lightweight, has many different libraries and frameworks available, and is easy to run. In this tutorial, we will build a simple REST API using Go. The API endpoint will allow a user to retrieve a credit score rating.

The Future of 5G and IoT with Infosys' Bhupesh Naik & Kong's Chris Darvill on Kong Executive Corner

What's ahead for the future and impact of 5G on IoT and the world of connectivity? On this episode of Kong Executive Corner, Kong's VP, EMEA Solutions Engineering, Chris Darvill, discusses with Sr. Director, Digital Strategist of Infosys, Bhupesh Naik.

Introducing Custom Functions and Formulas

At Moesif we are always looking for ways for our users to derive even more valuable insights from their data. We pride ourselves on the fact that there is something for everyone on the platform, whether it’s engineering, marketing, customer success, or even sales departments. Recently we added a new way to drill even further into your metrics: Custom Functions and Formulas!

The 4 Best dApp Frameworks for First-Time Ethereum Developers

Ethereum has experienced dazzling growth in recent years. The programmable blockchain now has approximately 220 million unique addresses. Linked to the increase in users is an explosion in the number of dApps. Global companies and startups across finance, sales, HR, accounting, supply chain and manufacturing are using dApps to streamline processes and onboard new customers. Multiple frameworks exist that simplify the dApp development process for web2 developers who want to participate in web3.

The Future of 5G with Infosys' Bhupesh Naik and Kong Inc.'s Chris Darvill on Kong Executive Corner

What's ahead for the future and impact of 5G on IoT and the world of connectivity? On this episode of Kong Executive Corner, Kong's VP, EMEA Solutions Engineering, Chris Darvill, discusses with Sr. Director, Digital Strategist of Infosys, Bhupesh Naik. Bhupesh talks characteristics of 5G such as low-latency communication speed and precision, high bandwidth communications, network architecture advances and high-density, multi-device communications.

5 Best API Conferences To Attend in 2022

As technology continues to evolve at a rapid pace, the importance of staying up-to-date on the latest developments in the realm of APIs becomes increasingly vital. One of the most effective ways to achieve this is by attending conferences that focus specifically on API-related topics. In the upcoming year of 2023, there are a plethora of such events being held across the globe, each offering valuable insights and opportunities for networking and professional development.

A Complete Guide to API Contract Testing

The current software development era is an era of microservices. The complexities of large bulky parts of the software have forced us to break them into smaller pieces that can be worked on independently and communicate with each other using lightweight protocols. As a result, we increase the overall efficiency of the system by taking control of more minor things that ultimately combine to make the complete software.

Integrating Keploy with Redis in Golang

In this video, we'll see how keploy has evolved. Presenting a new installation process of Keploy where the server of keploy can be installed using binary for Linux and macOS, and we can run the keploy server using the command "keploy" from the CLI. The test cases when you make an API call is reflected in the CLI where keploy is running, and the test runs details are also shown there. The test runs report is stored in yaml file format under the test-reports directory.