Coder Social home page Coder Social logo

Hi there, I'm Bruce 👋

Skills

  • Linux System Administrator(2020-2021)
    • 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-2021)
    • Firewall management
  • Networking (2020-2021)
    • 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 (Or download zipped file, they are small in size with faster downloads)
  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
  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

Bruce Minanga's Projects

django-docker-quickstart icon django-docker-quickstart

Your all-in-one Django-Docker starter kit. Pre-configured services including PostgreSQL, Redis, Celery, with Nginx and Traefik for production. Streamlined development with included tools for testing and formatting.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.