As a programmer, it is your job to put yourself out of business. What you do today can be automated tomorrow π€ (Doug McIlroy)
Never spend 6 minutes doing something by hand when you can spend 6 hours failing to automate it π· (Zhuowei Zhang)
Automated testing is a safety net that protects the program from its programmers π (Yegor Bugayenko)
Project | |
---|---|
LinkedIn Follower Bot | |
Discord Auto Name-Changer | |
SoundCloud Bot | |
Fortnite Leveler | |
OSM Fish (/etc) Store Finder |
Project | |
---|---|
Unreal Engine (2018) | |
I am a versatile Frontend Developer with a passion for problem-solving and innovation. With a background in Biomedical Engineering and hands-on experience in developing automation tools, I bring a unique perspective to software development and technical support.
Language | Language | ||
---|---|---|---|
C | C++ | ||
C# | Python | ||
JavaScript | Lua | ||
PowerShell | HTML | ||
CSS | AutoHotKey | ||
WebAssembly | Shell | ||
MATLAB | LabView |
- Frontend Developer: Utilized various technologies for efficient data handling and report generation.
- Information Technology Specialist: Developed software for workflow automation and ensured data security compliance.
- Product Support Engineer: Provided technical support, developed automated utilities, and conducted field-service trips for troubleshooting.
Feel free to reach out for collaboration opportunities, technical discussion, or just to say hi!
<input id=username type="text" placeholder="github username or repo link" value="Connor9994">
<button onclick="fetch(`https://api.github.com/users/${username.value.replace(/^.*com[/]([^/]*).*$/,'$1')}/events/public`).then(e=> e.json()).then(e => [...new Set([].concat.apply([],e.filter(x => x.type==='PushEvent').map(x => x.payload.commits.map(c => c.author.email)))).values()]).then(x => results.innerText = x)">GO</button>
<div id=results></div>
flowchart LR
direction LR
subgraph 1[" "]
direction TB
top1[Find Connor's Profile] --> bottom1[Hire Connor π€]
end
subgraph 2[" "]
direction TB
top2[Google Endlessly π] --> bottom2[Waste Time β]
end
%% Link to subgraph1
3[Discover Problem π] --> 1
%% Link within subgraph2
3[Discover Problem π] --> 2
1 --> outside1["Profit" π]
2 --> outside2["Cry" π’]
click top1 "https://www.linkedin.com/in/connor-kaiser-6a335a316/" "LinkedIn"
style 1 stroke:#072ff7,stroke-width:5px
style 2 stroke:#f70707,stroke-width:5px