Skip to content

Organizations

@Backa-Palanka

Block or report Milanhe92

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

Banner

🚀 Inovator na raskrsnici kvantnog računarstva, blockchaina i veštačke inteligencije

Visitors Repositories TON Expert


🔥 Aktuelni projekti

Projekt Tehnologije Status
Melektron AI Next.js, TON, Quantum 🚀 Produkcija
TON Blockchain Tools Solidity, TON SDK ⚡ Aktivan razvoj
Quantum Core Python, Qiskit 🔬 Istraživanje

🛠 Tehnološki stack

graph LR
  A[Blockchain] --> B[TON]
  A --> C[Solidity]
  D[AI] --> E[TensorFlow]
  D --> F[PyTorch]
  G[Web] --> H[Next.js]
  G --> I[React]
  J[Kvantno] --> K[Qiskit]
  J --> L[Cirq]

### Dodatni elementi za GitHub profil:  
1. **Dinamički banner**:  
   - Kreirajte `assets/banner.png` u repozitorijumu  
   - Preporuka: Canva ili Figma sa temom kvantnog računarstva  
---
2. **Prikvačeni repozitorijumi**:  
   - Idite na profil → "Customize your pins"  
   - Odaberite 6 najvažnijih projekata  
   - Preporuka:  
     - Melektron-ai  
     - Melektron-v9  
     - sdk  
     - quantum-core  
     - ton-utils  
     - execution-apis  

3. **Achievements**:  
   - U "Achievements" sekciji aktivirajte:  
     - Pair Extraordinaire  
     - Quickdraw  
     - Starstruck  

4. **GitHub Actions za automatsko ažuriranje**:  
   Dodajte `.github/workflows/update-readme.yml`:  
   ```yaml
   name: Update Profile
   on:
     schedule:
       - cron: '0 0 * * *'
     workflow_dispatch:
   jobs:
     update:
       runs-on: ubuntu-latest
       steps:
         - uses: actions/checkout@v4
         - name: Update stats
           uses: AnandChowdhary/activity-box@latest
           with:
             GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
         - name: Commit changes
           run: |
             git config user.name github-actions
             git config user.email [email protected]
             git add .
             git commit -m "Update stats"
             git push
Loading

Pinned Loading

  1. ruby/ruby ruby/ruby Public

    The Ruby Programming Language

    Ruby 22.8k 5.5k

  2. ethereum/go-ethereum ethereum/go-ethereum Public

    Go implementation of the Ethereum protocol

    Go 49.5k 21.1k

  3. cli/cli cli/cli Public

    GitHub’s official command line tool

    Go 40.1k 6.9k

  4. eslint/eslint eslint/eslint Public

    Find and fix problems in your JavaScript code.

    JavaScript 26.2k 4.8k

  5. actions/cache actions/cache Public

    Cache dependencies and build outputs in GitHub Actions

    TypeScript 5k 1.4k