Towards privacy-first email
Many of you might have noticed the loud noise hey.com, the new player in the email space, is making these days. They claim to be "a redo, a rethink, a simplified, potent reintroduction of email".
I was lucky enough to get an invite to test it and (spoiler alert) decided that I'm not going to pay for it. Not because it's not a good product (I wrote about what I think of the UI here), but 99 bucks a year it's rather expensive for someone who lives in a developing country.
Hey it's an independent company that doesn't sell ads or mine your data, and that's probably more than enough for you to move away from Gmail and pay $99/year to them. Their security protocol pretty solid, but they can still read your emails. Surprised? Gmail, Apple, Yahoo!, etc., can do that as well.

How would you feel if you find your correspondence, e-commerce purchases, or your food delivery could be opened and reviewed by anyone before it gets to your home? I'm not sure about you, but I'd feel violated.
The truth is that it's pretty hard to ensure that you and only you can read your emails on such a wild west space like email is. ProtonMail) is almost alone in this quest for end-to-end email encryption, and they have my respect (and my money) for that fearsome endeavor.
But there's one thing I'm grateful to Hey.com, and it's demystifying the fact that Gmail is "free". Sure, you get an email account (good luck with finding a suitable one if you have a rather common name, like Juan García is in the Hispanic/Latino Community 😅) without credit card details, but you pay with your personal data. That's expensive, Hey says, and I couldn't agree more with that.
More from the blog
- Takes 3 min to read.
Fancy Numbering with CSS Counters
As a front-end developer, it’s likely that you had faced the challenge of styling lists of numbers before: Whether you were building a to-do list, a recipe website or a pagination component, chances are you ended up resorting on JavaScript to do the counting for you. Today, I want to show you a nifty CSS trick that will save up some of your bundle size, by doing all of that with good ol’ CSS. Embrace CSS Counters and the :before pseudo-element!
- Takes 3 min to read.
Floating labels: Using patterns to boost your contact form conversions
A post explaining the floating label pattern for contact forms, and how to implement it on a Cross-Browser, Cross-Compatible, CSS-only way.
- Takes 6 min to read.
5 things you can do with CSS instead of JavaScript
In this post, we’ll learn about some CSS golden nuggets you might not have heard about, that will natively (and gracefully!) handle things like smooth scrolling, dark mode, truncation, and more features that previously required multiple lines of JS trickery to work.
- Takes 3 min to read.