Rui Sousa
Design-driven developer
Crafting web experiences at Primetag.
Projects
A running list of things I made, shipped, paused, or learned from.
View 8 projectsReading
Currently reading
- System Collapse (The Murderbot Diaries, #7) by Martha Wells
- The Blade Itself (The First Law, #1) by Joe Abercrombie
Latest writing
Learning Go By Doing | Scraping Supermakets | A Post-Project Review
In an attempt to learn Go, I decided to delve into one of the capabilities of a backend language, which is scraping the web. For it, I decided to focus on getting info from supermarket stores. This is a post-project review of what I learned
How to build a blog with NodeJS
In this blog post we'll learn how to build a blog using NodeJS for the sake of going back to basis and being able to separate ourselves from the ever growing complexity of the frontend frameworks!
An intro to Appwrite | Building a To-do list with SvelteKit
A to-do list is the foundation of experimenting with any technology, right? In this blog post we'll use Appwrite as our backend to store our list, allowing us to create, delete and update our content. The frontend will be built with Svelte!