Jacob LeplerInstall Wordpress locally (macOS)Very brief instruction on how to install Bitnami’s Wordpress package on local machine for Mac only.Jun 5, 2022Jun 5, 2022
Jacob LeplerHow to create a mono repo on GithubIf you’re like me and have always created two separate repos on Github for back end and front end, then creating a mono repo may give a few…Sep 29, 2021Sep 29, 2021
Jacob LeplerGetting into RSpecOver the past few couple weeks I have been diving a bit into RSpec. If you don’t know what RSpec is, it is a testing tool written in Ruby…May 27, 2021May 27, 2021
Jacob LeplerMy previous websiteHello y’all. My name is Jacob Lepler. I am a software engineer based in Washington, D.C. I would like to showcase my previously built…Apr 23, 2021Apr 23, 2021
Jacob LeplerKeep building and develop more projects!After having completed my most recent project app “Buggernaut”, a bug-tracking and project management tool, I realized how important it is…Apr 23, 2021Apr 23, 2021
Jacob LeplerWhat is Package.json?Package.json is a JSON file Node Package Manager uses to set up a javascript project. In addition to project configuration, a package.json…Mar 18, 2021Mar 18, 2021
Jacob LeplerYet another way to incorporate dummy data for testing your appsWhile testing your app, it is not uncommon to create some temporary object to demo with…Feb 24, 2021Feb 24, 2021