Splunk Cloud – a cloud based service for centralized view across all of the machine data.
Reading Time: < 1 minute
Reading Time: < 1 minute
Reading Time: < 1 minute
Reading Time: 5 minutes All about AnguarJs, ReactJs, BackboneJs, JQuery and other libraries, from the intro to the actual concept.
Reading Time: < 1 minute The slides covering the basics to start with Ractive.Js, All the practice and Documentation links are there in the slide as well as the references.
Reading Time: < 1 minute Reactive Application Programmers in Delhi NCR Hi Folks, Knoldus have organized an one hour session on 4th Feb 2015 at 5:00 PM. Topic is Introduction to Play Framework. So many people have joined and enjoyed the session. I am going to share that slide here. Please let me know if you have any question related to linked slide. Slide: Introduction to Play framework
Reading Time: < 1 minute In this presentation i have explained the principles and elements we have to take care during a website design mostly for mobile view.
Reading Time: < 1 minute Basics of Backbone.js It is a lightweight JavaScript library that adds structure to your client-side code (MVC framework).
Reading Time: < 1 minute Introduction About Clojure Web Framework and its API. Following Slides show how to create a basic Web application using Clojure Language.
Reading Time: 3 minutes Testing a web application in Clojure is as important as testing in any other language. Clojure testing has been made simpler with its built in unit tests. This blog explains about how to do unit testing(testing each module independently) of Clojure methods with some very basic syntax. For Clojure testing we would be using a clojure.test testing namespace to load testing framework for placing the Continue Reading
Reading Time: 2 minutes For putting Validation checks using Clojure code, clojure noir library checks are used. One needs to first create a form page using basic html for placing the checks.As an Example here, I am using a registration page text boxes to put the validation checks over the required fields. <label for="id"> {% if id-error %} <div>{{id-error}}</div> {% endif %} <input id="id" name="id" placeholder="User Name" type="text" value={{id}}></input> Continue Reading
Reading Time: < 1 minute Clojure is the most popular Lisp dialect today for starting new development. The Clojure web stack is based on the Ring and Compojure libraries. Ring is the base HTTP library, while Compojure provides routing on top of it. Clojure makes a number of powerful libraries available, and we can put these libraries together in a way that makes sense for our particular project. The below Continue Reading