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

Highlights

  • Pro

Organizations

@developer-student-clubs @incubyteco @haskell-beginners-2022
Block or Report

Block or report utsav00

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

Greetings, Earthlings! πŸ––

> whoami

I'm Utsav, a developer and a reader.

  • πŸ”­ Software Craftsperson at Incubyte
  • πŸš€ Languages I (kinda) know: Python, TS, JS, Ruby, Java and a few others
  • 🌱 Languages I'm learning: Haskell
  • πŸ˜„ Pronouns: he/him
  • πŸƒπŸ½ I read and I hop distros; currently using Fedora 39 (may or may not be the case when you read this)
  • ✍️ I sometimes write here

> Reach out to me at

Utsav Parmar | LinkedIn Utdsv's Twitter

Pinned

  1. setup-ubuntu.sh setup-ubuntu.sh
    1
    #!/bin/sh
    2
    
                  
    3
    execute() {
    4
        echo "$ $*"
    5
        OUTPUT=$($@ 2>&1)
  2. Container-Daemon Container-Daemon Public

    C

  3. haskellbook-solutions haskellbook-solutions Public

  4. 99problems 99problems Public

    A repository with solution to problems in OCaml

    OCaml