Skip to content
View ranabhat's full-sized avatar
🎯
Focusing
🎯
Focusing
Block or Report

Block or report ranabhat

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

Header

Namaste, folks! πŸ™

I am Paribesh Ranabhat and I'm a software enginner. I'm from Nepal, living in Helsinki and currently working at Unified Chargers Oy, a Finnish developer of compact DC charging stations for electric vehicles. You can find me on Twitter, or on LinkedIn.

✍ About Me

Software Engineer, an aspiring entrepreneur, a relentless optimist and thirst for knowledge and desire to research everything.

I spend ample time designing, coding, testing, bug fixing, monitoring, documenting involved in creating and maintaining core software application that offers effortless, safe and quality electric vehicle charging experience for our customers.

I write programs with Python, shell scripting to automate processes in microprocessor and the communication with microcontrollers and use AWS services such as IoT, IAM, DynamoDB, S3, Atlassian's Confluence, Jira (Kanban) and Git to perform day to day tasks.

πŸ”§ Technologies & Tools

πŸ“ˆ GitHub Stats

Paribesh's GitHub Stats

Pinned

  1. db-programming-assignment db-programming-assignment Public

    Code Challenge to implement an API endpoint and deploying it.

    JavaScript 1

  2. Simple example on how to use web API... Simple example on how to use web APIs in Python3.
    1
    import requests # importing libraries for working with HTTP requests
    2
    import json             
    3
    
                  
    4
    api_url_base = 'https://api.github.com/' # string that starts off every URL in the GitHub API
    5
    #response = requests.get(api_url_base)
  3. do-community/cloud_haiku do-community/cloud_haiku Public

    Community-made poetry about infrastructure

    HTML 218 2.7k

  4. rabbitmq-getting-started rabbitmq-getting-started Public

    An example of how to connect to, send, and receive messages from RabbitMQ in python.

    Python