Skip to content
View saranemohan's full-sized avatar
๐Ÿ’ป
๐Ÿ’ป
Block or Report

Block or report saranemohan

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

Hi ๐Ÿ‘‹, I'm Saran E mohan

A passionate Software Architect.

saranemohan

  • ๐Ÿ”ญ Iโ€™m currently working on SAAS Product architecture & Car Leasing app

  • ๐ŸŒฑ Iโ€™m currently learning VR with godot & unity, Blockchain

  • ๐Ÿ‘ฏ Iโ€™m looking to collaborate on Open source project

Connect with me:

saranemohan saranemohan saranemohan saranemohan saranemohan saranemohan saranemohan saranemohan saranemohan @saranemohan saranemohan saranemohan saranemohan saranemohan @saranemohan saranemohan saranemohan saranemohan

Languages and Tools:

aws nodejs go docker typescript flutter mongodb mysql nginx react redis graphql kubernetes linux angular azure babel bash chartjs css3 dart elasticsearch electron express figma firebase gcp git hadoop heroku html5 java javascript jenkins kafka kibana laravel php postgresql postman python redux sass scikit_learn selenium sketch spring sqlite tailwind unity vagrant webpack xd

Pinned

  1. Deploy laravel with ease. using comm... Deploy laravel with ease. using command line, integrate latest update from git remote repository. all necessary steps to be followed for laravel is implemented. a log file is recorded for future reference.
    1
    #!/bin/bash
    2
    
                  
    3
    mkdir -p deploy_log
    4
    file_name=deploy_log/deploy_$(date "+%Y_%m_%d_%H_%M_%S")
    5
    
                  
  2. lemp.sh lemp.sh
    1
    sudo apt-get update
    2
    
                  
    3
    
                  
    4
    sudo apt-get install nginx
    5
    sudo nginx -t