vi



Engineering Management V: Connecting the dots

  • avatar
  • 697 Views
  • 1 Like
  • 4 mins read
Preview image

Every engineering manager starts with the same instinct: to solve problems. It is what made you good as an engineer, and what first earned you trust as a leader. But as your scope grows, the definition of what it means to solve problems must change. Your role is no longer to fix issues directly, but to ensure the team can fix them without you.

Five simple psychology laws

  • avatar
  • 509 Views
  • 1 Like
  • 3 mins read
Preview image

Psychology laws often survive because they sound obvious only after you hear them. They describe habits of thinking that repeat again and again in everyday life. These ideas are not academic rules. They are practical observations that help explain mistakes, delays, confusion, and bad decisions.

What is the Model Context Protocol (MCP)?

  • avatar
  • 502 Views
  • 1 Like
  • 6 mins read
Preview image

As large language models become part of development tools, internal platforms, and operational systems, expectations change. Models are no longer limited to answering questions. They are asked to read files, inspect data, and interact with services. Handling this context through informal prompt injection or custom integrations quickly leads to brittle setups. Model Context Protocol, commonly known as MCP, provides a structured way to expose context and actions to models while keeping control firmly on the application side.

 Join Our Monthly Newsletter

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

We never send SPAM nor unsolicited emails

Merry Christmas and a Happy New Year!

  • avatar
  • 525 Views
  • 1 min read
Preview image

As Christmas arrives, we wish you days filled with calm moments, cheerful gatherings, and the comfort of those you hold dear. May this period bring a gentle pause to reflect, appreciate, and enjoy everything that makes this time of year special.

With the New Year approaching, we welcome the chance to grow, create, and move forward with renewed energy. May the coming months bring good health, meaningful progress, and moments that inspire you and those around you.

Getting started with Arduino Due

  • avatar
  • 385 Views
  • 6 mins read
Preview image

Arduino is an open-source electronics platform based on easy-to-use hardware and software. Arduino boards are able to read inputs - light on a sensor, a finger on a button, or a Twitter message - and turn it into an output - activating a motor, turning on an LED, publishing something online. You can tell your board what to do by sending a set of instructions to the microcontroller on the board. To do so you use the Arduino programming language and the Arduino Software (IDE).