Skip to content
View anujkaushal's full-sized avatar
🏠
Working from home
🏠
Working from home

Block or report anujkaushal

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

Anuj Kaushal

Anuj

Hi, my name is Anuj Kaushal and I am a Software Engineer at Acquia based in Delhi, India.

I have experience in building Magento based eCommerce solutions. Well versed in PHP, Python, Go, MySQL & TypeScript. Proficient in Kubernetes and Magento Commerce. Developed scalable cloud infrastructure and eCommerce solutions using technologies like Kubernetes, AWS, Git, Docker, Jenkins, Magento to provide customized solution specific to client’s business requirements.

Feel free to check out my LinkedIn profile and connect with me.

Skills

Kubernetes AWS Magento Docker Jenkins

Codes in

PHP Go Python TypeScript

Connect with me

LinkedIn GitHub

Pinned Loading

  1. SQL Query to get database & table si... SQL Query to get database & table size in MB/GB
    1
    SELECT
    2
      'Total size in mysql' as `DB / Table Name`,
    3
      SUM(ROUND(((DATA_LENGTH + INDEX_LENGTH) / 1024 / 1024),2)) AS `SizeInMB`,
    4
      SUM(ROUND(((DATA_LENGTH + INDEX_LENGTH) / 1024 / 1024 / 1024),2)) AS `SizeInGB`
    5
    FROM
  2. cli cli Public

    Forked from acquia/cli

    Acquia CLI

    PHP

  3. kubernetes-client kubernetes-client Public

    Forked from maclof/kubernetes-client

    A simple yet elegant client for accessing and controlling a Kubernetes cluster (https://github.com/kubernetes/kubernetes)

    PHP

  4. kubernetes-client-php kubernetes-client-php Public

    Forked from travisghansen/kubernetes-client-php

    No nonsense PHP Client for the Kubernetes API

    PHP

  5. laravel-ssh-tunnel laravel-ssh-tunnel Public

    Forked from stechstudio/laravel-ssh-tunnel

    Easy creation & maintenance of an SSH Tunnel for Laravel/Lumen

    PHP

  6. operator-framework/operator-sdk operator-framework/operator-sdk Public

    SDK for building Kubernetes applications. Provides high level APIs, useful abstractions, and project scaffolding.

    Go 7.3k 1.7k