Skip to content
View alkindivv's full-sized avatar
🏠
Working from home
🏠
Working from home

Block or report alkindivv

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

Typing SVG Animation

Profile Views Counter

Judge Emoji About Me

πŸ‘¨β€βš–οΈ Hello! I am...

  • πŸ“š Bachelor of Laws (LL.B.) with Cum Laude honors
  • βš–οΈ Junior Associate
  • πŸ“ Legal Writer, authoring legal articles and publications

πŸš€ Current Focus

  • Deepening expertise in M&A, bankruptcy law, and crypto regulation.
  • Analyzing crypto asset regulations in Indonesia.
  • Exploring innovative Legal Tech solutions and Blockchain applications.
Coding GIF

Tools Emoji Tech Stack

Programming Languages

JavaScript TypeScript Solidity Rust Go

Frameworks & Libraries

React Next.js Node.js Hardhat Truffle Web3.js ethers.js

Blockchain & Tools

Ethereum Solana Polygon IPFS Docker Git

Scale Emoji Legal Expertise

Areas of Law

Corporate Law Mergers & Acquisitions Capital Markets Law Financial & Digital Technologies

Legal Skills

Legal Research Legal Writing Legal Drafting Case Analysis Legal Advisory

Briefcase Emoji Experience

Legal Experience

Legal Experience Icon

  • Trainee Associate - RR & Partners Law Firm
  • Legal Intern - Prominent law firms
  • Freelance Legal Consultant - International Platforms
  • Education: Bachelor of Laws (LL.B.), Cum Laude honors
View Full Details Button

Tech Projects

Tech Projects Icon

  • Smart Contract Development - DeFi & NFT
  • Web3 Integration - Blockchain frontend applications
  • DeFi Protocols - Development and auditing
  • NFT Marketplace - Digital asset trading platform
View Projects Button

Gavel Emoji Legal Tech & Blockchain Law

Law & Technology Integration

Legal Smart Contracts Icon

Combining legal and technological expertise to develop innovative legal-tech solutions, including smart contracts compliant with legal requirements and regulatory frameworks for digital assets.

Legal Tech Badge Smart Contracts Badge

Research & Publications

Legal Research Icon

Authoring a legal blog focused on crypto regulation analysis, legal implications of blockchain technology, and current developments in tech law in Indonesia.

Legal Blog Badge Academic Research Badge

Calendar Emoji GitHub Activity

Coffee Emoji My Coffee Code

β˜• Click to see my coffee algorithm
/**
 * Programmer's Coffee Algorithm
 * @author Al Kindi
 * @version 2.0.1
 */
function manageCoffeeBreak() {
  // Assume these functions are defined elsewhere for context
  // function checkCoffeeLevel() { /* returns "empty", "full", "halfway" */ }
  // function brewNewCoffee(options) { /* ... */ }
  // function sipCoffee(options) { /* ... */ }
  // function makeTea(options) { /* ... */ }

  let coffeeLevel = checkCoffeeLevel(); // Conceptual function call
  let codingMood = "focused";
  let productivityBoost = 0;

  switch (coffeeLevel) {
    case "empty":
      console.log("β˜• Time to refill the coffee!");
      brewNewCoffee({ type: "Arabica", intensity: "strong" });
      productivityBoost += 20;
      break;
    case "full":
      console.log("πŸ˜‹ Coffee first, code later!");
      sipCoffee({ sip: "slow", enjoyment: "maximum" });
      codingMood = "supercharged";
      productivityBoost += 50;
      break;
    case "halfway":
      console.log("πŸ’» Still enough, keep coding!");
      productivityBoost += 30;
      // In a real scenario, you might 'continue' a loop or just proceed
      break; 
    default:
      console.log("πŸ€” Hmm, maybe tea time?");
      makeTea({ type: "green", honey: true });
      productivityBoost += 10;
  }

  return {
    mood: codingMood,
    productivity: `${productivityBoost}% boost`,
    nextObjective: "Craft clean and efficient blockchain code ⛓️",
  };
}

// Conceptual call to the function
// const coffeeEffect = manageCoffeeBreak();
// console.log(`Current Status: ${JSON.stringify(coffeeEffect, null, 2)}`);

Pinned Loading

  1. DELL-3421-BigSur DELL-3421-BigSur Public

    17 4

  2. Asus-Vivobook-X415JA Asus-Vivobook-X415JA Public

    JavaScript 4 4

  3. OC-Little-English OC-Little-English Public

    OC-Little. Based on Daliansky Original Github Repositories. All information are translate to English for an easy understanding.

    ASL 2

  4. MaciASL MaciASL Public

    Forked from acidanthera/MaciASL

    ACPI editing IDE for macOS

    Objective-C 1

  5. matter-labs/zksync-era matter-labs/zksync-era Public

    zkSync era

    Rust 3.2k 2.1k

  6. LayerZero-Labs/LayerZero-v1 LayerZero-Labs/LayerZero-v1 Public

    An Omnichain Interoperability Protocol

    Solidity 2k 1.2k