Skip to content
View CryptoJoma's full-sized avatar
:shipit:
Grinding
:shipit:
Grinding

Block or report CryptoJoma

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

Howdy Partner! 👽✨

About me

Visitors

I am an AI engineer with a Bachelor's in Animation, Interactive Technology, Video Graphics, and Special Effects. I am passionate about creating apps and automation tools.

I also have experience in video editing and social media management, using Adobe Premiere Pro, Adobe After Effects, CapCut, Instagram, Twitter, and Facebook to create and manage client projects.

Contact me

Telegram

Tech Stack

  • Programming Languages (Most Used): JavaScript, Python, PHP
  • Technologies (Most Used): TailwindCSS, MYSQL, WordPress, Express.js, Nginx, Apache2
  • Cloud Engineering: Oracle Cloud
  • Tools: Git, GitHub, VSCode, PHPMailer, Postman
  • Soft Skills: Communication, teamwork, problem-solving, marketing, social media management

Python  JavaScript  C  R (Statistics)  React  Django  Flask  Bootstrap  HTML  CSS  Git  GitHub  Markdown
Visual Studio Code 

Projects

  • Most of my projects are kept confidential due to their association with my earlier experiences in youth entrepreneurship, or other ventures I choose to keep discreet.
  • DB Storage Manager An application to download databases from a PHP API and upload them to Google Drive securely.
📈 Personal Stats

Github Stats Streak Top Languages
CryptoJoma's github stats Streak CryptoJoma's top languages

Remember

function work_life_balance($task, $mood = 'neutral') {
    // Fun emojis based on mood
    $fun_emojis = array(
        'happy' => '😄',
        'neutral' => '😐',
        'sad' => '😞'
    );

    // Professional advice based on mood
    $professional_advice = array(
        'happy' => "Great! But don't forget your responsibilities.",
        'neutral' => "Stay balanced, don't overwork or overplay.",
        'sad' => "Maybe take a short break and come back stronger."
    );

    // Check if mood is valid
    if (!array_key_exists($mood, $fun_emojis)) {
        return "Invalid mood! Please choose between 'happy', 'neutral', or 'sad'.";
    }

    // Construct the message
    return "Task to complete: $task " . $fun_emojis[$mood] . ". "
           . "Advice: " . $professional_advice[$mood];
}

// Example usage
$message = work_life_balance("Complete PHP project", "happy");
echo $message;

Pinned Loading

  1. ForexSmartBot ForexSmartBot Public

    Python-based automated forex trading bot designed for connects to MetaTrader 5

    Python 1

  2. DB_Storage_Manager DB_Storage_Manager Public

    An application to download databases from a PHP API and upload them to Google Drive securely.

    Python 1

  3. Telegram-Multi-Account-Message-Sender Telegram-Multi-Account-Message-Sender Public

    A Python script for sending messages with images and videos to a specified Telegram chat using multiple accounts, configured via config.ini. The script reads messages from an Excel file and uses th…

    Python 1