Frameworks & Tools

Frameworks

  • LLM application

    • Langchain - llm application

    • llamaIndex - llm application

  • UI


API

  • curl - command line API call

curl
$ curl -H "Content-Type: application/json" \
       -H "Device-Token: YOUR_DEVICE_TOKEN" \
       -X POST \
       -d '{"variable":"temperature","value":100,"unit":"F"}' \
       https://api.<domain>/data

Coding IDE

  • repl.it

  • trinket

Database

Diagram & draw

Documentation & Content creation

Linux

  • tree - command line file tree structure

tree
$ sudo apt install --no-install-recommends tree
$ tree
.
├── README.md
├── __init__.py
├── events
│   └── event.json
├── get-pip.py
├── hello_world
│   ├── __init__.py
│   ├── app.py
│   └── requirements.txt
├── samconfig.toml
├── template.yaml
└── tests
    ├── __init__.py
    ├── integration
    │   ├── __init__.py
    │   └── test_api_gateway.py
    ├── requirements.txt
    └── unit
        ├── __init__.py
        └── test_handler.py

5 directories, 15 files

Markdown editor

MQTT

Product Management

Python

  • Glueviz - multidimensional data visualization across files

SCP

  • WinSCP

SSH

  • See SETUP > Dev Environments > SSH

Storage - cloud


Misc

Mixed Categories

Type
ProductName, website, etc.

Password strength checker

Jason Web Token parser

Circuit Maker

CircuitMaker - desktop installed;

Circuit design

Fritzing - desk install

Last updated