Skip to content
View ashwin-elangovan's full-sized avatar
🎯
Focusing
🎯
Focusing

Highlights

  • Pro
Block or Report

Block or report ashwin-elangovan

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

Hey Stranger 👋

I'm Ashwin Elangovan, a CS Graduate student at ASU. I worked as an Intern, Software Engineer and Senior Product Engineer at Freshworks which develops SaaS products to make life better for businesses!

I have a wide range of interests in software including developer tools, libraries, frameworks all the way to building products. I'm intrinsically curious and like to learn how tech works under the hood, so I tend to get involved in many things at once.

Pinned

  1. guardian-angel guardian-angel Public

    An android application designed to enhance the well-being and safety of users by monitoring and providing personalized suggestions for various aspects of their daily lives.

    Kotlin

  2. email-checker email-checker Public

    This Go package, emailchecker, checks the DNS records for a given domain extracted from an email address and displays information about its MX, SPF, and DMARC records.

    Go

  3. hodoor hodoor Public

    A redis based rate limiter

    Java

  4. Theia Theia Public

    A Ruby gem to create, compress, compare PNGs or JPEGs using Google Puppeteer/Chromium

    Ruby 1

  5. ashwin-elangovan.github.io ashwin-elangovan.github.io Public

    My portfolio website

    JavaScript

  6. Command line ChatGPT Command line ChatGPT
    1
    import openai
    2
    
                  
    3
    openai.api_key = <Your API key>
    4
    model_engine = "gpt-3.5-turbo"
    5