Welcome to HiBit

HiBit is a platform made by and for enthusiasts of the IT world.

Recent articles

Preview post image

Setting up MySQL and Redis with Docker Compose

  • avatar
  • 6 mins read

Docker has transformed the way developers deploy applications, offering an efficient method to package and distribute software. One common use case involves setting up a MySQL database alongside a Redis service. MySQL serves as a reliable relational database management system, while Redis acts as a high-performance in-memory key-value store. With Docker and Docker Compose, you can get both of these services up and connected in just a few steps. This article will guide you through creating a Docker environment that includes MySQL and Redis, giving you a smooth and reliable setup.

Read more
Preview post image

Engineering management for team success

  • avatar
  • 5 mins read

The transition to an Engineering Manager role often presents new challenges that can be both rewarding and daunting. Many engineers stepping into this position might feel confident due to their experience, as they have already been involved in various aspects of management, such as stakeholder engagement and leading teams to deliver user value.

Read more
Preview post image

Getting started with RF-Nano and wireless communication

  • avatar
  • 9 mins read

The RF-Nano module is a compact, affordable module that combines an NRF24L01 wireless transceiver with an Arduino-compatible microcontroller. Using the NRF24L01 protocol, the RF-Nano operates on the 2.4 GHz band, making it a practical choice for creating simple, low-power wireless networks. This module is popular among hobbyists and engineers for tasks like home automation, remote control applications, and IoT sensor networks. It’s especially suited for applications where simple, secure data sharing between sensors or remote control devices is required and where a compact, low-cost solution is preferred.

Read more