Skip to content
View jvdi's full-sized avatar
:fishsticks:
Learning & Work
:fishsticks:
Learning & Work
Block or Report

Block or report jvdi

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

Hi, my name is Mohammad πŸ‘‹

  • πŸ”­ I’m currently working on my own projects with Python and Flask , Docker, DB, API (Back-end) (on github and gitlab)
  • 🌱 I’m currently learning about Software engineering and software architecture + Python, Flask, Algorithm
  • πŸ‘― I love to collaborate on projects
  • πŸ“« How to reach me? Mail-to: m.javidii@yahoo.com or javidi.id.ir
  • My Private Project in GitLab Mohammad at GitLab

Pinned

  1. rahkar-pcpos rahkar-pcpos Public

    An API for RahkarPOS(free or ...) -> for Getting Price from MS-SQL Server and send to Payment terminal

    Python 1

  2. django-blog django-blog Public

    Simple and basic - Weblog by Django

    Python

  3. Browser db -> Indexdb - Example Browser db -> Indexdb - Example
    1
    function my_func(id, nme, prc){
    2
        // This works on all devices/browsers, and uses IndexedDBShim as a final fallback 
    3
        var indexedDB = window.indexedDB || window.mozIndexedDB || window.webkitIndexedDB || window.msIndexedDB || window.shimIndexedDB;
    4
    
                  
    5
        // Open (or create) the database
  4. A robot for change a combo box(Defau... A robot for change a combo box(Default Pos) in RahkarPOS app
    1
    import os
    2
    from dotenv import load_dotenv
    3
    from pywinauto.application import Application
    4
    
                  
    5
    load_dotenv()
  5. Set Up a dockerize Wireguard VPN Ser... Set Up a dockerize Wireguard VPN Server over WebSocket Tunneling
    1
    This tutorial good for Linux or Unix system at the end need to run bash script for connect
    2
    <br />(Also it's have some technic for use in windows - Explained at client install section.)
    3
    
                  
    4
    <p>VPS => virtual private server as wiregurd vpn server</p>
    5
    
                  
  6. Inatall Arch Linux with secure boot ... Inatall Arch Linux with secure boot + encrypt (luks2 cryptlvm) partition + unlock lvm encrypt with TPM2 + Dualboot with windows
    1
     # Arch Linux Install - Introduction
    2
    
                  
    3
    This guide will tell you how to install fully encrypted <b>Arch</b> base system with <b>SecureBoot enabled</b> . This specific guide uses Unified Boot Image for booting and therefore there is no need for software like GRUB.
    4
    
                  
    5
    __Check this list before starting!__