Have you heard about the algorithm problem-solving pattern called frequency counter pattern?Apr 17, 2022·4 min read
Rails 6: Webpacker::Manifest::MissingEntryErrorI had this similar error above, after generating my controller for home with index using the command below rails g controller home index and when I tried to access my localhost:3000/home/index I get an error in the image above. it was frustrating as...Apr 25, 2022·2 min read