home.social

#learningintheopen — Public Fediverse posts

Live and recent posts from across the Fediverse tagged #learningintheopen, aggregated by home.social.

  1. Excited to share that I will be speaking tonight at the Austin LangChain Meetup to discuss the Style Guide - AI Fashion Assistant project I built with #LangChain for #NVIDIA's Generative AI contest. Join me either in person or virtually. Details here: meetup.com/austin-langchain-ai #AI #Fashion #GenerativeAI #TechTalks #LearningInTheOpen

  2. The recording of the virtual session on Exploring LangGraph by Austin Langchain group is now live. If you are curious about #LangGraph from the #Langchain team, you can catch the recording using the below link.
    It features workshops on Agent Supervisor and Multi Agent Collaboration, RAG Agent with #Ollama and #SurrealDB, as well as, an introduction to higher order functions and tool decorators.
    youtube.com/watch?v=c-7xpl7ahZ
    #LearningInTheOpen #GenerativeAI #LLM

  3. In case you missed the last virtual session on "Turbocharging Your RAG with Data in Google Drive and LangChain" from Austin Langchain Meetup (meetup.com/austin-langchain-ai), here is the YouTube video recording of the session showcasing workshops and labs from Colin McNamara, Riccardo Pirruccio, Scott Askinosie M.S. Ph.D. and myself.
    youtube.com/watch?v=ZQnOEPArIc
    #LearningInTheOpen #AI #LLM #Langchain

  4. Oh well, looks like my dart Journey is being fruitful at last.

    I am able to install different node versions at least in Linux
    😆
    I have to try windows/mac but over all I think I've learned what I wanted to learn from dart

    repo for the curious eyes
    https://github.com/AngelMunoz/novenio


    #dart #clitool #cli #learningintheopen #node

  5. Feeling Kotlin'ish today, this is a learning project that takes a json file with a particular structure and "converts it to PDF" I haven't added the actual HTML Templates to it but the general mechanism of
    locating template -> reading -> parsing -> rendering html
    locating json -> reading -> serializing to known object
    taking document + known object -> pdf
    Is ready it 'technically' works but... UI design is hard
    😅

    For the curious eyes:
    https://github.com/AngelMunoz/resumakerkt

    #kotlin #jetbrainsfleet #learningintheopen #jvm #sideproject #programming #clitools

  6. Feeling Kotlin'ish today, this is a learning project that takes a json file with a particular structure and "converts it to PDF" I haven't added the actual HTML Templates to it but the general mechanism of
    locating template -> reading -> parsing -> rendering html
    locating json -> reading -> serializing to known object
    taking document + known object -> pdf
    Is ready it 'technically' works but... UI design is hard
    😅

    For the curious eyes:
    https://github.com/AngelMunoz/resumakerkt

    #kotlin #jetbrainsfleet #learningintheopen #jvm #sideproject #programming #clitools

  7. Feeling Kotlin'ish today, this is a learning project that takes a json file with a particular structure and "converts it to PDF" I haven't added the actual HTML Templates to it but the general mechanism of
    locating template -> reading -> parsing -> rendering html
    locating json -> reading -> serializing to known object
    taking document + known object -> pdf
    Is ready it 'technically' works but... UI design is hard
    😅

    For the curious eyes:
    https://github.com/AngelMunoz/resumakerkt

    #kotlin #jetbrainsfleet #learningintheopen #jvm #sideproject #programming #clitools

  8. Feeling Kotlin'ish today, this is a learning project that takes a json file with a particular structure and "converts it to PDF" I haven't added the actual HTML Templates to it but the general mechanism of
    locating template -> reading -> parsing -> rendering html
    locating json -> reading -> serializing to known object
    taking document + known object -> pdf
    Is ready it 'technically' works but... UI design is hard
    😅

    For the curious eyes:
    https://github.com/AngelMunoz/resumakerkt

    #kotlin #jetbrainsfleet #learningintheopen #jvm #sideproject #programming #clitools

  9. Feeling Kotlin'ish today, this is a learning project that takes a json file with a particular structure and "converts it to PDF" I haven't added the actual HTML Templates to it but the general mechanism of
    locating template -> reading -> parsing -> rendering html
    locating json -> reading -> serializing to known object
    taking document + known object -> pdf
    Is ready it 'technically' works but... UI design is hard
    😅

    For the curious eyes:
    https://github.com/AngelMunoz/resumakerkt

    #kotlin #jetbrainsfleet #learningintheopen #jvm #sideproject #programming #clitools

  10. Welp I made this thing yesterday

    https://github.com/AngelMunoz/KotlinCliAppSkeleton

    it is a github template with a
    sample CLI app, I even added tests! but of course I need to do something more complex so I can fine tune that template even further.

    I like to learn a language by doing things, so that will be my to-go when I want to start diving into something new

    #jvm #kotlin #cli #template #learningintheopen #github

  11. I love how you can almost instantly give that functional'ish feel to existing Java structures with kotlin

    here I have a
    runnable class which ends up being a closure-like structure for me to call the actual function that will perform the work, even better I can pass the function reference or simply invoke the callback right there!

    trailing lambdas are awesome it is one of my favorite features of the language

    #kotlin #jvm #learningintheopen

  12. I couldn't leave F# behind too much so for this Weekend I ported my current jetpack compose learning project to F# using @[email protected]

    Here's the code:

    https://github.com/AngelMunoz/MandadinFs

    Oh gee I love observables
    😆 and Avalonia can use them very seamless, And here's the Kotlin version:

    https://github.com/AngelMunoz/MandadinReloaded/

    both show a in-memory todo list with strike through text once checked and a page that Fetches some fediverse notes from the network Naturally the F# version is much cleaner as 1. The language is less noisy, and 2. I'm very familiar with it.

    I will continue my jetpack compose journey this week but I'm glad I could pick up some lessons from it and apply them to my F# version

    #dotnet #fsharp #kotlin #jetpackcompose #learningintheopen #avalonia

  13. I've been doing a bunch of kotlin today, I'm having a blast although I'm doing some manual dependency injection for now baby steps, once I get some android specific fundamentals I'll dive into common libraries for that
    It's also worth noting that I ended up using my FsFediverseArchive F# GCloud Functions project as the backend for this
    I'm doing the typical embedded database for local todos and for network related things I went for the ktor client
    Both languages are Fantastic, kotlin is so dynamic and fresh for me plus the productivity and safety of F#! geez im in hobby projects heaven right now

    #kotlin #fsharp #gcloud #dotnet #learningintheopen

  14. I have just finished refreshing my slides for my session on (the practical application in sw and digital prods development of) Human Complexity.

    As a practitioner and not an academic on Complexity Science I know there will be some mistakes.

    If anyone is interested to look at the slides and point me to any red-flag with suggestions on how to fix it, that would be great.

    #Complexity #HumanComplexity #Feedback #LearningInTheOpen