10+ Pieces of Tech You Use Before Breakfast Without Even Realizing It

In many ways, we’re living in the best time in history.

Yes, some leaders are suspiciously looking at each other with a finger ready to press a red button. But, centuries ago, people died from diseases we treat today with pills we can freely buy at any grocery store.

Tech has advanced so much that we barely notice how many gadgets and breakthroughs we use before breakfast. I’ll be counting them as we go.

Waking up

At 7:00 AM, your smartphone (#1) rings to wake you up.

You don’t use an alarm clock anymore. A few hours before that, your AC (#2) automatically turned off after regulating your room’s temperature. Or maybe you have a fan, but I’m still counting #2.

After waking up, you didn’t stop to notice you have electricity (#3) at home and a comfy mattress (#4). That used to be a privilege reserved for kings.

In the bathroom

After waking up, without running away from hungry lions, you walk to your bathroom.

You use the faucet and brush your teeth with clean water (#5). You do your “business” in a toilet (#6), using paper.

Romans used, I mean shared, a sponge-tipped stick in public bathrooms. “Augustus, are you done with the sponge? It’s my time!” Soooo disgusting. Thanks, Marcus Aurelius for all your wisdom. But I don’t want to live in your time.

And when you’re done, one button press. Poof, like magic, your “business” disappears. We’ve built complex plumbing to get rid of it (#7), that we don’t even care what happens after pressing that button.

In the kitchen

A glass of water first thing after waking up?

A company has collected, purified, and distributed water from who knows where to bring it to your home (#8). We’ve perfected engineering and chemistry to make that happen.

To really wake up, a cup of coffee, right? You use a coffee machine (#9). Coffee beans grown in Latin America likely traveled to Switzerland to become capsules for your machine.

Not into coffee? Sure. What about some tea? A water heater! Or a fresh orange juice? You have a juice maker for that.

What about some eggs and toast with that coffee? You open your fridge (#10), then pull out your toaster from the counter (#11), and use your stove.

And just to finish your morning routine, what about some vitamins and supplements? Packed with calcium, magnesium, zinc, and more, everything your body needs in one pill (#12).

And there’s a whole lot of physics, electronics, engineering, global shipping, medicine, chemistry… just for breakfast. And we’re not even dreaming about the future with robotics, automation, and AI. We’re already in the future. It’s here

OK, I told you about 10 pieces of tech, but I ended up counting 12. There’s probably more I forgot to count.

5 Productivity Tips That Really Work (They'll Make You Unstoppable)

About five years ago, I became obsessed with productivity.

I devoured the entire Lifehacker site, looking for the best system and the perfect tool to finish my work. Pomodoro technique, Eisenhower matrix, inbox zero, a todo.txt file. I tried them all.

After testing some of those techniques and simplifying my system, I’ve found what really works, at least for me.

#1. Follow your energy levels. Work on the most important tasks when your energy is at its peak. For me, that’s in the morning, after breakfast and working out. Exercise or meditate to boost your focus.

#2. Protect your sacred hours. When tackling your most important tasks, remove all distractions from your environment. 99% of the time, that means your smartphone. Even if you keep it around, it still distracts you. Yes, that’s backed by science.

#3. Work in cycles of 90 minutes of work followed by 20 minutes of rest. This is a tip I recently learned, and I’ve been trying it since then. The brain needs that rest in between to work at its peak. Tweak those 90/20 to suit your natural rhythm.

#4. Follow the 5 minute rule. When you don’t feel like working, start with a simple task and sustain it for 5 minutes. Or start with a task you can do the fastest. You need a small push to finish your more demanding work.

#5. Use a parking lot. During your sacred hours, if you come up with new tasks, write them down (paper, app, whatever works) and do it later. You should still protect your deep work time.

5 Ideas to Write Headlines That Make Readers Stop Scrolling

Headlines and opening lines get you 80% of the results.

Because, based on Small Brevity, readers spend 17ms deciding if they keep reading or move on. So no matter how helpful your content is, nobody will click it if you write a poor headline.

Want to gain readers? Master your headlines with these ideas:

  1. Study your favorite YouTuber’s titles.
  2. Follow this 3-step formula.
  3. Use one of these emotions: fear, curiosity, desire.
  4. Follow title-driven creation: Headline first, content comes second.
  5. Rewrite the headlines of posts you read.

When you write online, you’re really in the business of writing headlines. Online writing is headline writing. No headline = no readers.

Two Tiny Fixes That Could Transform Your Communication at Work

Did you join Software Engineering because you liked coding and time alone? Think again.

You’ll spend more time in meetings than coding:

  • Daily stand-ups
  • 1-on-1s
  • Team retros
  • Five minutes (that become hours) with another dev revisiting code you wrote a year ago, and you barely remember it

With all these interactions, technical skills alone aren’t enough. You need strong communication skills.

The best resource for that? How to Win Friends and Influence People. Newer books exist, but this one is a true classic.

Here are two ideas from that book that changed how I approach conversations at work:

Never, ever, ever tell anyone they’re wrong.

That’s the worst way to start or end a conversation. And you won’t change the other person’s mind.

At a previous job, I had the chance to apply that principle.

We were working to connect our hotel solution to a third-party API using the PKCE flow. One developers read an outdated tutorial and wanted to implement it incorrectly.

If I hadn’t read the book, I would have said, “You’re wrong. Here’s how to do it… You, moron!” OK, I would have only thought the last part.

But instead I said something like, “Hey, maybe I read an outdated tutorial or something. Here’s what I found…“ A few moments later, I got a “You’re right!” with a facepalm emoji.

Avoid blaming. Instead, pretend you’re the one who might be wrong.

Be careful with your “but.”

Often what comes after a “but” is something negative.

And people remember more the last words they hear. So if your “but” comes last, that’s all what they will remember.

“That’s a good idea, but we will go over budget” is different from “That’s a good idea, and if we stay within budget, it’ll be perfect.”

Find ways to replace your “no, but…” with a “yes, and…”

Ten years ago, I thought coding was just cracking symbols. It took me years to learn coding is also about being in countless calls and sync-ups: negotiating deadlines and sharing expectations with non-tech people.

That’s why working on our communication skills is one of the 30 proven strategies in my book, Street-Smart Coding: 30 Ways to Get Better at Coding. That’s the roadmap I wish I had when I was starting out.

Grab your copy of Street-Smart Coding here

The Most Dangerous Problem With Using AI for Coding

There’s good laziness and bad laziness.

One day, the VP of a company I was contracting with called me “lazy.” That was a compliment. You know the lazy that finds an easy way to solve a problem. The good lazy way.

But AI is turning us into bad lazy. The “I don’t want to think” kind of lazy. And I don’t want that type.

I’ve been experimenting with AI for my coding. When I sit down to code, I open Copilot on a browser to see what I can offload.

Recently, I’ve been migrating a legacy Visual Basic app and I’ve used Copilot to code faster by helping me with boring tasks.

The problem? Last week, I was stuck on a stupid problem: finding a value in a dictionary from a list of possible keys. Maybe I needed some rest, but I couldn’t think of a LINQ query for that. I was so tempted to wake up the genie in the bottle for that. It felt like the easy way out.

It’s so tempting to go directly to the AI and outsource our thinking.

Just the other day, I found a coder desperate because he couldn’t code without AI anymore. If we’re not careful enough, any one of us could become that coder.

AI is faster at generating code than we are. No doubt!

But being a good coder isn’t about typing fast. It’s about teamwork, clear communication, and other skills that don’t show up in autocomplete.

I’ve packed those lessons into my book: Street-Smart Coding: 30 Ways to Get Better at Coding. It’s the roadmap I wish I had when I was starting out.

Get your copy of Street-Smart Coding here