val AnastasiiaBirillo = developer {
about {
name = "Anastasiia Birillo"
company = JetBrains Research
role = Researcher
}
tech("Kotlin, Python, NodeJs")
links {
linkedin = "https://www.linkedin.com/in/anastasia-birillo/"
email = "[email protected]"
}
}
I like Kotlin so much. Most of my projects you can find in the JetBrains Research repository.
The most active and popular ones:
- Reflekt - a plugin for Kotlin compiler for compile-time reflection
- AST-transformations - an IntelliJ-based IDE plugin for Python AST transformations
- Kotlin-analysis - a set of utilities for analyzing Kotlin projects
- Hyperstyle - s tool for running a set of pre-configured linters and evaluating code quality. It is used on the Hyperskill platform to check the quality of learners' code
- TaskTracker - an IntelliJ-based IDE plugin for tracking code changes while solving programming problems