mirror of
https://github.com/LBRYFoundation/lbry.com.git
synced 2025-08-23 17:47:26 +00:00
parent
cb90ff3f24
commit
d2ac18052e
2 changed files with 11 additions and 1 deletions
10
content/bio/lex-berezhny.md
Normal file
10
content/bio/lex-berezhny.md
Normal 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!
|
|
@ -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]) ?>
|
||||
|
|
Loading…
Add table
Reference in a new issue