The Scribblings of a
Monkey!!! 📝🐒
Installing Fast Node Manager (fnm)
•Posted: Dec 8, 2021 •Updated: Apr 18, 2023
Fast Node Manager (fnm) is a fast and simple Node version manager built in Rust. For those of you who haven't read...
Installing Node Version Manager (nvm)
•Posted: Dec 7, 2021 •Updated: Apr 18, 2023
A Node version manager allows you to easily install and switch between numerous versions of Node.js. This is useful...
VuePress Tutorial 2 - Why Use VuePress?
•Posted: Nov 24, 2021 •Updated: Apr 19, 2023
VuePress is a minimalistic static site generator (SSG) with a Vue-powered theming system and Plugin API. Originally...
VuePress Tutorial 1 - Introduction
•Posted: Sep 24, 2021 •Updated: Apr 18, 2023
Welcome to our VuePress series! In this series we'll be developing the Code Monkeys Blog starting from the basics...
Reverse String
•Posted: Aug 11, 2021 •Updated: Jul 3, 2024
Write a function that reverses a string. The input string is given as an array of characters. Ex) 1 Input...