Skip to content
View mihaibc's full-sized avatar

Block or report mihaibc

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
mihaibc/README.md
int main() {
    SoftwareEngineer mihaibc;
    mihaibc.setAbout("Mihai Baluta-Cujba", "Expleo", "Head of AI Solutions DET RO | Team Leader | DevOps Process & Practice Lead")
          .addTechnologies({
              "Kotlin", "C++", "Python", "Azure", "CI/CD",
              "Java", "C#", "Objective-C", "Swift", "Flutter",
              "Docker", "Azure DevOps", "Machine Learning",
              "AI Solution Architecture",
              "Clean Architecture", "Microservices", "MVVM",
              "Systems Development",
              "Algorithms", "Data Structures"
          })
          .setLinks("https://www.linkedin.com/in/mihaibc/", 
                    "https://stackoverflow.com/users/8208808/mihaibc", 
                    "https://github.com/mihaibc",
                    "https://bacumi.dev/");

    mihaibc.display();
    return 0;
}

Pinned Loading

  1. automate_everything automate_everything Public

    A collection of scripts and tools in Python, Go, C++, Perl, Bash, and PowerShell for automating a wide range of tasks from system administration to cloud deployment.

    Python

  2. tensorflow tensorflow Public

    Forked from tensorflow/tensorflow

    An Open Source Machine Learning Framework for Everyone

    C++

  3. STL STL Public

    Forked from microsoft/STL

    MSVC's implementation of the C++ Standard Library.

    C++

  4. googletest googletest Public

    Forked from google/googletest

    GoogleTest - Google Testing and Mocking Framework

    C++

  5. system-design-primer system-design-primer Public

    Forked from donnemartin/system-design-primer

    Learn how to design large-scale systems. Prep for the system design interview. Includes Anki flashcards.

    Python