blog.cyishere.devDDD App: a Neat Tool for Remembering German NounsI'm totally late and missed this Hackathon, but I've spent the last three weeks working on this project and I'd love to share it with everyone (for learning purposes).๐ค๐ป๐ฌ The Problem In the language world, all German nouns have gender. There are t...Apr 4, 2022ยท6 min read
blog.cyishere.devWhat is an Algorithm?An algorithm is a common formula for getting a certain result. An Algorithm is a Formula Such as the "formula" below for getting a string reversed (code in JavaScript): // Problem: Reverse a string const str = "hello"; // Step 1: split every single ...Mar 13, 2022ยท2 min read
blog.cyishere.devUpdate ZSH on MacOSOn my Mackbook Air the default zsh is: # use `zsh --version` to get this zsh 5.3 (x86_64-apple-darwin18.0) I installed the newer version from Homebrew: brew install zsh Although, Homebrew installed the newer version (which is 5.8), when I checked i...Dec 8, 2020ยท2 min read