tag: grep

How to create a fullstack application using Django and Python Part 5
Maria D. Campbell
In this section, I discuss and show how I changed a project name after it has already been created and migrated. It's really not as difficult as it sounds!
#macOS, #django, #env, #fullstack development, #grep, #pipe, #python3, #series, #vim, #virtualenv, #vscode

How to create a fullstack application using Django and Python Part 1
Maria D. Campbell
In this section, I create the project directory, install pyenv with Homebrew, install Python 3.12.5 with pyenv, execute the pyenv local command, install virtualenv and create a virtual environment, activate and deactivate the environment, and install Django.
#django, #fullstack development, #grep, #pipe, #homebrew, #macOS, #pyenv, #pyenv local, #python3, #virtualenv, #series

How to find an unclosed quote in your .zshrc file in macOS
Maria D. Campbell
In this post, I walk through creating a command to find an unclosed quote in my .zshrc file using grep and regex. I also break down what each character in the regular expression means.