Skip to content
View fedtti's full-sized avatar

Block or report fedtti

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

hello, world 👋

  • 🔭 I’m currently working on LLMs
  • 🌱 I’m currently learning C, PostgreSQL, Python, and Ruby
  • 👯 I’m looking to collaborate on GenAI
  • 🤔 I’m looking for help with Prompt Engineering
  • 💬 Ask me about JavaScript
  • 📫 How to reach me: hello@federicomoretti.it
  • 😄 Pronouns: he/him/his
  • ⚡ Fun fact: I graduated in communication sciences and sociology…

Pinned Loading

  1. CS50x • Debug CS50x • Debug
    1
    #include <cs50.h>
    2
    #include <stdio.h>
    3
    
                  
    4
    int main(void)
    5
    {
  2. CS50x • Half CS50x • Half
    1
    #include <cs50.h>
    2
    #include <stdio.h>
    3
    
                  
    4
    float half(float bill, float tax, int tip);
    5
    
                  
  3. chatbot-cli chatbot-cli Public

    CS50x • Final Project by Federico Moretti

    TypeScript

  4. chatbot-ui chatbot-ui Public

    CS50P • Final Project by Federico Moretti

    Python