Skip to content
View Jacqquard's full-sized avatar
💼
Looking for a job
💼
Looking for a job

Block or report Jacqquard

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.

Maximum 250 characters. Please don’t include any personal information such as legal names or email addresses. Markdown is supported. This note will only be visible to you.
Report abuse

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

Report abuse
Jacqquard/README.md

dark aesthetic banner

░░░░░██╗░█████╗░░█████╗░░██████╗░██╗░░░██╗░█████╗░██████╗░██████╗░
░░░░░██║██╔══██╗██╔══██╗██╔═══██╗██║░░░██║██╔══██╗██╔══██╗██╔══██╗
░░░░░██║███████║██║░░╚═╝██║██╗██║██║░░░██║███████║██████╔╝██║░░██║
██╗░░██║██╔══██║██║░░██╗╚██████╔╝██║░░░██║██╔══██║██╔══██╗██║░░██║
╚█████╔╝██║░░██║╚█████╔╝░╚═██╔═╝░╚██████╔╝██║░░██║██║░░██║██████╔╝
░╚════╝░╚═╝░░╚═╝░╚════╝░░░░╚═╝░░░░╚═════╝░╚═╝░░╚═╝╚═╝░░╚═╝╚═════╝░

Cpp-developer | Analysis | Automation | Software Developer

Просмотры профиля

💻 About me

#include <iostream>
#include <string>
#include <map>
#include <vector>

class Developer {
private:
    std::string name;
    std::string role;
    std::map<std::string, std::vector<std::string>> skills;
    std::string passion;

public:
    Developer() {
        name = "Jacquard";
        role = "Cpp-developer";
        skills = {
            {"Backend", {"Python", "С++", "Java"}},
            {"Automation", {"Selenium", "Playwright", "BeautifulSoup"}},
            {"Databases", {"MySQL", "PostgreSQL", "SQLite"}},
            {"Frontend", {"HTML/CSS", "JavaScript", "React"}},
            {"DevOps", {"Docker", "Linux", "Git"}}
        };
        passion = "Write clean, optimized code that you can be proud of";
    }

    friend std::ostream& operator<<(std::ostream& os, const Developer& dev) {
        return os << dev.name << " | " << dev.role;
    }
};

int main() {
    Developer me;
    std::cout << me << std::endl;
    return 0;
}

🛠️ Technologies

Технологический стек

● Languages: Python, JavaScript, C++, SQL, Java
● Frameworks: React, Django, Flask, FastAPI
● Parsing: Selenium, BeautifulSoup, Requests
● Databases: PostgreSQL, MySQL, SQLite
● Infrastructure: Docker, Linux, Git, Node.js
● Other: HTML5, CSS3

📈 GitHub Statistics

Популярные языки Статистика GitHub Серия GitHub

dark aesthetic image

🏆 Achievements

Трофеи

Pinned Loading

  1. Kiala-AI Kiala-AI Public

    Desktop AI Assistant

    JavaScript 4

  2. JForge-IDE JForge-IDE Public

    IDE for Java, written in Java

    Java 10

  3. CupidsShot CupidsShot Public

    Virtual singing of the soul

    JavaScript 4 1