Skip to content
View kartikpuri95's full-sized avatar
💭
Compounding Goals from WFH
💭
Compounding Goals from WFH

Block or report kartikpuri95

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

Hi I am Kartik ! 👋

Banner about Arturs Smirnovs

I am a Self-taught Full-stack developer who has been in the IT industry for around the last 3 years now, based at a consultancy company. I have been fortunate to be involved with building some massive IT systems, apps and Software solutions, using a range of technologies like Python, Elastic search,VueJs,DBMS, Salesforce Lightning web components

⚡ Technologies

JavaScript Nodejs Python React Java HTML5 CSS3 Bootstrap TypeScript MongoDB Redis ElasticSearch

PostgreSQL MySQL Heroku Docker DigitalOcean Amazon AWS Google Cloud Git GitHub GitLab BitBucket Raspberry Pi

📮 Reach Out to me

Pinned Loading

  1. fetch-vaccine-details fetch-vaccine-details Public

    Lambda function to fetch vaccine details

    Python 1

  2. elasticsearch connection elasticsearch connection
    1
    from elasticsearch_dsl import connections
    2
    from elasticsearch import  Elasticsearch
    3
    connections.create_connection(hosts=['127.0.0.1'], timeout=20) #create connection our host
    4
    es=Elasticsearch() #initialize the elasticsearch object
  3. cPlusPlus-Graphics cPlusPlus-Graphics Public

    C++ project created using graphics.h which contains a menu which contains some loading animation. The project has been developed on turboc

    C++ 1

  4. home_automation_bex home_automation_bex Public

    Browser extension using quasar

    Vue

  5. open_rgb_no_internet open_rgb_no_internet Public

    Python library to connect rgb lightings in linux

    Python