An open API service indexing awesome lists of open source software.

https://github.com/hayat01sh1da/coding-tests

This repository contains Ruby, Python and JavaScript scripts for frequently offered coding tests.
https://github.com/hayat01sh1da/coding-tests

coding-test github-actions javascript jest minitest python ruby unittest

Last synced: 16 days ago
JSON representation

This repository contains Ruby, Python and JavaScript scripts for frequently offered coding tests.

Awesome Lists containing this project

README

          

[![Actions Status: JavaScript](https://github.com/hayat01sh1da/coding-tests/workflows/JavaScript/badge.svg)](https://github.com/hayat01sh1da/coding-tests/actions?query=workflow%3A%22JavaScript%22)
[![Actions Status: Python](https://github.com/hayat01sh1da/coding-tests/workflows/Python/badge.svg)](https://github.com/hayat01sh1da/coding-tests/actions?query=workflow%3A%22Python%22)
[![Actions Status: Ruby](https://github.com/hayat01sh1da/coding-tests/workflows/Ruby/badge.svg)](https://github.com/hayat01sh1da/coding-tests/actions?query=workflow%3A%22Ruby%22)
[![Actions Status: CodeQL](https://github.com/hayat01sh1da/coding-tests/workflows/CodeQL/badge.svg)](https://github.com/hayat01sh1da/coding-tests/actions?query=workflow%3A%22CodeQL%22)

## 1. Common Environment

- WSL (Ubuntu 25.10)

## 2. READMEs

- [Ruby](./ruby/README.md)
- [Python](./python/README.md)
- [JavaScript](./javascript/README.md)