Change Language of Blog
Knolspeak Tweets
- Accelerate digital business #innovation at startup speed. Interesting information and useful resources on #Reactive… twitter.com/i/web/status/9… 2 days ago
- Lombok: Never write another getters/setters or equals method blog.knoldus.com/2018/04/20/lom… 2 days ago
- Docker Architecture blog.knoldus.com/2018/04/20/doc… https://t.co/gyGrTeQmrl 2 days ago
- A Quick Guide: Java 8 DateTime API blog.knoldus.com/2018/04/20/a-q… https://t.co/aY1d9uQERI 2 days ago
- MachineX: Why no one uses apriori algorithm for association rule learning? blog.knoldus.com/2018/04/19/mac… https://t.co/vI6EyGgPxz 3 days ago
-
Recent Posts
Knolders
-
Aakash Jain
-
Abhinav Sinha
-
Abhishek Giri
Akash Rehan
-
Akash Sethi
-
Akhil Vijayan
-
Akshansh Jain
-
akshayrana14
-
anmolmehta
-
Anmol Sarna
Anshul Shivhare
-
AnujSaxena
-
Anurag Srivastava
-
Ashish
-
AshuTomar
-
ayushaggarwal
-
Ayush Mishra
-
Ayush Prashar
-
Bharat Singh
-
bhavya@knoldus
-
Piyush Rana
-
Umang Kesari
Shubham Verma
-
Charmy Garg
-
Harshit Daga
-
deepak028
-
Deepti Bhardwaj
-
Dhirendra Kumar Kashyap
-
Divya Dua
-
Divya Gupta
-
Nikhil Kumar
-
Ayush Tiwari
-
Geetika Gupta
-
Girish Bharti
-
gitikarehlan
-
harishgadiya
-
Harmeet Singh(Taara)
-
Himani Arora
-
Himanshu Gupta
-
Himanshu Rajput
-
imsonublog
-
Nancy Jain
-
Jasmine Kaur
-
jatindemla
-
JustinB
jyotisachdeva
-
jyotsnakaran
-
Rishi Khandelwal
-
Manish Mishra
-
Vikas Hazrati
knolprakash
-
Kunal Kapoor
-
SAHIL SAWHNEY
-
Mahesh Chand
manjotmona
-
ManojMathpal
-
mayankbairagi
-
Mukesh Kumar
naman_agarwal
-
Narayan Kumar
neerajchugh
-
Neha Bhardwaj
-
nilaxch
-
Pallavi Singh
-
Pankhurie
-
Payal sharma
-
Prabhat Kashyap
-
Pranjut Gogoi
-
prashantsharma12
-
Anubhavtarar
Priyanka Thakur
-
Priyanka Wadhwa
-
Rahul Kumar
-
Ramandeep
ramindukuri
Sandeep Randhawa
-
Ravi Narayan
-
rishabhverma
Ruchika Dubey
-
sajitgupta
-
sangeetagulia
-
Shivangi Gupta
-
Shubham Agarwal
-
Shubhra Sharma
-
Sidharth Khattri
-
simarpreetkaurmonga
-
Ajay Bhardwaj
-
GauravShukla
-
Sudeep James Tirkey
-
Sushil Singh
-
nitin.aggarwal
-
kunal sethi
-
Teena Vashist
-
toshijain
-
Vandana Yadav
-
Vinay Kumar
Vinisha Sharma
-
yashbhardwajweb
-
Connect with us on Facebook!
Tag Archives: map
Knolx: The Hidden Mystery Behind Scala Functional Programming
Hello everyone, Knoldus organized a session on 25th January 2018. The topic was “The Hidden Mystery Behind Scala Functional Programming”. Many people attended and enjoyed the session. In this blog post, I am going to share the slides & video of the session. … Continue reading
Posted in Functional Programming, Scala
Tagged algebra, Composition, flatten, forexpression, functional, Functional Programming, java, JVM, map, monad, programming, scala, technology
1 Comment
Back2Basics: For Expression Served From Scala Magic Box – I.
In Scala, lots of the things are kind of a magic for Java developers. Sometimes this magic amazes the code but sometimes it has ruined the developer’s life. Today we are going to discuss one of the magic called “For … Continue reading
Posted in Functional Programming, Java, Scala
Tagged compiler, flatMap, for, forexpression, Functional Programming, map, opensource, scala, technology, withFilter, yield
2 Comments
Scala Map
Scala Map is a collection of Key-value pair. A map cannot have duplicate keys but different keys can have same values i.e keys are unique whereas values can be duplicate. Maps in Scala are not language syntax. They are library … Continue reading
Functional Programming In Javascript
Knoldus organized a knolx session on the topic : Functional Programming In JavaScript. Covers the Functional Programming Paradigm In JavaScript. You can watch the video of session: You can check slides as well. Thanks !!
Posted in Functional Programming, JavaScript, Scala
Tagged Const, filter, Find, Functional Programming, Javascript, Let, map, Reduce, Var
Leave a comment