You can now follow me on Bluesky, see you there!
https://bsky.app/profile/stephanjanssen.be
Founder #Devoxx, #Devoxx4kids, #BeJUG and JCS Int. - Co-founder #Voxxed
You can now follow me on Bluesky, see you there!
https://bsky.app/profile/stephanjanssen.be
π Just launched a new Flickr WordPress plugin, crafted with #DevoxxGenie and Sonnet 3.5!
This plugin brings gorgeous Flickr photos to life, displaying a random selection on any WordPress page πΈπ§ #AAP
Check it out live @ https://devoxx.be
Grab the code @ https://github.com/stephanj/flickr-random-gallery-wordpress-plugin
The #TopTalks for Devoxx Belgium 2024 are now live π
Check them out @ https://dvbe24.cfp.dev/#/top-talks
Talks with an average rating of 3.0+ stars and 20+ ratings made the list β οΈ
But remember, every session at #Devoxx Belgium shines, each one was handpicked from countless incredible submissions! π‘π β€οΈ #Congrats
LLM Inference using 100% Modern Java with JLama and Llama4.java βοΈβ€οΈ
https://www.linkedin.com/pulse/llm-inference-using-100-modern-java-stephan-janssen-95nfe
Built a WordPress plugin this morning (with AAP) to display #Devoxx photos on the Devoxx Belgium homepage! πΈβ€οΈ
Automatically refreshes every 30 mins using photos.devoxx.be π
Safe travels to all Devoxxians making their way to Belgium! #SeeYouSoon #DevoxxRap π€ π€©
Excited to announce VoxxedDays Amsterdam!
Congrats to all involved in making this happen β€οΈ
Full details @ https://amsterdam.voxxeddays.com
Ready to make the most out of your Devoxx Belgium experience?
ποΈ Dive into our brand new Spotify podcast channel for an exclusive look ahead of several scheduled talks!
π You can also catch them directly on our Devoxx BE website. Don't miss out, #Enjoy the insights and stay ahead!
π‘ https://podcasters.spotify.com/pod/show/devoxx
Using OpenAI #ChatGPT and Google #Gemini to analyse basketball games! π #TheFutureIsNow
π https://t.co/jdjPTmkeFy
Discover how to transform your development process by using local and cloud-based LLMs. Register nowπ
ποΈ August 22, 2024
β° 3:00β4:00 pm UTC
π jb.gg/x9wn1m
#DevoxxGenie
πΊFaster Development Cycles: By automating various aspects of the development process, products can be developed and brought to market more quickly
πΊEnhanced Collaboration: AI tools can facilitate better code reviews and knowledge sharing among team members
Obviously, certification courses will follow ππΈ
Benefits of AAP:
πΊIncreased Productivity : Developers can focus on higher-level design and problem-solving tasks rather than mundane coding tasks
πΊImproved Code Quality: AI tools can enforce coding standards, detect issues early, and ensure better overall code quality
I'm coining a new word : AAP = Ai Augmented Programming π
AAP refers to the practice of integrating AI technologies into the software development process to enhance and optimize coding, debugging, testing, and overall software maintenance tasks.
With DevoxxGenie v0.2.1, you can now include your ENTIRE project in the prompt context! This allows you to ask advanced queries and feature requests that will leave tools like GitHub Copilot scratching their virtual heads π€©ππΌ
https://www.linkedin.com/pulse/power-full-project-context-llm-stephan-janssen-ne3le
CFP for Devoxx Belgium 2024 is now open! https://dvbe24.cfp.dev
My basketball scoreboard #Android app was unable to connect to my localhost server from within the device emulator.
#DevoxxGenie with #GPT-4o gave a solution to the problem, GitHub #CoPilot did not! π€©ππΌ
What IDEA component does #CoPilot Chat use for the output? It looks amazing!
Is it the MarkdownJCEFHtmlPanel or something custom? Any pointers would be much appreciated β₯οΈπ
Just wrapped up the POC for my upcoming #DevoxxFR talk: "How to craft your own #RAG system with 30+ LLMs"
Thrilled to share the journey & insights gained! See you soon π§ ππΌ
https://mobile.devoxx.com/events/devoxxfr2024/talks/39254/details
I love the work that @RedHat is doing with @QuarkusIO and @LangChainAI
They now even support CSV for your RAG strategy : from CSV to Documents to EmbeddingStore to similarity searches πͺπΌπ₯ #GoodStuff
ππ½ https://docs.quarkiverse.io/quarkus-langchain4j/dev/csv.html
Want to run an #LLM locally using Java? There are several options, but looks like #Ollama is also getting a lot of traction π§΅πͺ‘
Ollama allows you to download models from a registry and use them locally ππ½ https://github.com/jmorganca/ollama
There's also a Java wrapper named Ollama4J which allows you to integrate it into your Java apps β€οΈ
ππ½ https://github.com/amithkoujalgi/ollama4j
Looks like we can even deploy it to Clever Cloud (hosting) π₯³
https://www.clever-cloud.com/blog/engineering/2023/11/27/deploy-llama-mistral-openchat-or-your-own-model-on-clever-cloud/
The server side of #Ollama is written in Go but they also provide a Docker instance for ease of use.
And as reported by @glaforge LangChain4j also supports it πͺπΌ