Scala Map


Source: Scala Map

Leave a comment

Filed under Uncategorized

Simplifying Monads in Scala


Source: Simplifying Monads in Scala

Leave a comment

Filed under Uncategorized

Blogging Tips & Tricks: Real Hack


Hi Bloggers, in one of the meetup I presented my topic “Blogging tips and tricks” and I exposed the tools that can help you out to attract huge number of readers to your blog, these points and tools that i have mentioned are really working already and many of the top bloggers using them. Go through these slides and let me know your views as well.

Let’s hit the count !!

 

Leave a comment

June 4, 2017 · 3:37 pm

Introduction to Shapeless !


its my blog

Knoldus Blogs

Shapeless is a type class and dependent type based generic programming library for Scala. It is an Open Source project under the Apache License v2, hosted on github.

Well, simply put, it is a well known library for generic programming in scala.

Earlier, reflection APIs were used to write generic programs. However, since reflection is usually done in runtime, it sacrifices type-safety, and introduces runtime failures.

But luckily, Shapeless is there to solve problems during compilation where they would normally be tackled in runtime. Shapeless aims to give you confidence that if a piece of code compiles, it will run as well.

Using Shapeless:

To include the Shapeless in your SBT project for scala 2.11.8 you should add the following in your SBT build,

libraryDependencies ++= Seq("com.chuusai" %% "shapeless" % "2.3.1")

Shapeless has a wide range of features. Lets have a look at two of…

View original post 651 more words

Leave a comment

Filed under Uncategorized

Vulnerability scanning with metasploit


Source: Vulnerability scanning with metasploit

Leave a comment

Filed under Uncategorized

How to install and use Docker: Getting started


Source: How to install and use Docker: Getting started

2 Comments

Filed under Uncategorized

(Code Dissection) Akka Quartz Scheduler – Scala’s way of scheduling


Source: (Code Dissection) Akka Quartz Scheduler – Scala’s way of scheduling

Leave a comment

Filed under Uncategorized

Congregating Spark files on S3


Source: Congregating Spark files on S3

Leave a comment

Filed under Uncategorized

Shield: Protect your Elasticsearch Data


Source: Shield: Protect your Elasticsearch Data

Leave a comment

Filed under Uncategorized

Why Scala.js is preferred language for front-end development


Source: Why Scala.js is preferred language for front-end development

Leave a comment

Filed under Uncategorized