Skip to content
View shreyasnayak's full-sized avatar

Block or report shreyasnayak

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

Hi 👋, I'm Shreyas Nayak

Developer with a passion for learning about the latest technological advancements. Experienced in contact center solutions, software architecture design, and development.

Experience

  • Programming languages / Markup language : C , C++, Javascript, Python, QML,HTML
  • Scripting languages : Shell Script
  • Run Time : Node.JS
  • Framework : Express JS RestAPI, Python Django RestAPI, QT C++
  • Containerization / Packaging : Deb packaging, pip packaging, Docker, QT installer framework, Inno setup
  • DevOps tools : Gitlab CLI, Git Runner, Docker, ContainerD, K3S

Open Source

Private Project

1) Chirp - Omni channel desktop application

Qt C++ GitLab CI

Designed and developed a cross-platform desktop application for contact center agents, leveraging the Qt framework and PJSIP stack. The application enables agents to manage VoIP calls, live chats, and social media interactions within a unified interface.

Key features include:

  • Embedded browser for seamless CRM popups
  • PJSIP/SIP stack integration for handling VoIP calls
  • CRM integrations with Zoho, Salesforce, and other platforms
  • WebSocket and HTTP APIs to support Computer Telephony Integration (CTI)
  • DevOps CI/CD pipelines for building and deploying Chirp across multiple operating systems

2) TxScreenCapture - Desktop monitoring tool

Qt C++ NodeJS GitLab CI

TxScreenCapture is a desktop monitoring tool designed to integrate seamlessly with PBX systems like Avaya and FreeSWITCH. It enables administrators to record agents' desktop screens and automatically upload the recordings to a central server for secure storage and review.

3) TxChat - Messaging Solutions

NodeJS MySQL Facebook Telegram WhatsApp GitLab CI

Designed and developed a unified chat solution that consolidates customer queries from multiple channels, including WebChat, Facebook Messenger, WhatsApp, Telegram into a single interface.

  • No-Code Bot Builder with built-in Intent Recognition and Named Entity Recognition (NER)
  • Direct integration with Meta platforms for WhatsApp and Facebook Messenger
  • Seamless integration with Telegram using REST API and Webhooks
  • Designed and developed an AI-powered chatbot engine for automated customer engagement

4) TxNotification

NodeJS GitLab CI

A Node.js project that listens for events and triggers custom actions defined in XML, including email, webhook, and SMS notifications

5) Rasa - Bot Engine

Python Docker

Experienced Python Developer skilled in building AI-driven applications, proficiently utilized RASA AI framework to create a versatile bot engine. Successfully integrated the engine with the company's products for chat bot and conversational voice bot capabilities, providing seamless and intelligent interactions with users.

6) Google Dialogflow CX - Bot Engine

Python Docker Google Cloud

Experienced Python Developer skilled in building AI-powered applications, developed a bot engine using Google Dialogflow CX. Integrated it with company products for advanced chat bot and voice bot capabilities.

DevOps

GitLab GitLab CI Shell Script

Worked as a DevOps engineer automating the building and deployment of the company's projects, with experience in GitLab CI-CD and Docker and Deb package.

  • Writing DevOps pipeline to build C++ GUI application for different operating system
  • Writing DevOps pipeline to build NodeJs & Python Django application

Connect with me:

shreyas-nayak-1826a710a mr_shreyas_nayak

Languages and Tools:

arduino aws azure babel bash c cplusplus django docker elasticsearch express gcp git graphql javascript linux mariadb mongodb mysql nodejs postman python qt redis scikit_learn selenium sqlite tensorflow

shreyasnayak

Pinned Loading

  1. Continuous Deployment using SCP and SSH Continuous Deployment using SCP and SSH
    1
    # Continuous Deployment using SCP and SSH from Git-Runner
    2
    **Step 1 :**  Create the new user in the production server do not use 'root' user or 'sudo' user (For security reasons),
    3
    
                  
    4
    `sudo useradd deployment-user`
    5
    
                  
  2. How to run rasa as service in linux ? How to run rasa as service in linux ?
    1
    # How to run rasa as service in linux ?
    2
    
                  
    3
    Rasa Version: 1.5.3
    4
    Python Version : 3.7
    5
    OS : Debian 10
  3. QtRamStore QtRamStore Public

    Store the QtApplication temporary data in Ram data base

    C++

  4. SimpleEncrypt SimpleEncrypt Public

    SimpleEncrypt is a Cross-Language Encryption Library that provides the ability to encrypt and decrypt data in C++ and Python 3

    C++