<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"><channel><title>Víctor</title><description>Welcome to my personal website and blog!.</description><link>https://viquitorreis.github.io/</link><item><title>Distributed Task Queue</title><link>https://viquitorreis.github.io/projects/distributed-task-queue/</link><guid isPermaLink="true">https://viquitorreis.github.io/projects/distributed-task-queue/</guid><description>A distributed task queue with Partitioning and Rebalancing using Consistent Hashing</description><pubDate>Sun, 01 Feb 2026 00:00:00 GMT</pubDate></item><item><title>Graphs in Go - Implementation from Scratch</title><link>https://viquitorreis.github.io/projects/directed-graphs-in-go/</link><guid isPermaLink="true">https://viquitorreis.github.io/projects/directed-graphs-in-go/</guid><description>Learn how to implement graphs in Go from scratch with adjacency lists, including graph operations and big O analysis</description><pubDate>Sun, 10 Aug 2025 00:00:00 GMT</pubDate></item><item><title>Build a Ping Tool in Go from Scratch - How ICMP Actually Works</title><link>https://viquitorreis.github.io/projects/latency-tool-ping-go-scratch-icmp/</link><guid isPermaLink="true">https://viquitorreis.github.io/projects/latency-tool-ping-go-scratch-icmp/</guid><description>Learn how ICMP protocol works and build a ping tool from scratch in Go to measure network latency</description><pubDate>Sun, 03 Aug 2025 00:00:00 GMT</pubDate></item><item><title>Inter Process Communication and Pipes in Go</title><link>https://viquitorreis.github.io/projects/inter-process-communication-and-pipes-in-go/</link><guid isPermaLink="true">https://viquitorreis.github.io/projects/inter-process-communication-and-pipes-in-go/</guid><description>Learn about Inter Process Communication (IPC) and how to implement pipes in Go for process communication</description><pubDate>Sat, 26 Jul 2025 00:00:00 GMT</pubDate></item><item><title>Mastering Bitwise Operators in Go: Network Programming Examples - Part 2</title><link>https://viquitorreis.github.io/projects/bitwise-golang-networking-part-2/</link><guid isPermaLink="true">https://viquitorreis.github.io/projects/bitwise-golang-networking-part-2/</guid><description>Learn how bitwise operators work with Network programming in Go</description><pubDate>Sat, 05 Jul 2025 00:00:00 GMT</pubDate></item><item><title>Mastering Bitwise Operators in Go: Network Programming Examples - Part 1</title><link>https://viquitorreis.github.io/projects/bitwise-golang-networking-part-1/</link><guid isPermaLink="true">https://viquitorreis.github.io/projects/bitwise-golang-networking-part-1/</guid><description>Learn how bitwise operators work with Network programming in Go</description><pubDate>Thu, 09 Jan 2025 00:00:00 GMT</pubDate></item><item><title>Master TCP/IP Programming: Build a Health Checker with Go</title><link>https://viquitorreis.github.io/projects/tcp-health-checker-in-go/</link><guid isPermaLink="true">https://viquitorreis.github.io/projects/tcp-health-checker-in-go/</guid><description>Learn about the TCP/IP protocol and Build a TCP Health Checker with Go</description><pubDate>Sun, 29 Sep 2024 00:00:00 GMT</pubDate></item><item><title>Deploying AWS EC2 with Terraform: Step by step</title><link>https://viquitorreis.github.io/projects/terraform-ec2/</link><guid isPermaLink="true">https://viquitorreis.github.io/projects/terraform-ec2/</guid><description>Learn how to deploy and EC2 instance on your AWS infrastructure using Terraform!</description><pubDate>Sun, 22 Sep 2024 00:00:00 GMT</pubDate></item><item><title>Biofy Agro</title><link>https://viquitorreis.github.io/projects/biofy-agro/</link><guid isPermaLink="true">https://viquitorreis.github.io/projects/biofy-agro/</guid><description>An agtech company that used hardware spectral analysis to predict product components in real time</description><pubDate>Mon, 01 Jul 2024 00:00:00 GMT</pubDate></item><item><title>Concurrency vs Parallelism with Go examples</title><link>https://viquitorreis.github.io/projects/concurrency-vs-parallelism-with-go-examples/</link><guid isPermaLink="true">https://viquitorreis.github.io/projects/concurrency-vs-parallelism-with-go-examples/</guid><description>Learn about concurrency and parallelism once for all!</description><pubDate>Tue, 25 Jun 2024 00:00:00 GMT</pubDate></item><item><title>Middlewares in Go</title><link>https://viquitorreis.github.io/projects/middlewares-in-go/</link><guid isPermaLink="true">https://viquitorreis.github.io/projects/middlewares-in-go/</guid><description>Learn about how to implement middlewares in Go from scratch!</description><pubDate>Mon, 17 Jun 2024 00:00:00 GMT</pubDate></item><item><title>Pointers in Go</title><link>https://viquitorreis.github.io/projects/pointers-in-go/</link><guid isPermaLink="true">https://viquitorreis.github.io/projects/pointers-in-go/</guid><description>Learn everything you need about pointers in Go</description><pubDate>Sun, 09 Jun 2024 00:00:00 GMT</pubDate></item><item><title>FIND Tax</title><link>https://viquitorreis.github.io/projects/find-tax/</link><guid isPermaLink="true">https://viquitorreis.github.io/projects/find-tax/</guid><description>A software made for the accountant industry</description><pubDate>Wed, 01 May 2024 00:00:00 GMT</pubDate></item><item><title>Tupa Backend Framework</title><link>https://viquitorreis.github.io/projects/tupa/</link><guid isPermaLink="true">https://viquitorreis.github.io/projects/tupa/</guid><description>A backend framework made in Go</description><pubDate>Wed, 01 May 2024 00:00:00 GMT</pubDate></item><item><title>Introduction to RPC - Remote Procedure Call</title><link>https://viquitorreis.github.io/projects/rpc-remote-procedure-call/</link><guid isPermaLink="true">https://viquitorreis.github.io/projects/rpc-remote-procedure-call/</guid><description>Learn the base foundation for RPC.</description><pubDate>Sat, 06 Apr 2024 00:00:00 GMT</pubDate></item><item><title>DATAPEGASUS</title><link>https://viquitorreis.github.io/projects/datapegasus/</link><guid isPermaLink="true">https://viquitorreis.github.io/projects/datapegasus/</guid><description>A webscrapper system made in Go</description><pubDate>Mon, 01 Apr 2024 00:00:00 GMT</pubDate></item><item><title>Introduction to the Actor Model</title><link>https://viquitorreis.github.io/projects/introduction-actor-model/</link><guid isPermaLink="true">https://viquitorreis.github.io/projects/introduction-actor-model/</guid><description>Learn about how the Actor Model works</description><pubDate>Fri, 01 Mar 2024 00:00:00 GMT</pubDate></item><item><title>Implementing Binary Search in Go</title><link>https://viquitorreis.github.io/projects/binary-search-in-go/</link><guid isPermaLink="true">https://viquitorreis.github.io/projects/binary-search-in-go/</guid><description>Learn about one of the most used search algorithms - in Go</description><pubDate>Sun, 11 Feb 2024 00:00:00 GMT</pubDate></item><item><title>Introduction to TDD - Test Driven Development</title><link>https://viquitorreis.github.io/projects/introduction-to-tdd/</link><guid isPermaLink="true">https://viquitorreis.github.io/projects/introduction-to-tdd/</guid><description>Learn about one of the most used search algorithms - in Go</description><pubDate>Sun, 21 Jan 2024 00:00:00 GMT</pubDate></item></channel></rss>