Articles categorized as Programming

Using OpenAPI Codegen for TypeScript to Generate Client Code and Automate Testing

This basic guide will walk you through using OpenAPI Codegen to generate TypeScript client code from an OpenAPI specification, creating a test client, and automating test cases with Jest. We will also show you how to set up essential scripts in your `package.json` file to streamline the development and testing process. As our example, we'll use the Petstore API specification.

Creating an ASP.NET Web Applicaton for Beginners

In this tutorial, we will cover the basics of creating a simple web application using ASP.NET Core. You will learn how to set up your development environment, create a basic web application, and understand essential concepts.

Exploring Branching Strategies in Software Development

In software development, branching strategies are essential for managing code and collaborating with a team effectively. This tutorial will explore different branching strategies and how they handle new features, bug fixes, hotfixes, and more. We'll discuss the pros and cons of each strategy to help you choose the one that best suits your project's needs.