* Add Lex to team page
This commit is contained in:
Thomas Zarebczan 2018-03-01 19:25:31 -05:00 committed by GitHub
parent cb90ff3f24
commit d2ac18052e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 11 additions and 1 deletions

View file

@ -0,0 +1,10 @@
---
name: Lex Berezhny
role: Protocol Developer
email: lex@lbry.io
twitter: eukreign
github: eukreign
---
Lex learned to write Python in High School, not far from where the language was first created, and even participated in some of the first Python user groups hosted by Guido, himself. In 2000, still a very young man, Lex gave his first public talk, titled “Yorktown High School Becomes a Python Workshop” at the International Python Conference. Needless to say, Lex and Python go way back.
Lex spends his time on the full stack of LBRY backends, such as the wallet, protocol, and blockchain, and is currently wading deep into the improvement of test coverage and performance of various LBRY components. If you want to trade notes on Dart, and dish on a possible ideal use case for Dart at LBRY, Lex wants to hear from you!

View file

@ -19,7 +19,7 @@
</div>
<?php endforeach ?>
<h2>Technical</h2>
<?php foreach([ 'kay-kurokawa', 'jack-robison',
<?php foreach([ 'kay-kurokawa', 'jack-robison', 'lex-berezhny',
'akinwale-ariwodola', 'sean-yesmunt', 'liam-cardenas', 'bill-bittner', 'amit-tulshyan', 'igor-gassmann'] as $bioSlug): ?>
<div class="spacer2">
<?php echo View::render('content/_bio', ['person' => $bioSlug]) ?>