
Tyler, a linux administrator and blockchain developer, introduces a hands-on bash scripting course focused on crypto APIs, prioritizing practical, reusable scripts like fetching bitcoin prices via APIs.
Choose between a virtual machine with Ubuntu for a seamless course experience or macOS terminal to run bash scripts, using text edit with plain text and drag-and-drop execution.
Use a streamlined VirtualBox workflow with mouse integration and bidirectional clipboard, copy scripts to USB for Mac, switch between host and VM, and use full-screen shortcuts for crypto API tasks.
Capitalize ticker symbols in bash scripts using translate to uppercase, convert parameters to uppercase, and reuse code from your scripts folder to build efficient workflows.
Leverage bash scripting to align crypto tickers by length, using wc -c to count characters, add a space for three-letter tickers, and back up scripts before editing.
Prompt users for sleep time with read -p, set the sleep duration, and pace the crypto price api loop for a refreshed screen.
Finish your bash crypto price script by adding parameter validation, clear error messages, cursor hiding for the live ticker, and detailed notes to make the code reusable.
Learn to fetch the top 50 crypto ranks and prices in a bash session using select and jq, save the command output to a file, and make the script executable.
Learn to use printf to assign a new variable, round numbers, and echo the result, preparing to handle suffixes like million and trillion.
Demonstrates a price predictor script that estimates crypto prices at various market caps and compares coins like bitcoin, ethereum, cardano, and meme coins, illustrating market cap effects.
This course is designed for all levels from the beginner student interested in learning how to create scripts and code in the terminal using BASH to the advanced student who wants to add more BASH skills to their tool belt. In this unique course, you will learn many BASH scripts that are reusable and applicable to various functions that involve pulling information from cryptocurrency APIs. This course applies a unique method of learning through practical and usable examples which will provide reusable code for future scripts and projects. By completing this course, you will advance your efficiency with BASH; become skilled using Linux (Ubuntu) and virtual machines; and even gain some knowledge as a cryptocurrency investor along the way. Some examples include learning to code colored cryptocurrency running tickers and cryptocurrency price projection scripts. These practical and exciting examples will supercharge your learning process in an enjoyable and efficient way. This course is compatible with every Operating System (Windows, Mac OSX, and Linux). This course was crafted by an instructor who is a Certified Linux System Administrator, a Web 2 and Web 3 Developer, and a cryptocurrency consultant with over ten years of experience in BASH. Created with the student in mind, jump right in to coding rewarding scripts and enjoy learning by creating!