Category: Technology



This talk would like to show a real-world example of a typed functional language actually making your developer life better, in an existing JavaScript code base. And it's something your team might not cringe at either. EVENT:
Talk recording from React Day Berlin Conference 2019 https://reactday.berlin SPEAKER:
Eric Schaefer PUBLICATION PERMISSIONS:
Conference Organizer provided Coding Tech with the permission to republish React Day Berlin talks. CREDITS:
Original video source: https://www.youtube.com/watch?v=cmOSN_mZbEo https://www.youtube.com/watch?v=EmBzyBQU760



Kotlin is generally known as a JVM language, and by many, as "Android's Swift," but it is so much more. JetBrains has planned Kotlin to be a portable language that can be rendered to many different platforms. Not just the JVM. These include JavaScript and Native, which is an llvm compiler capable of outputting to iOS, Windows, Linux, Web assembly, and many other platforms. In this session, we'll cover: – Kotlin's target compilers and how they work – How the "Multiplatform" plugin meshes these together – An overview of the major tools and libraries – How to get started and next steps EVENT:
Øredev 2019 SPEAKER:
Kevin Galligan PUBLICATION PERMISSIONS:
Øredev Conference Organizers provided Coding Tech with the permission to republish Øredev talks. https://www.youtube.com/watch?v=HFDqjpfoSZE



Always wanted to publish a package on PyPI, but didn't know where to start? This talk is for you! Starting with nothing, we'll build a package and publish it on PyPI using current best practices. Learn how to structure your project and your code. Discover what goes in your coderequirements.txt/code and your codesetup.py/code. Ensure your code will work in different on different platforms! Document your code so people won't ask you loads of questions! Finally, learn how avoid doing any of this yourself. This talk will cover: Why should you package your code for PyPI?
How to structure your project and your code, including why you need a codesrc/code folder!
Discover what goes in your codePipfile/code and your codesetup.py/code, and why. Learn the difference between installing your library to use it, and installing it to develop on it.
Write tests for your project, and run them using Tox.
Ensure your code will work in different on different platforms with
Continuous Integration!
Document your code so people won't ask you loads of questions!
How to actually get your code on PyPI using Twine.
Finally, learn how avoid doing any of this yourself (or avoid doing it twice) using CookieCutter templates. EVENT:
EuroPython 2019 SPEAKER:
Mark Smith PUBLICATION PERMISSIONS:
Original video was published with the Creative Commons Attribution license (reuse allowed) ATTRIBUTION CREDITS:
Original video source: https://www.youtube.com/watch?v=-WDV0-OB4fE https://www.youtube.com/watch?v=GIF3LaRqgXo