Skip to content
View bruceminanga's full-sized avatar
💭
Currently learning Web Development And IT Operations
💭
Currently learning Web Development And IT Operations

Block or report bruceminanga

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
bruceminanga/README.md

Hi there, I'm Bruce 👋

Skills

  • Linux System Administrator(2020-Now)
    • Web Servers (Apache)
    • Essential Commands
    • Operation of running systems
    • User And Group Management
    • Service Configuration
    • Storage Management
    • Containers (Docker/Podman)
    • Bash Script
  • Information security (2020-Now)
    • Firewall management
  • Networking (2020-Now)
    • Configure networking and hostname resolution statically or dynamically
    • Configure network services to start automatically at boot
    • Implement packet filtering
    • Start, stop, and check the status of network services
    • Statically route IP traffic
  • Web Development(2023-Present)
    • Python Django
    • Javascript
    • Bootsrap
    • Html, Css
    • Postgresql

How to set up my django projects ☑️

  1. Clone The Project (git clone <repository_url>)
  2. Go to Project Directory cd project-name
  3. Create a Virtual Environment pipenv shell. This will also activate the Virtual Environment
  4. Check the Pipfile to confirm if it's running current python version. If not, edit it to the current python version
  5. Install dependencies pipenv install then create .env to put your generated secret_key (don't forget to source .env then restart termianl). To set the secrete key, open django shell( python manage.py shell), then run from django.core.management.utils import get_random_secret_key and lastly run print(get_random_secret_key()) to generate the key (for people using venv: do `
  6. Migrate Database python manage.py migrate
  7. Create Super User python manage.py createsuperuser
  8. Finally, Run The Project python manage.py runserver

How to Learn from my Javascript projects ☑️

  1. Clone the projectl
  2. Delete the script.js or app.js file. (Since I was given the HTML and CSS assets)
  3. Implement the JavaScript code to work as expected.

bruceminanga bruceminanga

Pinned Loading

  1. PetersNurseprofessorsProject PetersNurseprofessorsProject Public

    JavaScript

  2. Project-Tutorial-Compilations Project-Tutorial-Compilations Public

    Python

  3. Web-Development-Features Web-Development-Features Public

  4. Django-INVOICE-MANAGEMENT-SYSTEM Django-INVOICE-MANAGEMENT-SYSTEM Public

    HTML

  5. DJANGO-Discussion-forum-Complete DJANGO-Discussion-forum-Complete Public

    CSS 1 1

  6. E-Learning-platform.DJANGO E-Learning-platform.DJANGO Public

    Python