Build Your Own cat Tool
This challenge is to build your own version of the Unix Command line tool cat.
This challenge is to build your own version of the Unix Command line tool cat.
This challenge is to build your own version of curl.
This challenge is to build your own version of the Unix command line tool cut!
This challenge is to build your own diff command line tool.
This challenge is to build your own version of a file deduplication tool. These tools are useful for finding duplicate files that can be deleted to free up storage space.
This challenge is to build your own version of the GitHub contributions graph:
This challenge is to build your own version of the Unix command line tool head. It’s a great challenge for beginners and those new to the Unix command line tools.
This challenge is to build your own version of jq.
This challenge is to build your own Memcached CLI client. Memcached is a free, open source, high-performance, distributed memory object caching system. It is intended for use in speeding up dynamic web applications by reducing database load.
This challenge is to build your Password Manager (i.e. something like Keepass).
In this Coding Challenge we’re going to build a CLI tool to send commands to a Redis server, it’s a nice challenge to complement the build your own Redis challenge. If you’re not familiar with Redis you can learn all about it in that challenge.
This challenge is to build your own version of the Unix command line tool sed (short for Stream Editor)!
This challenge is to build your own static site generator, i.e. something like Hugo (an open source static site generator built in Go).
This challenge is to build your own version of tar. Tar is a Unix command line tool that was designed as a utility to collect multiple files into one archive for backup purposes. It was first released in 1979 when the normal backup medium was magnetic tape, hence tar acquired it’s name as shortening of “tape archive”.
This challenge is to build your own terminal based text editor - think of it as a mini version of Vim, Ed or Nano.
This challenge is to build your own version of the Unix command line tool tr!
This challenge is to build your own version of the Unix command line tool wc!
This challenge is to build your own zip file cracking tool.