Skip to main content

2 posts tagged with "open-source"

View All Tags

· 8 min read

Contributing on Github

A couple of days ago a friend of mine asked me how he can change some existing Github project. There are quite some materials around covering this topic, but what I give you here is an exact set of steps required to actually perform the change.

By the end of the article, if you stay with me, you will be able to understand how to technically contribute to the Github open-source projects.

· 3 min read

Continuing series of blog posts related to Kotlin, today we’ll together make a sample application showing us how we could automate email sending – using Kotlin programming language. Example is quite simple, and surely – you can enhance it with own features. Application mostly demonstrates compact Kotlin syntax, as well as full compatibility with Java or 3rd party libraries (in this case Apache commons-mail library).