Skip to content
View joniliu's full-sized avatar
🎯
Focusing
🎯
Focusing

Block or report joniliu

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

Pinned Loading

  1. cf-attrib-xsuaa-sample cf-attrib-xsuaa-sample Public

    This sample app demonstrates XSUAA authorization and attribute handling in the SAP BTP Cloud Foundry environment where the BTP sub-account is setup with a trust configured to a custom IdP using SAP…

    JavaScript

  2. cf-streamlit-aicore cf-streamlit-aicore Public

    A chatbot UI powered by Streamlit and integrated with SAP AI Core via the Generative AI Hub SDK.

    Python

  3. cf-fastapi-hanaml cf-fastapi-hanaml Public

    A starter CRUD backend App (Skeleton) and REST APIs using Python FastAPI, HANA-ML library, and SAP HANA Cloud as the database.

    Python

  4. List of useful Git command snippets. List of useful Git command snippets.
    1
    ### 🛠 Git Configuration and Aliases
    2
    
                  
    3
    | Task                    | Command(s)                                                                                               |
    4
    | ----------------------- | -------------------------------------------------------------------------------------------------------- |
    5
    | Verify Git User Profile | `git config user.name && git config user.email`                                                          |
  5. List of useful Cloud Foundry (CF) co... List of useful Cloud Foundry (CF) command snippets.
    1
    ### ✅ Basic Cloud Foundry Commands
    2
    
                  
    3
    | Task                  | Command        |
    4
    | --------------------- | -------------- |
    5
    | Login                 | `cf login`     |
  6. List of Node.js useful command snipp... List of Node.js useful command snippets.
    1
    ### 🔧 Global Packages and Configuration
    2
    
                  
    3
    | Task                     | Command                                  |
    4
    | ------------------------ | ---------------------------------------- |
    5
    | Clear NPM Cache          | `npm cache clean`                        |