Skip to content
View sujeetkv's full-sized avatar
🎯
Focusing
🎯
Focusing
  • New Delhi, India

Block or report sujeetkv

Report abuse

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

Report abuse
sujeetkv/README.md

Hello World! 👋

I'm Sujeet 👨‍💻

I'm a software engineer who is passionate about problem solving and creating solutions to make life more easy. I'm currently working on Python, MySQL, MongoDB, JavaScript, Backend/Platform Engineering, System Design and always looking upto latest tech available out there.

I care about environment, science and technology.

Find me around the web:

💼 LinkedIn

Pinned Loading

  1. flaskcode flaskcode Public

    A web based code editor on python flask framework.

    JavaScript 77 33

  2. api-client api-client Public

    Simple Client for API requests

    Python

  3. py-paginator py-paginator Public

    Paginator to generate page numbers for pagination

    Python 2

  4. Generate menu dynamically for flask ... Generate menu dynamically for flask application
    1
    from collections import OrderedDict
    2
    from flask import g
    3
     
    4
     
    5
    class FlaskMenu(object):
  5. URL State manipulation utility URL State manipulation utility
    1
    /**
    2
     * URL State manipulation utility
    3
     * 
    4
     * Usage Example:
    5
     * //urlState.strictMode = (function() { return !this; })();
  6. Basic template parser in JavaScript Basic template parser in JavaScript
    1
    /**
    2
     * Basic template parser
    3
     */
    4
    var TemplateSnippet = function (template) {
    5
     'use strict';