-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path_resume.html
36 lines (36 loc) · 4.24 KB
/
_resume.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
<div class="list-group-item bg-dark-gray">
<h4>ElectroCode — Website, IRC Network, Python-Based IRC Services</h4>
<small class="prohob-duration">January 2012 - PRESENT</small>
<p class="">First, I run a website for ElectroCode, <a class href="https://electrocode.net">https://electrocode.net</a> , as well as manage the IRCds for the related IRC network, with help from two other IRCOps (IRC Operators/Administrators).</p>
<p class="">On several of these IRCd servers I have the ability and access to manage them directly, installing/removing software, editing server wide configuration, adding/removing users, shutdown/reboot the server, etc.</p>
<p class="">I also have a hand in developing a Python based IRCd-like service framework; which is called PyLink, that allows the introduction of arbitrary (ro)bots to accomplish certain tasks and provide certain services to the users on the client servers.
Some commands though, are IRCOp only, as well as some of the functions of the (ro)bots.</p>
<p class="">Along with that, I actually run an instance of it on my IRC network. For instance, as of February 2017, I’ve developed 3 plugins/services. First, Aurora, which requests the IRC Client Software version on the user’s connection to the network. Second, ‘Welcome’, a simple bot that provides helpful information to users when they register a channel. Third, ‘Quote’, an IRC-based quote database, which uses MySQL, as well as a Python Library named SQLAlchemy, which allows easier ways to interact with a MySQL database. The library still requires you know the structure of a simple query though, so you do need to know the ‘grammar’ and ‘conventions’ of a MySQL query.</p>
</div>
<div class="list-group-item bg-dark-gray">
<h2>IRC-Source — User Moderation, Website Administration</h2>
<small>September 2016 - PRESENT</small>
<p class="">IRC-Source is a search and statistics engine for online chat rooms. My roles include, server administration/maintenance, website administration/maintenance, development of new features.</p>
<p class="">I’ve helped the owner with user support and ‘chatroom’ questions and after a period of showing my worth, I’ve since become one of his most trusted friends, and have earned the privilege of being an administrator to
all of the service’s many facets.</p>
</div>
<div class="list-group-item bg-dark-gray">
<h2>DNSBL.im — API Construction, Website Administration, REST, Bind9, SQL, MySQL</h2>
<small>December 2016 - PRESENT</small>
<p class="">DNSBL.im is a <span class="dnsbl-initial">D</span>omain <span class="dnsbl-initial">N</span>ame <span class="dnsbl-initial">S</span>ervice <span class="dnsbl-initial">B</span>lack<span class="dnsbl-initial">L</span>ist.. A way to keep abusive/troublesome users away from those that use the blacklist.</p>
</div>
<div class="list-group-item bg-dark-gray">
<h2>ElectroTech — Server Setup, Server Management, Social Media Presence</h2>
<small>November 2015 - PRESENT</small>
<p class="">I manage services for clients hosted on dedicated & virtual private servers. This includes everything from setup to regular maintenance.</p>
<p class="">In some cases I may manage social media accounts for clients. I have a quite expansive and intricate knowledge of the use of social media, as well as the marketing and presence thereof.</p>
</div>
<div class="list-group-item bg-dark-gray">
<h2>ElectroShells — Paid Shell Account Service, Web Hosting</h2>
<small>June 2013 - PRESENT</small>
<p class="">A simple server/web space account service, perhaps to merge with ElectroTech into an actual hosting provider.</p>
</div>
<div class="list-group-item bg-dark-gray">
<h2>PyLink — Python Based Cross-IRCd Relay</h2> <small>October 2016 - PRESENT</small>
<p class="">PyLink’s primary and usual function is to relay and share messages, users and the like between multiple defined chat networks. The Python based IRC Services on my IRC network is built using this.</p>
</div>