close
Skip to content
View davinc's full-sized avatar
🤩
Code, Automate, Iterate, Repeat
🤩
Code, Automate, Iterate, Repeat

Block or report davinc

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.

Maximum 250 characters. Please don’t include any personal information such as legal names or email addresses. Markdown is supported. This note will only be visible to you.
Report abuse

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

Report abuse
davinc/README.md
  • 👋 Hi, I’m Vinay Chavan.
  • 👨🏻‍💻 Currently working as a Director of Engineering @ Tata Digital - Native Commerce for Tata Neu Superapp.
  • 👀 I’m interested in anything related to creating new code, implementing new ideas.
  • 💬 Ask me about Scrum, Processes, iOS Development, Design, CI/CD, GitHub, Testing Automation, Architecting Large Scale SaaS, People Experience Management, Running teams with standardized processes.
  • 📫 How to reach me https://vinaychavan.com
  • LinkedIn : https://www.linkedin.com/in/vinaychavan/

Pinned Loading

  1. mac-bootstrap mac-bootstrap Public

    🧰 A simple, interactive Bash script to bootstrap your Mac — installs Xcode command-line tools, Homebrew, Oh My Zsh, and your favorite developer apps using an easy “press Y to install” flow.

    Shell 2

  2. Script to execute commands on git su... Script to execute commands on git subdirectories of the specified path
    1
    if [ -z "$1" ] || [ -z "$2" ]
    2
    then
    3
      echo "usage: sh exec.sh [path] [\"command1 && command2 && ...\"]"
    4
      exit 1
    5
    fi
  3. VCGridView VCGridView Public

    iOS like grid view for viewing thumbnails

    Objective-C 18 8

  4. VCCoreDataStack VCCoreDataStack Public

    VCCoreDataStack

    Objective-C 1

  5. VCRequestHandler VCRequestHandler Public

    Lightweight and NSURLRequest implementation using NSOperationQueue.

    Objective-C 1

  6. VCBaseEntityDataSource VCBaseEntityDataSource Public

    Objective-C