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

Block or report sujeetkv

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
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

  1. flaskcode flaskcode Public

    A web based code editor on python flask framework.

    JavaScript 63 24

  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';