Skip to content
View muralikrishnat's full-sized avatar
Block or Report

Block or report muralikrishnat

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
muralikrishnat/README.md

Hi there 👋

Pinned Loading

  1. Achieving routing using pure Javascript Achieving routing using pure Javascript
    1
    var App = {};
    2
    
                  
    3
    var addRoutes = function () {
    4
        $NB.addRoute('/books/:id', function (params) {
    5
            console.log('Route is ', params.Title, params.id);
  2. Secret of Javascript Templating Secret of Javascript Templating
    1
    <!DOCTYPE html>
    2
    <html lang="en">
    3
    
                  
    4
    <head>
    5
        <title></title>
  3. Concept of Virtual DOM Concept of Virtual DOM
    1
    <!DOCTYPE html>
    2
    <html lang="en">
    3
    <head>
    4
        <title>Creating Virtual DOM</title>
    5
        <meta charset="UTF-8">
  4. Behind the scenes of Dependency Inje... Behind the scenes of Dependency Injection
    1
    //Pre-requirements: knowing following concepts is good to understand DI in better way.
    2
    //1.SingleTon Design Pattern and usage
    3
    //2.'call' and 'apply' methods
    4
    
                  
    5
    
                  
  5. lighdator lighdator Public

    Light Weight Validator

    JavaScript