Thinking, Speaking & Dreaming About Technology: An Interview with Radosław Holewa
Join the DZone community and get the full member experience.
Join For Freewelcome to the second in a series of interviews dedicated to learning more about jetbrains development academy experts. in this interview we have a conversation with academy member radosław holewa. radek is p olish java user group leader, co-founder of geecon as well as a java, scala and groovy developer. you may also check out the previous interview with michael hüttermann .
members of the
jetbrains academy
are recognized experts in various areas of software
development. they contribute to java and .net communities by advocating
development best practices through formal and informal publications and
meetings, and serve as a versatile source of expertise.
q: hello radek, can you tell us who you are, where you are
from and what is your passion?
a : hi, my name is radoslaw holewa and i live and work in krakow, poland. my daily job is mostly java development but i also try to use other languages like scala & groovy. besides coding i am also a community person. i am one of the polish java user group leaders, geecon conference co-founder, and a proud member of the jetbrains academy.
q: in addition to your technical expertise and activities, you are a community guy. you are co-founder of the geecon conference and a jug leader. what is the focus of geecon, and how vital is the polish java community?
a : so, geecon is a 3 days long conference with a strong focus on the jvm languages and technologies.
it
is purely community oriented. our goal is to go beyond the traditional scope of
java conferences and besides having presentations about the hottest topics we
also try to improve networking. we do that by organizing additional events
during the conference days, for example our participants really love our after
parties that give them a chance to meet their peers and idols in person. the
conference is primarily organized by the jug leaders from our polish java
community which is now very strong as we have around 13 jugs and many larger
events. i think we have a very big boom for user groups in poland (not only
jugs) which is of course great!
q: as a java expert, you are interested in programming languages like groovy and scala. why are these languages interesting to you? what will be the future of java, scala and groovy, in your opinion?
a : i think that the real power is in the jvm and there will be always be a place for jvm alternative languages. the main language for jvm is java and that's why we are so focused on it, on the other hand different problems require different solutions and that's where there’s a place for alternative languages like scala, groovy. you will use scala when you will need more flexibility and make the development of multithreaded applications easier, you will probably use groovy when you will need to quickly develop webapps and dsls. you can mix different languages in one project; create implementation in java but write bdd tests in groovy or scala. jvm is a real polyglot world, whether developers like it or not :) it is also good that we see ports of other languages like ruby (jruby) and python (jython). the power of jvm will give them a boost.
q: is it all about languages? what about the importance of processes? what do you think about agile processes?
a: of course the choice of any programming language will not make your project successful; there must be some processes that will drive the project to the successful end. agile is very popular in recent days but most developers use it only as a cool buzzword. some of them try to adapt it blindly without understanding the real idea behind it.
i think agile methodology choices are really interesting when you want to introduce them in your team, but as always if you will choose one and use it without adapting you can get stuck somewhere in the middle of your project timeline and realize it was not a good choice. my personal opinion is that every process should not be introduced blindly and it should adapt to the current needs of the team no matter if it is agile or not. but agile has some common tools and techniques that should always be introduced in the programming projects. these include continuous integration, unit testing and refactoring, which are in my personal opinion mandatory for a successful project. a successful project is not only a project which you can deliver, but also project which you can support without pain. so, here is the right place to mention the book i have contributed to – “ agile alm ” by michael hüttermann. as the title says it is about the application lifecycle management. the book will give you an overview of useful tools and techniques which really help in improving build process, code quality etc. it is a really good to read because many great specialists have shared their thoughts in it.
q: what role does tooling play and how does jetbrains’ intellij idea fit in?
a: the right tools are a very important aspect of every programming project. tools can help you to avoid many errors and bugs, and also to develop faster. i think now is the time for intelligent tools that help developers analyze the project and find issues as soon as it is possible. it is a place where continuous integration servers in a connection with code analysis tools, like pmd or findbugs, and ides with strong code analysis, are so important. intellij idea is one of the shining stars in the java development world as it provides very advanced code analysis and refactoring options.
q: intellij idea 10 eap is now available. have you tried it?
a: yes, i have installed it on my machine and it looks really great! beside cool gui improvements on mac there are also very useful usability improvements like colored tabs representing files in the main window (different colors for main code and test code files). these tabs help you select the right file when you have many opened file tabs.
there are also spell checking improvements which are very useful for non-native speakers. spellchecker checks not only the code but even messages you type in the commit description window!
but the best new feature for which i was really waiting is part of the maven support. the project i am currently working on is very big, has many different modules and hundreds of dependencies. enough said, it is a really big pain to control all these dependencies directly by hand. now i have a great tool that helps me in organizing poms! in intellij 10 i can not only generate the diagram of dependencies but also manage them directly from that window! i can also view dependencies in different scopes! for example, i can show only dependencies used only in tests. when there is a conflict between dependency versions (for example my project will contain two versions of the same library), intellij 10 will mark it using red color, so i cannot overlook it! it is really cool!
q: what is your take on the evolution of the ide and direction of features? where is tooling headed in the future?
a: i am not sure if there is much work that can be done in the refactoring and code analysis scope (for sure some things could be still improved). so, in my personal opinion ides will be more focused on new frameworks and technologies, it is the direction where they will go.
q: what is your favorite intellij idea feature or one that you like most?
a: in intellij? i really like the stability and performance of refactoring in intellij, i can even say that refactoring in intellij really works which i cannot say about other ides. no matter where my classes are referenced, intellij will find those references and do the refactoring in a way i expect. and it always works!
q: what do you do in your free time?
a: i do different things. i am interested in investing and economics, and also like to listen to good music and watch movies. krakow is also a really awesome place with hundreds of pubs so it is always a good time to have a beer with good friends :)
q: do you have any polish music or film recommendations for our readers and where can we get the best beer in krakow?
a: unfortunately, polish bands and movies are not popular in the world. but the polish band i like the most is t.love, regarding movie i would say my favorite is “poranek kojota”. the best place to drink beer in krakow is for sure c.k. browar where they make a really fresh and tasty beer. as a city of hundreds of pubs and clubs, you can spend the whole year on visiting different places :)
q: as our final question, can you tell us something about yourself that most people wouldn’t know?
a: i really like changes, experimenting and discovering new things. i am one of those people who are always looking for opportunities to move forward and do something new. maybe that's why i am so active in the community - it gives me the possibility of exchanging experiences every day. even now i have at least a few ideas i want to realize :)
thank you very much for your time.
Opinions expressed by DZone contributors are their own.
Comments