Skip to content
View ircNewBie's full-sized avatar
🏠
Working from home
🏠
Working from home
Block or Report

Block or report ircNewBie

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

Hi! My name is Bong πŸ‘‹

I was a former Manual Software QA/Tester, became a Backend / Software Developer.

I love to explore new learning horizons especially in areas of:

  • Data Science, Big Data & Analytics.
  • Cloud Architecture & Deployment.
  • Financial Markets' Trading Automation (Stocks, Forex & Crypto Currencies).

  • /**
     *  About Me
     * @param String _devName
     * @param String _currentDevRole
     * @param Number _totalYrsOfExp
     * @return Object 
     *
     */
    const getSoftwareDeveloper = (_devName, _currentDevRole, _totalYrsOfExp) => {
    
      const workExperience = {
        "1": {
            "role" : "QA Engineer / Software Tester",
            "dateEnded": "02-2022",
            "duration": "10 months"
          },
        "2": {
            "role" : "Backend Developer / QA",
            "dateEnded": "05-2023",
            "duration": "1 year & 3 months",
          },
        "3": {
            "role" : "Software Developer",
            "dateEnded": "Current",
            "duration": "still counting"
          }
      };
    
      const languages = [
        'Javascript', 
        'Python', 
        'MQL4/MQL5',
        'Php'
      ];
    
      const frameworksAndLibraries =  [
        'ExpressJS', 
        'Laravel',
        'CodeIgniter',
        'FeatherJS',
        'NextJS',
        'ReactJS'
      ];
    
      const  databases = [
        'MongoDB', 
        'mySQL', 
        'Firebase'
      ];
    
      const  toolsUsed = [
        'Git', 'SSH', 'bash',
        'Postman', 'VSCode', 'MySQLWorkbench', 'MongoDBCompass', 
        'Jira', 'Clickup', 'Trello', 'Microsoft Teams', 'Google Workspace', 
        'Figma', 'Docker', 
         'Markdown'
      ];
    
      const  fieldOfInterest = [
        'Backend API',
        'DevOp', 'Automated Testing', 'CI/CD', 
        'Data Science & Big Data Analytics',
        'Automated Trading',
        'Cloud Architecture',
      ];
    
      const thisDeveloper = { 
        "devName": _devName,
        "currentDevRole": _currentDevRole,
        "yrsOfExperience": _totalYrsOfExp,
        "experiences": {
            "workExperience": workExperience,
            "techStack": {
                "languages": languages,
                "frameworks": frameworksAndLibraries,
                "dataBases": databases,
                "tools": toolsUsed
            },
        },
        "interestedIn": fieldOfInterest
      };
      return thisDeveloper;
    };
    
    const currentRole = 'Software Developer';
    const devName = "Maximiano 'Bong' Bungalan Jr."
    
    console.log(getSoftwareDeveloper(devName, currentRole, 3));

    myStats

    My github stats

    ircNewBie

    myCodingActivityOverTheLast_30Days

    myTimeSpentOn

    πŸ’¬ Programming Lanuages:
    Javascript                   β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘   46%
    Laravel/Php                  β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘   30%
    Python                       β–ˆβ–ˆβ–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘   10%
    
    
    πŸ”₯ Editors:
    VS Code                      β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆ   100%
    
    πŸ’» Operating System:
    Windows                      β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘   20%
    Mac                          β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘   67%
    Android                      β–ˆβ–ˆβ–ˆβ–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘   13%
    
    

    creditsToTheCreators

    | anuraghazra | DenverCoder1

    Pinned

    1. android-money-manager-ex android-money-manager-ex Public

      Forked from moneymanagerex/android-money-manager-ex

      Android version of Money Manager Ex

      Java