diff --git a/public/img/authors/rafal.schmidt.jpg b/public/img/authors/rafal.schmidt.jpg new file mode 100644 index 0000000..5975a3f Binary files /dev/null and b/public/img/authors/rafal.schmidt.jpg differ diff --git a/public/img/authors/waldemar.panas.jpg b/public/img/authors/waldemar.panas.jpg new file mode 100644 index 0000000..6f9c5f6 Binary files /dev/null and b/public/img/authors/waldemar.panas.jpg differ diff --git a/src/_data/authors.json b/src/_data/authors.json index 120b51a..6ba134f 100644 --- a/src/_data/authors.json +++ b/src/_data/authors.json @@ -284,5 +284,15 @@ "name": "Tomasz Gębarowski", "bio": "Engineering Manager and Software Engineering passionate. At Allegro, he is bringing server-driven UI to the e-commerce world. He previously worked on mobile banking, secure messaging, and distributed VoIP services. He is interested in scaling things and improving the process. Experienced in maintaining large codebases and long-term projects. Privately father of two, home automation lover, and LEGO builder.", "linkedin": "tomaszgebarowski" + }, + "rafal.schmidt": { + "name": "Rafał Schmidt", + "bio": "I work as a Senior Software Engineer at Allegro Pay, where we are building one of the fastest-growing fintech in Poland. My work involves not only using Microsoft technologies, especially .NET, and Azure Cloud but also a passion for System Design. In my free time, I enjoy cycling and reading books.", + "linkedin": "https://www.linkedin.com/in/rafalschmidt" + }, + "waldemar.panas": { + "name": "Waldemar Panas", + "bio": "Engineering manager with a rich background in professional software development with over ten years of experience in the tech industry. Since joining Allegro in 2018, Waldemar has been at the forefront of driving innovation and excellence in software engineering. His role extends beyond the confines of Allegro, actively engaging in the wider tech community as a co-organizer of the Java User Group in Poznan and GeeCON, a prominent conference focused on JVM technologies in Krakow and Prague.", + "linkedin": "https://www.linkedin.com/in/w-panas" } -} +} \ No newline at end of file diff --git a/src/_data/podcasts.json b/src/_data/podcasts.json index 609699e..9949442 100644 --- a/src/_data/podcasts.json +++ b/src/_data/podcasts.json @@ -1205,5 +1205,34 @@ "season": 4, "episode": "7", "host": "jakub.dowgird" + }, + { + "date": "2024-02-01T00:00:00.000Z", + "slug": "programowanie-co-liczy-sie-w-nim-najbardziej", + "title": "Programowanie - co liczy się w nim najbardziej?", + "authors": [ + { + "author": "rafal.schmidt", + "name": "Rafał Schmidt" + }, + { + "author": "waldemar.panas", + "name": "Waldemar Panas" + } + ], + "toc": [ + "Jaką ścieżkę trzeba przejść, aby dobrze programować?", + "Gdzie zdobywać wiedzę, doświadczenie i szlifować swoje umiejętności?", + "Ile czasu potrzeba aby nabrać doświadczenia i jak zadbać o swój dalszy rozwój?", + "Na czym w praktyce polegają role (Senior) Software Engineer oraz Engineering Manager w Allegro i kto najlepiej sprawdza się w naszych zespołach?", + "Posłuchajcie nowego odcinka Allegro Tech Podcast z udziałem Rafała Schmidta (Senior Software Engineer) i Waldemara Panasa (Manager, Engineering) z Allegro." + ], + "links": {}, + "spotify": { + "url": "https://podcasters.spotify.com/pod/show/teresa-bben/embed/episodes/Sezon-IV-8-Jak-zosta-dobrym-programist----Rafa-Schmidt-i-Waldemar-Panas-e2f33nu" + }, + "season": 4, + "episode": "8", + "host": "jakub.dowgird" } ]