Welcome to HiBit

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

Recent articles

Preview post image

DYI - Programmed Christmas lights: concept

  • avatar
  • 2 mins read

The holiday season is here, and with it comes the joy of decorating and spreading cheer. One way to make your celebrations truly stand out is by creating your own custom Christmas lighting. A DIY project brings a personal touch, turning ordinary lights into something unique and memorable. Besides the festive fun, it's a creative way to learn and experiment with technology.

Read more
Preview post image

Setting up SQLite with Docker Compose

  • avatar
  • 8 mins read

Creating a Docker image with an SQLite database is a smart way to ensure that your application runs consistently across different environments. Docker simplifies the deployment process by allowing developers to package applications with all their dependencies into a single container. SQLite, being a lightweight database, fits well into this scenario. In this article, we'll walk through the steps needed to create a Docker image that includes an SQLite database, using Docker Compose for easy management.

Read more
Preview post image

Connecting to an SQLite database with PHP

  • avatar
  • 5 mins read

SQLite is a lightweight, self-contained database engine that doesn't require a separate server to run. It's a popular choice for smaller applications, embedded systems, and situations where simplicity and minimal setup are crucial. In PHP development, SQLite is an excellent option for managing data without needing the complexity of larger database systems. Whether you're working on a small project or need a simple solution for data storage, SQLite can be a powerful tool. This article will guide you through using SQLite with PHP, showing how to set it up, perform common operations, and use it in your applications.

Read more