January 17, 2014

Thoughts I took home from ping conference

0  comments

Here are some thoughts I took home from ping conference:
  • Future applications will have more needs for functional programming. This demand is driven by async userinterfaces and data streaming over http from different sources. Think of an application streaming the realtime positions of cars to a map. Maybe a taxi search.
  • For me it's not sure if the lambda functions for java 8 will be a door opener to bring more people to scala. Or will java lambda with some additional libraries good enough to not switch to scala?
  • There is a new javascript mvc framework every week. It will need a long time if ever until we have a mvc framework with a strong position like jQuery today. If you think back some years this was the same with javascript libaries, today jQuery is everywhere.
  • Almost every speaker at the conference uses IntelliJ on a Mac. There is probably a reason for that.
  • To be prepared for future functional programming challenges I should read the wizard book again and learn about free monads.
All over a great conference and really worth the travel. Also budapest is really a nice city to travel to.

Tags

conference, free monad, functional programming, Java, play, Scala


You may also like

Blog url changed to https

I just changed the url of this blog to https://jensjaeger.com. TLS encryption is now the default for all request to this page. It might be possible that some image links on some articles are hard coded http. If you find such an error it would be nice if you leave me comment so i can

Read More

Format date and time in java with prettytime

Prettytime is a nice java library to format a java Date()s in a nice humanized ago format, like: moments ago 2 minutes ago 13 hours ago 7 months ago 2 years ago Prettytime is localized in over 30 languages. It’s super simple to use Add the dependency to your maven pom: org.ocpsoft.prettytime prettytime 3.2.7.Final or

Read More