Skip to content
View juddydev's full-sized avatar
🏠
Building...
🏠
Building...
  • Individual Researcher & Developer

Organizations

@Anoto-ecossistem @Rexxa-PL

Block or report juddydev

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

👋 Welcome to my github page!

I am a diligent software engineer and avid open source developer with over 7 years of experience.
I am focused on building innovative and cutting-edge business solutions for clients around the world.
Unfortunately, many of what I do is not sourced, but feel free to take a look at my public repository here.

Favorite Saying 👍

/// My motto
struct LinusTorvalds;

impl LinusTorvalds {
  /// Return Linus Torvalds quote
  fn said(&self) -> &str {
    "Most good programmers do programming not because they expect to get paid /
     or get adulation by the public, but because it is fun to program."
  }
}

fn main() {
  let linus_torvalds = LinusTorvalds;

  println!("Linus Torvalds - {}", linus_torvalds.said());
}

⚡ My Skills


Javascript
Javascript
Typescript
Typescript
React
React
Next.js
Next.js
Vue
Vue
Nuxt.js
Nuxt.js
Angular
Angular
Three.js
Three.js
Rust
Rust
Python
Python
C#
C#
Solidity
Solidity
php
Go
icon
Django
Laravel
Laravel
rails
WordPress

Pinned Loading

  1. yazi yazi Public

    Forked from sxyazi/yazi

    💥 Blazing fast terminal file manager written in Rust, based on async I/O.

    Rust 2

  2. odoc odoc Public

    Forked from aliscie/odoc

    TypeScript

  3. scrypto-advanced-staking scrypto-advanced-staking Public

    Scrypto blueprint to create staking for any fungible token

    Rust

  4. nft-raffle-contract nft-raffle-contract Public

    NFT Raffle Game smart contract

    Solidity

  5. hundred-x hundred-x Public

    This is a Python client for the 100x API. It is a simple wrapper around the API, and provides a convenient way to interact with the API from Python.

    Python

  6. multisig-contract multisig-contract Public

    A simple multisig smart contract that allows users to create multisig accounts and manage funds through transfer, stake, and unstake operations. Users can register accounts and create or approve ex…

    Rust