Change Language of Blog
Knolspeak Tweets
- Know a Knolder - @pallavi_9 Introducing our technology agnostic, @pallavi_9 from @Knolspeak, who is responsible for… twitter.com/i/web/status/9… 15 hours ago
- MachineX: Understanding FP-Tree construction blog.knoldus.com/2018/04/23/mac… https://t.co/Yi1KPkG9ic 17 hours ago
- Accelerate digital business #innovation at startup speed. Interesting information and useful resources on #Reactive… twitter.com/i/web/status/9… 3 days ago
- Lombok: Never write another getters/setters or equals method blog.knoldus.com/2018/04/20/lom… 3 days ago
- Docker Architecture blog.knoldus.com/2018/04/20/doc… https://t.co/gyGrTeQmrl 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!
Author Archives: Ramandeep
Docker Architecture
In my previous blog, we had a little glimpse of what Docker is. It’s time to take one step ahead of that. Let’s understand more about Docker through its architecture. A Quick recall WHAT? Docker is a tool designed to … Continue reading
Posted in Devops, Scala
Tagged docker, Docker Architecture, docker introduction, What is Docker
Leave a comment
What is Docker?
Docker is not a new term to almost all of us. It is stealing the thunder everywhere. But what exactly Docker is? In simple words, Docker is a software containerization platform, meaning you can build your application, package them along … Continue reading
Posted in Scala
5 Comments
Blaze your App with Gatling
Every time we write code, we think if it works fine on local, it would work fine on production too. We do check on production as well but for limited users or non-real scenarios. A system may run very well with … Continue reading
Jenkins next step: Pipelining
In my previous blog, I briefly gave an introduction to continuous integration, what Jenkins is and we made our first build using Jenkins. Now, in this blog, we will see how can we build a Pipeline in Jenkins. Pipeline – … Continue reading
Posted in Scala
Leave a comment
Jenkins for Continuous Integration
Jenkins is not a new term to almost all of us. It’s a continuous integration/continuous deployment server. Before starting off with Jenkins, let’s first understand what Continuous Integration is. Continuous Integration (CI) is a development practice that requires developers to … Continue reading
Posted in Scala
2 Comments
Validating XML using XSD
Lately, I have been working on a use case where I was asked to parse XML for its validation and retrieve its values. There are two different document type definitions that can be used with XML: DTD – The original … Continue reading
Scala Best Practices: SAY NO TO RETURN
“Any fool can write code that a computer can understand. Good programmers write code that humans can understand.” – Martin Fowler Writing readable and understandable code is often overrated. I feel it’s not big a deal. One should just start following … Continue reading
Knolx- Machine Learning with Decision Trees
Hi all, Knoldus has organized a 30 min session on 11th August 2017 at 4:15 PM. The topic was Machine Learning with Decision trees. Many people have joined and enjoyed the session. I am going to share the slides here. Please let me … Continue reading
Is your decision tree accurate enough?
In my previous blog, we were successfully able to make the decision tree as per the given data. The story doesn’t end here. We cannot just fit the data as it comes. This leads to Overfitting in the Decision tree. Overfitting … Continue reading
Posted in Scala
2 Comments
Machine learning with Decision Trees
“Machine learning is the subfield of computer science that gives computers the ability to learn without being programmed.” – Arthur Samuel, 1959 Machine learning is a buzzword in the technology world right now. It is fun, challenging, puzzling, and … Continue reading
Posted in Scala
13 Comments