You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Tidylog provides feedback about dplyr and tidyr operations. It provides wrapper functions for the most common functions, such as filter, mutate, select, and group_by, and provides detailed output for joins.
Jul 2023 The application under test is QTrip, a travel website. During the course of this project,: Designed and automated 4+ test cases following Page Object Model design pattern using Page Factory, Selenium and TestNG Utilized Apache POI in each test to accept dynamic test data. Created a TestNG project for easily running automated test cases.
wrapify is a Go library designed to simplify and standardize API response wrapping for RESTful services. It leverages the Decorator Pattern to dynamically add error handling, metadata, pagination, and other response features in a clean and human-readable format.