Category: community

  • 4 Ways to Accelerate Your Software Testing Life Cycle

    4 Ways to Accelerate Your Software Testing Life Cycle

    As a software developer, you understand that testing can often bottleneck the software development life cycle (SDLC), potentially delaying product delivery. Optimizing and speeding up the Software Testing Life Cycle (STLC) without compromising quality is essential for efficiency and agility. In this guide, we’ll explore four key strategies to accelerate testing and maintain high standards…

    by

    in
  • Go Tracing Function Arguments in Production

    Go Tracing Function Arguments in Production

    Kubernetes is an incredibly complex system that is used to manage and orchestrate containerized applications. It provides a way to run and manage your applications across multiple machines, abstracting away the underlying infrastructure complexities. With Kubernetes, you can easily deploy, scale, and update your applications, ensuring high availability, fault tolerance, and efficient resource utilization. With…

    by

    in
  • My Journey of DevRel Cohort at Keploy

    My Journey of DevRel Cohort at Keploy

    In the vast world of technology, there’s a constant need for individuals who not only possess technical expertise but also excel in building meaningful connections with the developer community. These individuals are often referred to as Developer Relations (DevRel) professionals, and their role is crucial in bridging the gap between developers and the products or…

    by

    in
  • Building a GO CRUD Rest API from scratch

    Building a GO CRUD Rest API from scratch

    Thanks to Francesco Ciulla for making a detailed video on how to create this go crud API which was really helpful to understand concepts. I have created a GO CRUD API which keeps account of Mens 100m Race using: Mux (Framework to build web servers in Go) Postgres (relational database) Docker (for containerization) Docker Compose…

    by

    in
  • Exploring GraphQL 101: A Modern Approach to API Development

    Exploring GraphQL 101: A Modern Approach to API Development

    In recent years, GraphQL has gained significant traction as a powerful alternative to traditional RESTful APIs. Developed by Facebook, GraphQL offers a more flexible and efficient way to query and manipulate data. In this blog post, we will delve into the fundamentals of GraphQL 101, its advantages, and how to implement GraphQL APIs. Let’s first…

    by

    in
  • Diverse Test Data: Boosting Regression Testing Efficiency

    Diverse Test Data: Boosting Regression Testing Efficiency

    As someone who creates regression test suites, I know how critical test data is. The data you use directly impacts whether your tests cover the right functionality and catch issues. Yet test data is often an afterthought, created hastily with little diversity. The Impact of Test Data on Regression Testing I’ve found that spending time…

    by

    in
  • Writing a Potions Bank REST API with Spring Boot + MongoDB

    Writing a Potions Bank REST API with Spring Boot + MongoDB

    This blog post provides a complete walkthrough of the process of building a RESTful API for Potions Bank using Spring Boot and MongoDB. We’ll cover the steps involved in setting up the development environment, creating necessary components, and integrating them to create a robust and scalable API. By the end of this tutorial, you will…

    by

    in
  • My journey of Automating Test Cases!

    My journey of Automating Test Cases!

    Hey! Testing keploy with postman APIs by making API calls and checking if the response is right or not (manually) is a frustrating task.🥱 I have been exploring different ways to automate testing. So, next time I don’t have to execute the same things again.🕵️‍♀️ Over the period of last few weeks, I have been exploring…

    by

    in
  • A Comprehensive Guide to REST API and Various API Architectures

    A Comprehensive Guide to REST API and Various API Architectures

    In today’s interconnected world, Application Programming Interfaces (APIs) play a crucial role in enabling communication between different systems and applications. APIs define the protocols and rules for how software components should interact, allowing developers to build powerful and scalable applications. Among the various API architectures available, Representational State Transfer (REST) has gained significant popularity due…

    by

    in
  • Understanding Postman That Will Help you on Your  Journey

    Understanding Postman That Will Help you on Your Journey

    What is Postman? Understanding Postman is a tool that allows us to build and easily work with APIs. Postman is used to build HTTP requests that we send to the server running the API. Getting started with Postman In order to know what kind of methods an API offers, we need to refer to the…

    by

    in