Skip to content
View YusufDEDE's full-sized avatar
💪
5x FullStack
💪
5x FullStack

Organizations

@MSc-in-Software-Engineer

Block or report YusufDEDE

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

saitorhan

Uloo! Hi Three 👋

Hi Friend,


Introducing a visionary software engineer, a master of Python and a strategic problem solver.
With their expertise, they unleash the power of innovation and efficiency, turning complex
challenges into triumphs. Their dynamic approach adapts to the latest technologies and
industry trends, ensuring optimal solutions for your business. Trust in their skills, and
watch your company thrive while they weave their magic. Prepare to be amazed by their versatile
talents in DevOps, unlocking new levels of productivity and success.

Pinned Loading

  1. flask_async_operation flask_async_operation Public

    This project will execute some jobs (ddls/dmls) over a database server asynchronously

    Python 2

  2. tradingview-hook tradingview-hook Public

    For TradingView webhook with flask & telegram send notify

    Python 2 2

  3. flask-boilerplate flask-boilerplate Public template

    Simple and understandable starter kit that can be used as a REST or Flask Web App.

    Python 1

  4. Nginx-proxy compose Nginx-proxy compose
    1
    version: '2'
    2
    services:
    3
      nginx-proxy:
    4
        image: nginxproxy/nginx-proxy
    5
        container_name: nginx-proxy
  5. nginx simple reverse proxy conf nginx simple reverse proxy conf
    1
    server {
    2
        listen 80;
    3
        server_name example.com;
    4
    
                  
    5
        location / {
  6. acme.sh acme.sh Public

    Forked from acmesh-official/acme.sh

    A pure Unix shell script implementing ACME client protocol

    Shell