Skip to content

Instantly share code, notes, and snippets.

View zacWCCI's full-sized avatar

Zac Cassini zacWCCI

  • 03:29 (UTC -04:00)
View GitHub Profile

Games to learn BASH

  1. Command Line Murder Mystery: A fun problem-solving game set in your terminal.

  2. Terminus: This online game teaches important shell commands in a fun and interactive way.

  3. Bashcrawl: A text-based dungeon crawl game played entirely in the Bash shell.

  4. Vim Adventures: A game to learn Vim, a text editor found on Unix-like systems.

  5. OverTheWire Bandit: A Capture The Flag type game designed for beginners to learn Bash commands.

Free APIS

There are several free APIs that don't require authentication and are suitable for JavaScript students to experiment with. These APIs can help you practice working with different types of data and learn how to integrate APIs into your projects. Here are a few examples:

  1. JSONPlaceholder: A fake online REST API for testing and prototyping. You can use it to simulate typical CRUD operations (Create, Read, Update, Delete) with JSON data. URL: https://jsonplaceholder.typicode.com/
  2. Open Trivia API: Provides access to a large collection of trivia questions from various categories. URL: https://opentdb.com/api_config.php
  3. REST Countries: Offers information about countries, such as population, area, and flag images. URL: https://restcountries.com/
  4. JokeAPI: A RESTful API that serves uniformly and well-formatted jokes. It has several categories, including programming jokes, general jokes