Tag: tutorial
All the articles with the tag "tutorial".
-
Give Claude in Chrome Your CLI Superpowers
A TIL on using the --chrome flag with Claude Code CLI to enhance Claude in Chrome with custom skills, commands, and a tailored system prompt for more powerful browser automation.
-
Chaordic collaboration: Running LLMs on your own
I've written a new blog post, a collaboration with Chaordic, that you can read in their blog: Running LLMs on your own. I hope you enjoy it.
-
Automerge your Scala Steward pull-requests
If you code in Scala, it is likely that you use Scala Steward to keep your dependencies up-to-date. But merging all the pull-requests it generates is tiring. This blog post tries to solve that.
-
Using a remote server to build your Scala projects
VS Code has released tooling for remote development via ssh. In Scala the combo of Metals and VS Code for development has become the norm for many people. How easy and convenient may it be to use t...
-
Playing with Rust
Rust is not, at this stage, a new language. But I have to confess that I had not checked it out until now. I built a small tool to test it out. In this post I'll briefly talk about how it felt work...