Code Less, Query More: GraphQL Power in Rails APIs

Simpler requests, smarter responses, and happier devs! Ever tried building something that seems simple — like showing a user’s profile with posts and likes — and suddenly you’re juggling 5 API calls, 3 loading spinners, and a me breathing down your brain asking: “Why is it still loading?” Yeah… same, If you’ve ever felt that pain, you’re … Continue reading Code Less, Query More: GraphQL Power in Rails APIs

Rest Assured Framework: A Guide to Using Cucumber/BDD and Java Language

Welcome to the world of seamless REST service testing with Rest Assured! If you are a developer or automation engineer seeking a reliable solution to validate RESTful APIs, you have come to the right place! Rest Assured is not just another testing tool. It is an open-source Java DSL designed to simplify the testing process … Continue reading Rest Assured Framework: A Guide to Using Cucumber/BDD and Java Language

Part 2: How To Use Golang With API.ai Artificial Intelligence Service

Part 2 — In this article, we will try out their /tts service. In part 1 of this series we explored their /query service. Here, we will explore their/tts service which takes text and returns the generated speech (as an audio WAV file). I have created a folder “apiai” which will hold the Go source code “apiaifile.go”. … Continue reading Part 2: How To Use Golang With API.ai Artificial Intelligence Service