惯性聚合 高效追踪和阅读你感兴趣的博客、新闻、科技资讯
阅读原文 在惯性聚合中打开

推荐订阅源

有赞技术团队
有赞技术团队
美团技术团队
博客园 - 司徒正美
freeCodeCamp Programming Tutorials: Python, JavaScript, Git & More
阮一峰的网络日志
阮一峰的网络日志
S
SegmentFault 最新的问题
博客园_首页
雷峰网
雷峰网
V
V2EX
The Cloudflare Blog
博客园 - 三生石上(FineUI控件)
量子位
Last Week in AI
Last Week in AI
人人都是产品经理
人人都是产品经理
爱范儿
爱范儿
奇客Solidot–传递最新科技情报
奇客Solidot–传递最新科技情报
钛媒体:引领未来商业与生活新知
钛媒体:引领未来商业与生活新知
博客园 - 聂微东
V
Visual Studio Blog
Hugging Face - Blog
Hugging Face - Blog
博客园 - 【当耐特】
Jina AI
Jina AI
月光博客
月光博客
L
LangChain Blog

Resend RSS Feed

6 Tips for Accessible Emails Welcoming Manoel do Amaral, our new Brand Designer Welcoming Michael Vaz, our new Customer Success Engineer Six Steps to Improve Your Sender Reputation Welcoming Tatira Andrade, our new Executive Assistant Welcoming Pedro Ivo Hudson, our new Design Engineer Welcoming Diel Duarte, our new Open source Engineer Welcoming Areia Spinner, our new Recruiter Resend Forward: A Conference about Craft React Email 6.0 Custom Tracking Domains AI Email Editor Introducing Automations Welcoming Ahmed Tolba, our new SRE Engineer Welcoming Aneil Singh, our new Founding Account Executive Welcoming Lucas Motta, our new Software Engineer Welcoming Trey Knowles, our new Founding Account Executive Welcoming Anxhela Carciu, our new SRE Engineer Introducing DMARC Analyzer Welcoming Evan Thibodeau, our new Customer Success Engineer Welcoming Derich Pacheco, our new Software Engineer Welcoming Alec Ventura, our new Data Engineer Welcoming Felipe Freitag, our new Software Engineer Welcoming Mateusz Wos, our new Software Engineer Incident report for February 15, 2026 Email automation for OpenClaw How to Create a DevTools Agent Skill Introducing Email Skills Why You Should Embrace the Promotions Tab Slater Smith, our new Customer Success Engineer
Welcoming Lucas Vieira, our new Software Engineer
Bu Kinoshita, Lucas Vieira · 2025-08-19 · via Resend RSS Feed

Say hello to our new team member, Lucas Vieira.

He helped build and scale the data infrastructure at Yalo and at Joga, where he designed systems to process data and serve machine learning models to tens of thousands of users.

How did you get into software?

I've been around computers since I was a kid, always curious to mess with settings and break things just to figure out how to fix them. That curiosity led me to learn how to format my own PC and, later, to create a private server for Tibia, where I first got into programming (Lua) and databases (MySQL), editing scripts to add NPCs, spells, and monsters.

So when it came time to choose a profession, I had no doubts — I wanted to be a programmer. Coding has always been what I love to do, and I feel lucky that today my job is also my biggest passion — something that still feels like fun.

What does your desktop/home screen look like?

My desktop is usually cluttered with screenshots that save to Desktop by default, but since this is a new MacBook, it's still clean. I rarely look at the home screen anyway since I practically live in the terminal, so it just displays the default wallpaper of whatever MacOS version I'm running.

The default wallpaper for MacOS Sequoia
The default wallpaper for MacOS Sequoia

Why are you at Resend?

I've been following Zeno for a long time, ever since his open source projects and HTML5 talks. I first discovered Resend when it launched and quickly became a happy customer at my startup — it just works: copy a snippet, paste it, pure code, with very little configuration or boilerplate. That's exactly the kind of developer experience I love.

I get really excited about working on systems that operate at scale and handle high loads, and the chance to help Resend build the most robust email infrastructure on the planet is exactly the kind of challenge I enjoy. On top of that, joining an early-stage startup that's growing this fast is an incredible opportunity, and I'm thrilled to be part of it.

Where do you find #inspiration?

For me, the biggest source of inspiration is being around talented and highly skilled people — it motivates me to push myself and keep improving. Another big source is open source projects, where I can see amazing ideas in action and learn from the work of a global community.

If you weren't programming, what would you be doing?

That's a tough one. Programming feels so natural to me that I think if I worked with something else, I'd still end up using code to make my job easier.

I've always liked math a lot, so maybe I'd go into some kind of engineering, like chemical or civil engineering. Or, taking a completely different path, I also love music and play a few instruments — so maybe I could see myself as a musician too.

Favorite tool?

Vim. I love how powerful and customizable it is. Once you get used to it, it feels like an extension of your hands — everything flows faster, and I don't need to leave the keyboard to get things done. I've tried other tools with Vim mode, but it's never quite the same. Vim isn't just about hjkl; it's such a powerful tool that even after more than a decade, I'm still learning new things with it.

Favorite hotkey?

ctrl-o. In Vim, it's part of the jump list navigation: it lets you go back to where you came from. For example, if I follow a definition or jump to another part of the code, ctrl-o takes me back instantly. Super useful when moving around large codebases.

Favorite place to visit?

Florianópolis. It's my hometown, so it naturally feels like home to me. My closest friends and family live there, and the place holds my best memories. It has beautiful landscapes and a peaceful, quiet atmosphere which I enjoy a lot.

Santo Antônio de Lisboa, Florianópolis - SC
Santo Antônio de Lisboa, Florianópolis - SC

Advice for ambitious software engineers?

Be curious and try to really understand how things work at the most fundamental level. Don't just use tools and libraries as black boxes — explore what's behind them. For example, look into the source code of your dependencies or try implementing your own HTTP client. You'll learn a lot by seeing how things are built, and that deeper understanding will make you a stronger engineer.