Skip to content
View d-kahara's full-sized avatar
:octocat:
Talk is cheap, show me the code πŸ™‚
:octocat:
Talk is cheap, show me the code πŸ™‚
  • SIEAL
  • Nairobi, Kenya

Block or report d-kahara

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
d-kahara/README.md

πŸ’« About Me:

πŸ”­ I’m currently working on classified projects mostly in python
πŸ‘― I’m looking to collaborate on building cool open source projects
🌱 I’m currently learning about llms
πŸ’¬ Ask me about backend stuff

πŸ’» Tech Stack:

CSS3 JavaScript Python Bash Script TypeScript HTML5 Dart GraphQL AWS Azure Firebase Netlify Angular Bootstrap Chart.js Django DjangoREST Elasticsearch FastAPI Flutter Flask Jinja jQuery JWT Next JS Nuxt JS React React Query React Hook Form Redux RxJS SASS Socket.io Stylus Vue.js Apache Airflow Gunicorn Jenkins Nginx Firebase Postgres SQLite Supabase Redis Figma Pandas NumPy CircleCI GitLab CI GitHub Actions TravisCI Bitbucket Git GitHub GitLab Confluence Docker ElasticSearch Jira OpenAPI Specification Prometheus Swagger Terraform Twilio

πŸ“Š GitHub Stats:



πŸ† GitHub Trophies

πŸ” Top Contributed Repo


Pinned Loading

  1. devopsbookmarks.com devopsbookmarks.com Public

    Forked from devopsbookmarks/devopsbookmarks.com

    Website of devopsbookmarks.com

    HTML

  2. This Gist showcases a unit test in D... This Gist showcases a unit test in Django
    1
    """
    2
    Gist handles testting a user model
    3
    using django
    4
    """
    5
    from django.test import TestCase 
  3. Extend Django's management createsup... Extend Django's management createsuperuser command to allow non-interactive creation of a superuser with a password.
    1
    """
    2
    Extend createsuperuser command to allow non-interactive creation of a
    3
    superuser with a password.
    4
    5
    Instructions:
  4. update_vscode.sh update_vscode.sh
    1
    #!/bin/bash
    2
    
                  
    3
    wget https://vscode-update.azurewebsites.net/latest/linux-deb-x64/stable -O /tmp/code_latest_amd64.deb
    4
    sudo dpkg -i /tmp/code_latest_amd64.deb
  5. PostgreSQL command line cheatsheet PostgreSQL command line cheatsheet
    1
    
                  
    2
    ## PSQL
    3
    
                  
    4
    Magic words:
    5
    ```bash
  6. andela/mrm_api andela/mrm_api Public

    Python 14 32