Knolspeak >
- RT @hseeberger: Most notably, #spray / #Akka / #Scala outperforms #Netty in the latest TechEmpower benchmark. 4 days ago
- RT @jamie_allen: Join us @typesafe! MT @scalajobz New Job posted by Typesafe San Francisco, CA for Sr. Product Manager... 1 week ago
- RT @mabrewer7: Excited to launch new @typesafe website and and product typesafe.com/blog/launch-of… 3 weeks ago
- RT @jboner: Very proud of our new website and getting started tool; Activator. Give it a spin, write your first reactive app:... 3 weeks ago
- RT @typesafe: Read how The Guardian uses #Scala #Akka & #PlayFramework to provide a scalable, digital-first news hub: blog.typesafe.com/the-guardian-l… 3 weeks ago
-
-
Recent Posts
Knolders
Live Traffic Feed
Author Archives: Piyush Mishra
KnolX Session: Testing Akka Actors Using TestKit
In the presentation which is the part of our ongoing Knolx session, we discussed about how to test Akka actors using Testkit. By using testkit we can test Actor’s behaviour, apply time assertions on actor’s reply and we can also … Continue reading
Posted in Agile, AJAX, Architecture, Cloud, Scala, Web
Leave a comment
ElasticSearch: How to index data in bulk in elasticsearch with scala using java Bulk API.
Elasticsearch is an open-source, restful, distributed, search engine built on top of apache-lucene.In this post, we will learn to use elasticsearch java api in Scala to index data using BulkRequest. we will begin with adding dependency of elasticsearch in the … Continue reading
Posted in Web
Leave a comment
Akka Futures and Akka Remoting
In this presentation which is a part of our ongoing knolX session, i talked about Akka Futures, how to compose them using for comprehensions. Since Future is a monad, I also illustrated how to apply methods like map, flatmap on … Continue reading
Posted in Web
Leave a comment
Knolx Session: Implicit Conversions and Parameters
This session was presented at Knolx Session at Knoldus. I introduced implicit conversions and parameters in scala. Implicit conversion allows us to fix type errors and allows us to define new methods on existing library. Here is the presentation
Introducing inheritance and traits in scala
We believe in experiential learning. This knolx session has code examples which Knolders tried while I was explaining it. The objective was to the to introduce Inheritance and Traits. in this presentation i told about mixin composition of traits into classes … Continue reading





