Skip to content
View yadnyeshkolte's full-sized avatar

Block or report yadnyeshkolte

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

๐Ÿ‘‹ Hi, I'm Yadnyesh Kolte

LinkedIn Gmail

๐Ÿš€ About Me

Electronics and Computer Science student at VNIT Nagpur, passionate about building innovative solutions, and experienced in full-stack development, DevOps, and IoT.

๐Ÿ’ป Tech Stack that I had experience with

๐Ÿ‘จโ€๐Ÿ’ป Programming Languages

Java Shell Vim Script Python JavaScript TypeScript C C++ HTML CSS Kotlin SQL Markdown

๐Ÿ›  Tools & Technologies

Linux Git GitHub Docker Podman Kubernetes AWS GCP Terraform Jenkins ArgoCD Vim Fedora Debian Ubuntu CentOS Ansible Prometheus Grafana PostgreSQL MongoDB Vite

๐Ÿš€ Frameworks & Libraries

React Next.js Node.js Express Tailwind Three.js

๐Ÿ”„ Development Practices

OOP Agile Scrum CI/CD Testing Microcontroller

๐ŸŽฏ Other Skills

Cross Platform Problem Solving Technical Writing Hardware Integration

๐Ÿ“š Certifications

๐ŸŒ Languages

  • ๐Ÿ‡ฌ๐Ÿ‡ง English (Professional Working)
  • ๐Ÿ‡ฎ๐Ÿ‡ณ Marathi (Native)
  • ๐Ÿ‡ฎ๐Ÿ‡ณ Hindi (Professional Working)
  • ๐Ÿ‡ฉ๐Ÿ‡ช German (Basic)

Pinned Loading

  1. CrossDocs CrossDocs Public

    A lightweight cross-platform Markdown editor with real-time preview and AI assistance, built for developers using Compose Multiplatform.

    Kotlin

  2. yadnyeshkolte.github.io yadnyeshkolte.github.io Public

    This is my Portfolio site

    JavaScript

  3. Resolving Terraform Authentication E... Resolving Terraform Authentication Error with Google Cloud
    1
    # Resolving Terraform Authentication Error with Google Cloud
    2
    
                  
    3
    ## Error Description
    4
    When running `terraform plan`, you may encounter the following error:
    5
    
                  
  4. Argo CD and GitOps Implementation Argo CD and GitOps Implementation
    1
    # Argo CD and GitOps Implementation
    2
    
                  
    3
    ## Tools and Technologies Used
    4
    
                  
    5
    - **Argo CD**: A declarative GitOps continuous delivery tool for Kubernetes.
  5. TelegramATMBot.java TelegramATMBot.java
    1
    import org.telegram.telegrambots.bots.TelegramLongPollingBot;
    2
    import org.telegram.telegrambots.meta.api.methods.send.SendMessage;
    3
    import org.telegram.telegrambots.meta.api.objects.Update;
    4
    import java.util.ArrayList;
    5
    import java.util.Random;