Welcome to HiBit

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

Building dedicated Community available to everyone

The platform is actively managed thanks to the contribution of all members. Interesting posts will receive positive votes and will be actively commented on. And the not so interesting posts will go unnoticed.

Be part of our community! Contribute to open source and knowledge sharing.

Create Account

Blog

Popular posts form our Blog

Preview post image

Domain Driven Design with Laravel 9: User domain

  • avatar
  • 1.0K Views
  • 8 Likes
  • 11 mins read

Modern web frameworks take one group of related concepts and split it across multiple places throughout your codebase. Laravel provides a very clear structure with large variety of tools to make the development easier and faster. Along with the huge community it makes Laravel a great option for most starting projects.

Read more
Preview post image

DIY - Universal RC Joystick

  • avatar
  • 302 Views
  • 6 Likes
  • 23 mins read

Controlling devices over a distance opens lots of possibilities. Our Arduino roadmap contains many projects that must be controlled remotely and sometimes on a long-distance. Of course, it can be done with a PC but our experience has shown that it becomes complicated when you need long way, portable and rapid communications. Our solution was designing a multi-functional remote controller, we have called it AirControl. Aware of the needs it will have 4 push buttons, 2 switch buttons, 2 potentiometers and two analog modules. Additionally, each analog joystick module has integrated push button.

Read more
Preview post image

Universally unique identifiers: UUID vs ULID

  • avatar
  • 973 Views
  • 1 Like
  • 7 mins read

Historically a lot of software has used incrementing numbers to represent the identifier of a particular piece of data. They can be auto-generated by many data stores, they are easy to read, efficient to store and naturally time ordered.

As time passes, applications become larger. They need more resources and usually distributed in different places. That may cause some errors generating concurrent numbers and coordination issues. Incremental numbers can also be the source of security problems and they may include implicit information about datasets volume. Modern software architectures also trend to decouple infrastructure layer and move ID generation logic to the domain core.

Read more
Hey visitor! Register your account and get access to featured articles and more - it's free.