Attention commands



Engineering Management IV: MVPs

  • avatar
  • 739 Views
  • 1 Like
  • 4 mins read
Preview post image

One of the biggest traps for any team is confusing progress with movement. It's easy to stay busy, harder to stay focused. As managers, part of our role is to help our teams create value fast enough to learn, but not so fast that we lose direction. This is where the concept of the MVP, or Minimum Viable Product, becomes a practical tool for alignment and learning.

Engineering Management I: Building trust and protecting focus

  • avatar
  • 680 Views
  • 6 mins read
Preview post image

Engineering management is one of those roles that looks simple on paper but feels very different once you're in it. At its core, it's about enabling others rather than measuring yourself only by your own output. You're not just writing code or solving problems directly anymore. Instead, you're creating the right environment for your team to do their best work, keeping them aligned, and helping them grow.

Soil moisture sensor with Arduino

  • avatar
  • 512 Views
  • 1 Like
  • 9 mins read
Preview post image

Soil moisture modules are a simple and friendly way to check how wet your soil is using a pair of probes and a small control board. They offer two outputs you can use with Arduino: an analog signal that changes depending on how wet the soil is, and a digital signal that flips on or off when the moisture crosses a level you set with the onboard potentiometer. The whole setup is compact, cheap and very popular for plant care projects, garden automation and basic hobby experiments.

 Join Our Monthly Newsletter

Get the latest news and popular articles to your inbox every month

We never send SPAM nor unsolicited emails

Engineering Management II: Outcomes and alignment

  • avatar
  • 547 Views
  • 3 mins read
Preview post image

The more responsibility you take on, the less your job is about your own output. For engineers who step into management, this can feel unnatural. You're used to solving problems directly, writing code, and moving fast. You may even know the exact way to solve something, and it can feel frustrating to slow down long enough to explain it to someone else. But that's the shift.

What's new in PHP 8.5

  • avatar
  • 467 Views
  • 6 mins read
Preview post image

PHP 8.5 lands with a pack of features that smooth out daily development, remove long-standing friction points, and make functional patterns far easier to write. It feels like a release focused on practical wins: cleaner code, stronger introspection tools, safer configuration defaults, and more helpful debugging. Let's walk through the most interesting additions.