Skip to content
View Eekain's full-sized avatar
🎩
🎩

Block or report Eekain

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
Eekain/README.md
  • 👋 Hi, I’m @Eekain
  • 👀 I’m interested in Java, BASH, SQL, Testing & Automation
  • 🌱 I’m currently learning Java
  • 💞️ I’m looking to collaborate on what I'm able to.

The basic site that I'm (usually not) working on: Github host page (Click with caution and Ctrl / CMD)

So far I'm familiar with:

  %%{init: { "flowchart": { "htmlLabels": true, "curve": "linear" } } }%%
  graph TD;
      D(HTML, CSS) --> E[UI tests];
      
      B --> F[Minor automations];
      Z --> F[Minor automations];
      subgraph Database 
        C(SQL) --> H[MS SQL] & I[MySQL] & J[T-SQL];
        H --> G[JDBC];
      end
      subgraph Java
        A(Java core) --> B[Selenium testing];
        A --> Z[JSoup]
        A --> L[JUnit];
      end
      L & G--> K[White box testing];
      B --> E;
      A & I & J--> G;
Loading

Popular repositories Loading

  1. Eekain Eekain Public

    Config files for my GitHub profile.

  2. eekain.github.io eekain.github.io Public

    HTML

  3. foobar foobar Public

    Some solutions I come up for google foobar while working between computers, needed a cloud save

  4. java-training java-training Public

    HTML

  5. swd-java swd-java Public

    Test automation

    JavaScript

  6. cicd cicd Public

    Training 360 notes taken

    Shell