Skip to content
View partapparam's full-sized avatar

Highlights

  • Pro

Organizations

@hackforla
Block or Report

Block or report partapparam

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

Hi 👋, I'm Param

A passionate, self-taught full-stack data engineer with 6 years of experience in sales.

  • 🌱 I’m currently learning building AI Agents with LangChain and GitHub-Actions

  • 🤝 I’m looking for help with finding a job!

  • 💬 Ask me about react, node, python, langchain

Where to find me:

Twitter  Dev.to  LinkedIn


Languages and Tools:




partapparam

Pinned

  1. slack-ai-bot slack-ai-bot Public

    Slack Bot connected to OpenAI using LangChain

    Python

  2. evalClient evalClient Public

    React front-end for Eval - Where Service Providers Can Rate Homeowners

    JavaScript

  3. evalApi evalApi Public

    Node/Express API for Eval - Where Service Providers Can Rate Homeowners

    JavaScript 1

  4. OrchidEats OrchidEats Public

    Laravel API, AngularJs client. Business Management software for personal chefs and food entrepreneurs. My first startup and my first project put into production. Ended May 2018.

    PHP

  5. tic-tac-toe tic-tac-toe Public

    Tic-Tac-Toe made using OOP in python

    Python

  6. toSnakeCase.middleware.js toSnakeCase.middleware.js
    1
    // Express Middleware built to convert all incoming request body data to snake_case
    2
    // Requires npm install lodash
    3
    const { snakeCase } = require("lodash")
    4
    
                  
    5
    const snakeCaseKeys = (data) => {