Skip to content

Commit

Permalink
Added 3 speakers
Browse files Browse the repository at this point in the history
  • Loading branch information
Juraj M. Bezrucka committed Feb 5, 2024
1 parent 3316af3 commit 917127c
Show file tree
Hide file tree
Showing 23 changed files with 4,224 additions and 90 deletions.
27 changes: 27 additions & 0 deletions data/speakers.json
Original file line number Diff line number Diff line change
Expand Up @@ -142,5 +142,32 @@
"avatar": "img/speakers/veronika_kabatova.jpg",
"links": {
}
},
{
"name": "Jeroen Overschie",
"bio": "Jeroen is a Machine Learning Engineer at Xebia Data (formerly GoDataDriven), in The Netherlands. Jeroen has a background in Software Engineering and Data Science and helps companies take their Machine Learning solutions into production.\nBesides his usual work, Jeroen has been active in the Open Source community. Jeroen published several PyPi modules, npm modules, and has contributed to several large open source projects (Hydra from Facebook and Emberfire from Google). Jeroen also authored two chrome extensions, which are published on the web store.",
"country": "Netherlands",
"avatar": "img/speakers/jeroen_overschie.jpg",
"links": {
"web": "https://jeroenoverschie.nl",
"linkedin": "https://www.linkedin.com/in/jeroenoverschie/"
}
},
{
"name": "Marcelo Trylesinski",
"bio": "Marcelo is a Brazilian software engineer, currently living in the Netherlands. In the last years, he has been helping the FastAPI community, and maintaining Starlette, one of the FastAPI dependencies, and Uvicorn, a web server that runs applications like FastAPI. Not long ago, he joined the recently created company Pydantic.",
"country": "Brazil",
"avatar": "img/speakers/marcelo_trylesinski.png",
"links": {
"github": "https://github.com/Kludex"
}
},
{
"name": "Tvrtko Strenak",
"bio": "I am currently working as a Python developer at airt. In the past three years, I have gained valuable experience in the industry, including a year working on a microservice product that uses Apache Kafka for communication between services.\n\nI am a strong believer in the power of open source software, and I enjoy learning from the open source community. My interests in the field at the moment include machine learning, model deployment, Apache Kafka, and advanced Python programming.",
"country": "Croatia",
"avatar": "img/speakers/tvrtko_strenak.jpg",
"links": {
}
}
]
27 changes: 27 additions & 0 deletions data/talks.json
Original file line number Diff line number Diff line change
Expand Up @@ -134,5 +134,32 @@
"lang": "en",
"title": "How to not get crazy from information overload",
"text": "There's too many pieces of advice out there to keep them in mind and actually remember to apply them when it matters. It's tempting to become a genius overnight as the competition is harsh. But trying to become perfect and keep every piece of information in mind is overwhelming and stressful.\n\nWhere's the line between what's realistic, both as a beginner and as experienced programmer? What are some good habits to adopt right away, and how do they relate to your typical programming memes?\n\nWe'll take a look at some behaviors even experienced IT folks struggle with and how to do things instead and why, to get you a head start in your new journey.\n\n(Happy to do the talk in Slovak if preferred for the beginners' track)"
},
{
"speakers": [
"Jeroen Overschie"
],
"type": "Talk",
"lang": "en",
"title": "Are you ready for MLOps?",
"text": "MLOps has survived the hype cycle and is gaining in maturity. But are we looking at MLOps for answers for the _right things_? \nNo matter how valuable MLOps can be for you, without proper building blocks in place MLOps cannot live up to its full potential. What are the prerequisites for MLOps? What parts of MLOps should you focus on? When should you even start thinking about MLOps, or when is ‘plain’ DevOps wiser to focus on first? Join us in this session to learn more!"
},
{
"speakers": [
"Marcelo Trylesinski"
],
"type": "Talk",
"lang": "en",
"title": "Common FastAPI mistakes",
"text": "We'll go through common FastAPI mistakes I've seen in the last 4 years. We'll see insights on performance, best practices, and use of the framework in general. \n\nLet's go beyond the obvious, and at the end of the talk, you'll know how you can become a FastAPI Expert yourself."
},
{
"speakers": [
"Tvrtko Strenak"
],
"type": "Talk",
"lang": "en",
"title": "Decoding FastStream: A Deeper Dive into the Event Streaming Library",
"text": "FastStream simplifies the development of services communicating over event streams such as Apache Kafka, Redis and Nats. In our talk, we introduce its origin, basics, and delve into advanced features. Past talks raised awareness; this year, we are slowly shifting focus on technical nuances—implementation details and the development environment—to inspire developers and improve open source contributions."
}
]
60 changes: 60 additions & 0 deletions docs/chat.html
Original file line number Diff line number Diff line change
Expand Up @@ -790,6 +790,66 @@ <h3 class="title-medium size-md color-light hover-yellow">
</div>
</div>

<div class="col-xl-2 col-lg-3 col-md-4 col-sm-6 col-xs-6 col-6">
<div class="speaker-layout2">
<img src="/static/img/speakers/jeroen_overschie.jpg" alt="speaker" class="img-fluid">
<div class="item-title">
<h3 class="title-medium size-md color-light hover-yellow">
<a href="/sk/speakers/jeroen-overschie.html">Jeroen Overschie</a>
</h3>
</div>
<div class="item-social">
<ul>
<li>
<a href="https://jeroenoverschie.nl" title="web" target="_blank">
<i class="fa fa-web" aria-hidden="true"></i>
</a>
</li>
<li>
<a href="https://www.linkedin.com/in/jeroenoverschie/" title="linkedin" target="_blank">
<i class="fa fa-linkedin" aria-hidden="true"></i>
</a>
</li>
</ul>
</div>
</div>
</div>

<div class="col-xl-2 col-lg-3 col-md-4 col-sm-6 col-xs-6 col-6">
<div class="speaker-layout2">
<img src="/static/img/speakers/marcelo_trylesinski.png" alt="speaker" class="img-fluid">
<div class="item-title">
<h3 class="title-medium size-md color-light hover-yellow">
<a href="/sk/speakers/marcelo-trylesinski.html">Marcelo Trylesinski</a>
</h3>
</div>
<div class="item-social">
<ul>
<li>
<a href="https://github.com/Kludex" title="github" target="_blank">
<i class="fa fa-github" aria-hidden="true"></i>
</a>
</li>
</ul>
</div>
</div>
</div>

<div class="col-xl-2 col-lg-3 col-md-4 col-sm-6 col-xs-6 col-6">
<div class="speaker-layout2">
<img src="/static/img/speakers/tvrtko_strenak.jpg" alt="speaker" class="img-fluid">
<div class="item-title">
<h3 class="title-medium size-md color-light hover-yellow">
<a href="/sk/speakers/tvrtko-strenak.html">Tvrtko Strenak</a>
</h3>
</div>
<div class="item-social">
<ul>
</ul>
</div>
</div>
</div>

</div>
</div>
</section>
Expand Down
60 changes: 60 additions & 0 deletions docs/en/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -790,6 +790,66 @@ <h3 class="title-medium size-md color-light hover-yellow">
</div>
</div>

<div class="col-xl-2 col-lg-3 col-md-4 col-sm-6 col-xs-6 col-6">
<div class="speaker-layout2">
<img src="/static/img/speakers/jeroen_overschie.jpg" alt="speaker" class="img-fluid">
<div class="item-title">
<h3 class="title-medium size-md color-light hover-yellow">
<a href="/en/speakers/jeroen-overschie.html">Jeroen Overschie</a>
</h3>
</div>
<div class="item-social">
<ul>
<li>
<a href="https://jeroenoverschie.nl" title="web" target="_blank">
<i class="fa fa-web" aria-hidden="true"></i>
</a>
</li>
<li>
<a href="https://www.linkedin.com/in/jeroenoverschie/" title="linkedin" target="_blank">
<i class="fa fa-linkedin" aria-hidden="true"></i>
</a>
</li>
</ul>
</div>
</div>
</div>

<div class="col-xl-2 col-lg-3 col-md-4 col-sm-6 col-xs-6 col-6">
<div class="speaker-layout2">
<img src="/static/img/speakers/marcelo_trylesinski.png" alt="speaker" class="img-fluid">
<div class="item-title">
<h3 class="title-medium size-md color-light hover-yellow">
<a href="/en/speakers/marcelo-trylesinski.html">Marcelo Trylesinski</a>
</h3>
</div>
<div class="item-social">
<ul>
<li>
<a href="https://github.com/Kludex" title="github" target="_blank">
<i class="fa fa-github" aria-hidden="true"></i>
</a>
</li>
</ul>
</div>
</div>
</div>

<div class="col-xl-2 col-lg-3 col-md-4 col-sm-6 col-xs-6 col-6">
<div class="speaker-layout2">
<img src="/static/img/speakers/tvrtko_strenak.jpg" alt="speaker" class="img-fluid">
<div class="item-title">
<h3 class="title-medium size-md color-light hover-yellow">
<a href="/en/speakers/tvrtko-strenak.html">Tvrtko Strenak</a>
</h3>
</div>
<div class="item-social">
<ul>
</ul>
</div>
</div>
</div>

</div>
</div>
</section>
Expand Down
60 changes: 60 additions & 0 deletions docs/en/program/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -790,6 +790,66 @@ <h3 class="title-medium size-md color-light hover-yellow">
</div>
</div>

<div class="col-xl-2 col-lg-3 col-md-4 col-sm-6 col-xs-6 col-6">
<div class="speaker-layout2">
<img src="/static/img/speakers/jeroen_overschie.jpg" alt="speaker" class="img-fluid">
<div class="item-title">
<h3 class="title-medium size-md color-light hover-yellow">
<a href="/sk/speakers/jeroen-overschie.html">Jeroen Overschie</a>
</h3>
</div>
<div class="item-social">
<ul>
<li>
<a href="https://jeroenoverschie.nl" title="web" target="_blank">
<i class="fa fa-web" aria-hidden="true"></i>
</a>
</li>
<li>
<a href="https://www.linkedin.com/in/jeroenoverschie/" title="linkedin" target="_blank">
<i class="fa fa-linkedin" aria-hidden="true"></i>
</a>
</li>
</ul>
</div>
</div>
</div>

<div class="col-xl-2 col-lg-3 col-md-4 col-sm-6 col-xs-6 col-6">
<div class="speaker-layout2">
<img src="/static/img/speakers/marcelo_trylesinski.png" alt="speaker" class="img-fluid">
<div class="item-title">
<h3 class="title-medium size-md color-light hover-yellow">
<a href="/sk/speakers/marcelo-trylesinski.html">Marcelo Trylesinski</a>
</h3>
</div>
<div class="item-social">
<ul>
<li>
<a href="https://github.com/Kludex" title="github" target="_blank">
<i class="fa fa-github" aria-hidden="true"></i>
</a>
</li>
</ul>
</div>
</div>
</div>

<div class="col-xl-2 col-lg-3 col-md-4 col-sm-6 col-xs-6 col-6">
<div class="speaker-layout2">
<img src="/static/img/speakers/tvrtko_strenak.jpg" alt="speaker" class="img-fluid">
<div class="item-title">
<h3 class="title-medium size-md color-light hover-yellow">
<a href="/sk/speakers/tvrtko-strenak.html">Tvrtko Strenak</a>
</h3>
</div>
<div class="item-social">
<ul>
</ul>
</div>
</div>
</div>

</div>
</div>
</section>
Expand Down
63 changes: 63 additions & 0 deletions docs/en/speakers/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -600,6 +600,69 @@ <h3 class="title title-bold color-light hover-yellow">
</div>
</div>

<div class="col-xl-4 col-lg-4 col-md-6 col-sm-6 col-12 menu-item">
<div class="speaker-layout3">
<img src="/static/img/speakers/jeroen_overschie.jpg" alt="speaker" class="img-fluid">
<div class="item-title">
<h3 class="title title-bold color-light hover-yellow">
<a href="/en/speakers/jeroen-overschie.html">Jeroen Overschie</a>
</h3>
<div class="title-light size-md text-left color-light">Netherlands</div>
</div>
<div class="item-social">
<ul>
<li>
<a href="https://jeroenoverschie.nl" title="web" target="_blank">
<i class="fa fa-web" aria-hidden="true"></i>
</a>
</li>
<li>
<a href="https://www.linkedin.com/in/jeroenoverschie/" title="linkedin" target="_blank">
<i class="fa fa-linkedin" aria-hidden="true"></i>
</a>
</li>
</ul>
</div>
</div>
</div>

<div class="col-xl-4 col-lg-4 col-md-6 col-sm-6 col-12 menu-item">
<div class="speaker-layout3">
<img src="/static/img/speakers/marcelo_trylesinski.png" alt="speaker" class="img-fluid">
<div class="item-title">
<h3 class="title title-bold color-light hover-yellow">
<a href="/en/speakers/marcelo-trylesinski.html">Marcelo Trylesinski</a>
</h3>
<div class="title-light size-md text-left color-light">Brazil</div>
</div>
<div class="item-social">
<ul>
<li>
<a href="https://github.com/Kludex" title="github" target="_blank">
<i class="fa fa-github" aria-hidden="true"></i>
</a>
</li>
</ul>
</div>
</div>
</div>

<div class="col-xl-4 col-lg-4 col-md-6 col-sm-6 col-12 menu-item">
<div class="speaker-layout3">
<img src="/static/img/speakers/tvrtko_strenak.jpg" alt="speaker" class="img-fluid">
<div class="item-title">
<h3 class="title title-bold color-light hover-yellow">
<a href="/en/speakers/tvrtko-strenak.html">Tvrtko Strenak</a>
</h3>
<div class="title-light size-md text-left color-light">Croatia</div>
</div>
<div class="item-social">
<ul>
</ul>
</div>
</div>
</div>

</div>
</div>
</section>
Expand Down
Loading

0 comments on commit 917127c

Please sign in to comment.