Skip to content
View samettemizer's full-sized avatar
🎯
Focusing
🎯
Focusing

Block or report samettemizer

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.

Maximum 250 characters. Please don’t include any personal information such as legal names or email addresses. Markdown is supported. This note will only be visible to you.
Report abuse

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

Report abuse

Pinned Loading

  1. django-domain-repositories django-domain-repositories Public

    auto repository discovery and container binding for domain-driven django apps

    Python 3

  2. vue_tinyfinder vue_tinyfinder Public

    vue.js alternative of tinyfinder.

    Vue

  3. tinyfinder tinyfinder Public

    restful api, compact uploader/picker tool integrated with WYSIWYG editors

    JavaScript 4 1

  4. dotnet-efcore-layered-boilerplate dotnet-efcore-layered-boilerplate Public

    .net + ef core stack + jwt + swagger

    C#

  5. Cloudflare R2 + custom domain Cloudflare R2 + custom domain
    1
    <?php
    2
    
                  
    3
    require __DIR__ . '/vendor/autoload.php';
    4
    
                  
    5
    use Aws\S3\S3Client;
  6. backup_mariadb-large.sh backup_mariadb-large.sh
    1
    #!/usr/bin/env bash
    2
    set -euo pipefail
    3
    
                  
    4
    MYSQL_BIN="${MYSQL_BIN:-mysql}"
    5
    MYSQLDUMP_BIN="${MYSQLDUMP_BIN:-mysqldump}"