Welcome to HiBit

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

Recent articles

Preview post image

Popular authentication methods for Applications

  • avatar
  • 8 mins read

Robust authentication methods are essential for securing access to sensitive information and resources within applications. Authentication serves as the initial barrier, ensuring only authorized users gain entry to protected areas. From traditional password-based authentication to advanced token-based systems and OAuth protocols, developers have a range of options to ensure the security of their applications. This article explores these authentication methods, highlighting their strengths, weaknesses, and best practices to assist developers in implementing secure and user-friendly authentication systems.

Read more
Preview post image

Getting started with Arduino Zero

  • avatar
  • 6 mins read

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).

Read more
Preview post image

A basic guide to GitHub Actions

  • avatar
  • 4 mins read

In the world of software development, making things easier is always a win. And that's exactly where GitHub Actions steps in to save the day. It's like having an efficient assistant that takes care of all the repetitive tasks for you, so you can concentrate on the creative aspects. Let's take a closer look at why GitHub Actions is such a useful tool.

Read more