- 👋 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;