Skip to content
View Pk13055's full-sized avatar
🇦🇪
Focusing
🇦🇪
Focusing

Organizations

@rewards-app
Block or Report

Block or report Pk13055

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

Pinned

  1. flask-app-blueprint flask-app-blueprint Public template

    Blueprint for multimodule flask apps

    Python 1 1

  2. Synalytica/fastapi-svelte-template Synalytica/fastapi-svelte-template Public template

    SvelteJS + fastapi + docker-compose (with mongodb and material ui support)

    18 2

  3. airflow-template airflow-template Public template

    airflow + postgresql + docker-compose + celery

    Dockerfile

  4. Django generic location model compat... Django generic location model compatible with Google MapsAPI
    1
    class Location(models.Model):
    2
    
                  
    3
    	id = models.AutoField(primary_key=True)
    4
    	place_id = models.CharField(max_length=128, unique=True, editable=False) # used to reference the place using maps API
    5
    	name = models.CharField(max_length=100) # can be used for object referral
  5. How to proxy web apps using nginx? How to proxy web apps using nginx?
    1
    # Virtual Hosts on nginx (CSC309)
    2
    
                  
    3
    When hosting our web applications, we often have one public IP
    4
    address (_i.e.,_ an IP address visible to the outside world)
    5
    using which we want to host multiple web apps. For example, one
  6. NGINX tuning for best performance NGINX tuning for best performance
    1
    ### Moved to git repository: https://github.com/denji/nginx-tuning
    2
    
                  
    3
    NGINX Tuning For Best Performance
    4
    =================================
    5