RSSAmplifier

Blog

Victor's blog

Welcome! This is a blog mostly about Software Engineering topics that interest me. You can find me on Linkedin. Subscribe to my blog via RSS feed....

rabbitvictor.comRSS feed ↗2 posts

Latest posts

A brief introduction to Compilers with Kotlin examples

Introduction This blog post aims at giving a crash course in this huge domain of computer science that is concerned with compilers for programming languages. All our examples will be taken from the Kotlin programming language. Let's get started because we have a lot of ground to cover! I hope you enjoy this introduction to such an interesting topic. What is a Compiler? Compilers: Principles,…

An introduction to Coding Agents

What are Coding Agents ? Definition A software that allows interaction with LLMs and chains calls (or, put another way, a conversation ), maintaining a specific context and enabling the use of tools to expand the conversation's context and, furthermore, allow the LLM to create, modify, and generally interact with the system in question. Anthropic defines it as follows: Systems where LLMs…