Skip to content
View texora's full-sized avatar
  • Remote

Organizations

@cloudcommunity @Huniko-Team

Block or report texora

Report abuse

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

Report abuse
texora/README.md

👋 Welcome to my github page!

I am a diligent software engineer and avid open source developer with over 10 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 👍

/// Texora's 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. Texora-Online-Restaurant Texora-Online-Restaurant Public

    Restaurant Food Ordering Website with Beautiful UI using React, Tailwindcss and Firebase

    TypeScript 8 2

  2. ZiShop-Texora ZiShop-Texora Public

    An E-Commerce project, developed by Nextjs and typescript. styled with Tailwind css and it is fully responsive.

    TypeScript

  3. SolanaStaking.rs SolanaStaking.rs
    1
    use anchor_lang::prelude::*;
    2
    use anchor_spl::token::{self, Mint, Token, TokenAccount, Transfer};
    3
    use std::mem::size_of;
    4
    pub mod error;
    5
    use error::*;
  4. PumpFunFacotry.sol PumpFunFacotry.sol
    1
    pragma solidity ^0.8.20;
    2
    
                  
    3
    import {ERC20} from "@openzeppelin/contracts/token/ERC20/ERC20.sol";
    4
    import {IERC20} from "@openzeppelin/contracts/token/ERC20/IERC20.sol";
    5
    import {Ownable} from "@openzeppelin/contracts/access/Ownable.sol";
  5. Tombfinance-Frontend Tombfinance-Frontend Public

    Official Tomb Finance Website based on Fantom Blockchain

    TypeScript 1 1

  6. Tombfinance-Contracts Tombfinance-Contracts Public

    Tomb Finance Smart Contract based on Fantom Blockchain

    Solidity 3