DEV Community

Cover image for How Woovi Developers are using ChatGPT to move faster?
Sibelius Seraphini for Woovi

Posted on

How Woovi Developers are using ChatGPT to move faster?

What is ChatGPT?

In lawman's terms, it is a machine learning tool that can answer your questions. You can answer anything in any language, and it will answer with text based on knowledge that it was trained, a lot of internet data.

Code is text, so you can ask ChatGPT to generate code for you. When you realize this, the limit is your creativity and imagination

AI at Woovi

We recommend everyone at Woovi to use ChatGPT, from developers, to marketing team, to sales team, to customer support team. We believe that AI will change how the people work, how software is made, and what customers expected from products.

This article is focused on how Woovi Developers are engineering their prompts to help them deliver faster to production

How Woovi Developers are using ChatGPT to move faster?

The meta game for developers is using AI tools, you can read more about it on this article The evolution of meta game for developers.

Let's provide a list of examples of how Woovi developers are using ChatGPT

Documentation

We use ChatGPT to get a start for a new internal documentation. We also use it to refine and simplify some text.
We can also help us on Request for Comments.
For customer facing documentation it can helps on draft of articles, search, and FAQ generation.

Articles

It helps generate articles for our products, and for our technical blog posts, like this one.

Problem-Solving

It helps to understand stack trace of a given bug.
It helps writing a failing test for the bug.
It helps writing the test plan.

Code

ChatGPT can generate from better code completion, to generation of the whole functions and logics. Moreover, it can generate code examples of how to use one package, or how to combine two or more packages.

We use ChatGPT to generate new eslint rules, to ensure new code is following the patterns that we believe

We use ChatGPT to generate jscodeshift codemods, to update old patterns of our codebase.

Boilerplate are no deal for ChatGPT, it is the smart copy and paste that we were looking for.

In Summary

AI tools are just in the beginner, but they are already changed drastically how we work at Woovi, and other companies.

I hope this provide some practices examples of how you can adopt AI tools to your Startup.


Woovi
Woovi is a Startup that enables shoppers to pay as they like. To make this possible, Woovi provides instant payment solutions for merchants to accept orders.

If you want to work with us, we are hiring!


Photo by Brett Jordan on Unsplash

Top comments (0)