Skip to content
View ajayg415's full-sized avatar
💭
Hi There! I'm using github.
💭
Hi There! I'm using github.

Block or report ajayg415

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
ajayg415/README.md

Hi there, I'm Ajay Gangisetti

A passionate frontend developer from Hyderabad, India

ajayg415

  • 🔭 I’m currently working for Aviso AI as a Lead Software Engineer.

Connect with me:


Languages and Tools:

Visual Studio Code

HTML5

CSS3

Bootstrap

Tailwind CSS

Sass

JavaScript

React

Redux

Git

GitHub

Vuejs

bash

Gulp

Angular

Spiring




ajayg415

Pinned Loading

  1. fed-articles fed-articles Public

    Just to store FED related articles for future reference

    4 1

  2. ajayg415.github.io ajayg415.github.io Public

    CSS

  3. Javascript Javascript Public

    Forked from TheAlgorithms/JavaScript

    A repository for All algorithms implemented in Javascript (for educational purposes only)

    JavaScript 1

  4. js-design-patterns js-design-patterns Public

    Forked from drenther/js-design-patterns

    This repo contains all the examples for my javascript design pattern article.

    JavaScript 1

  5. Js Singleton Design Pattern Js Singleton Design Pattern
    1
    var mySingleton = (function () {
    2
      var instance;
    3
       function init() {
    4
        // Private methods and variables
    5
        function privateMethod(){