Skip to content
View HusainCode's full-sized avatar
πŸ’»
Busy coding
πŸ’»
Busy coding

Block or report HusainCode

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

Hi there, I'm Husain πŸ‘‹

I am passionate about creating innovative software solutions and am committed to continuously expanding my expertise. With a deep appreciation for Linux, I am eager to pursue the Red Hat Administrator certification and additional advanced credentials in the near future.

About Me

#include <iostream>
#include <string>

using namespace std;

// Function to introduce yourself
void introduceYourself(string name, string passion, string location, string future_certification) {
    // Printing the introduction message
    cout << "Hi there, I'm " << name << " πŸ‘‹" << endl;
    cout << "I'm passionate about " << passion << " and continuously expanding my knowledge." << endl;
    cout << "I love " << location << " and will soon pursue the " << future_certification << " certification and many more." << endl;
}

int main() {
    // Variables to store user information
    string name = "Husain";
    string passion = "building software solutions";
    string location = "Texas";
    string future_certification = "Red Hat Administrator";

    // Calling the function to print the introduction message
    introduceYourself(name, passion, location, future_certification);

    return 0;
}

Certifications

Linux Essentials Certified Microsoft Certified: Azure Data Fundamentals Certified Blockchain Expert

Linux Essentials Certified

  • Issuer: Linux Professional Institute (LPI)

Microsoft Certified: Azure Data Fundamentals

  • Issuer: Microsoft

Certified Blockchain Expert

  • Issuer: Blockchain Council

### GitHub Stats

Husain's GitHub stats Husain's GitHub Streak


Languages and Tools

Top Langs

Languages & Tools:

Python C C++ Java JavaScript HTML CSS MySQL Linux Go Node.js


Connect with Me


Visitors count

Popular repositories Loading

  1. simple-calculator simple-calculator Public

    [Completed] This repository contains a very simple calculator

    Go 2

  2. my_page my_page Public

    [In Progress]

    HTML

  3. banking_system banking_system Public

    [Postponed]

    Python

  4. C-Talk C-Talk Public

    [In Progress]

    C

  5. Advanced-C-Programming-Course-Exercises Advanced-C-Programming-Course-Exercises Public

    [In Progress]

    C

  6. Bookstore-Database-Management Bookstore-Database-Management Public

    [Not started}