About this digital corner(And why it exists)

Spaces & Resources

Spaces

Some thoughts turned into articles. Sharing insights, one note at a time. Dive into my open source work. Some moments captured through my lens.

Resources

My Toolbox

Personal

Apple Ecosystem

Debian for servers and MacOS for my desktop.

Arc Browser

Quickly became my default browser.

Notion

My project logbook, easy to share and use in teams.

ChatGPT

Whenever I have questions, this app helps kickstart my learning.

Obsidian

My brain in Markdown, easily uses JS and is locally hosted.

Google Drive

The easiest way I’ve found to send and store files—no drama.

Security

NordPass

No worries about remembering passwords, it's working well for me so far.

Kaspersky

An antivirus is never unnecessary.

Communication

Slack

Essential for communication.

Google Meet

I pay for Google Workspace.

Spark

All my emails in one place.

GatherTown

A virtual office, desk included.

Design

Figma

Completely replaced Sketch.

Adobe Illustrator

The tool I use the most within Adobe's suite since the CS3 version.

Affinity Designer

Like Illustrator but with a one-time fee.

Coding Tools

Cursor

Tried it, liked it, never stopped using it.

pnpm

Switched to pnpm. Saved gigs. Never looked back.

GitHub

I was once a GitLab follower and a GitHub critic.

Termius

Combines SSH and FTP, supports multiple devices. It might not be the best, but I like it.

Postman

Many alternatives for API testing have emerged, but none have convinced me to switch.

Cloudflare

I use it to protect my sites, speed them up, and run code without servers.

Languages/Frameworks

Go

Not my favorite syntax, but damn, it runs fast.

Laravel

My early dev days? PHP—and mostly with Laravel.

TailwindCSS

It may make HTML harder to read, but it's so easy to use.

TypeScript

The safety of working with types in JavaScript.

Vue.js

React and Angular might be more popular, Svelte easier to use, but none compares to Vue.

Astro

There's no more rewarding way to develop static websites.

React Native

The best way to create apps is natively, but it doesn't always make a big difference.

PostgreSQL

My favorite SQL, great performance and open source.

Python

A love/hate relationship, but my first choice for scripting.

FastAPI

Using FastAPI feels like Python grew up and learned async.