Using touch sensor with Arduino

  • avatar
  • 3.2K Views
  • 4 mins read
Preview post image

Touch sensor (also known as touch button) is widely used to control devices. It detects touch, force or pressure on its surface changing the logic state of the circuit. Actually, it works in very similar way as to buttons. Checkout the wiring and Arduino code implementation to track the current state and the state changes.

Avoid forms spamming in Laravel 9

  • avatar
  • 10.2K Views
  • 9 Likes
  • 4 mins read
Preview post image

Having a public site with forms can become a headache if we do not prevent spam bots from submitting fake information to our application. Luckily, there is a simple and effective way to defer some of the spam using honeypots. This technique is based on creating a hidden input field that should be left empty by the real users of the application but will most likely be filled out by spam bots.

Playing popular songs with Arduino and a buzzer

  • avatar
Preview post image

Buzzer is used to generate sound, beep or even melody of a song. It can be found in alarm devices, computers, timers and confirmation of user input such as a mouse click or keystroke. A piezo buzzer is not like a regular speaker that you might think of. It uses a material that actually changes shape when you apply electricity to it which in turn creates noise. The faster you bend the material, the higher the pitch of the noise that is produced.

 Join Our Monthly Newsletter

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

We never send SPAM nor unsolicited emails

New Firefox privacy feature strips URLs of tracking parameters

  • 1.8K Views
  • 1 Like
  • 1 min read
Preview post image

Mozilla Firefox 102 is released with a new privacy feature that strips parameters from URLs that are used to track you around the web. Many companies utilize custom URL query parameters technique to track clicks on links.

With the release of Firefox 102, Mozilla has added the new Query Parameter Stripping feature that automatically strips various query parameters used for tracking from URLs when you open them, whether that be by clicking on a link or simply pasting the URL into the address bar.

HiBit launches Site Audits service

  • avatar
  • 1.1K Views
  • 1 Like
  • 1 min read
Preview post image

We are happy to announce that HiBit launches a new service called Site Audits.The service provides individualized and personalized reporting of requested webpages. Detailed action points are included to fix and/or improve each webpage. Some of our main goals are:

  • Improve webpage performance and decrease loading times

  • Optimize webpage for search engines and increase organic traffic

  • Make your website accessible for everyone and everywhere

  • Avoid security vulnerabilities and enhance user experience

You will find different plans to choose depending on your needs.

Social authentication with Laravel Socialite

  • avatar
  • 8.5K Views
  • 6 Likes
  • 7 mins read
Preview post image

Social login is now an essential part of any site which performs user authentication. It does not need to replace the standard form based authentication, quite the contrary, social login complements it. Login with social accounts is a straightforward process and it saves the users a lot of time, as they won't need to fill the whole form. They just sign up with their social account and they can log into the website with just a few clicks.

Rockstar accelerate GTA VI development

  • 1.7K Views
  • 1 min read
Preview post image

Rockstar is accelerating the development of the GTA VI. People have been waiting for years, but Rockstar kept its focus on GTA Online. Apparently, the company is fully focusing on GTA VI. The company recently published a report stating that most of its resources are now focused on GTA VI development. For that reason, Red Dead Online will not receive big updates for the time being. Now, the studio is working on GTA VI and is searching for more talented developers to push things further. It needs a lot of talents to keep producing its new large-scale project.

Native enumerations in PHP

  • avatar
  • 3.3K Views
  • 4 Likes
  • 6 mins read
Preview post image

Enumerations, or Enums allow a developer to define a custom type that is limited to one of a discrete number of possible values. That can be especially helpful when defining a domain model, as it enables making invalid states unrepresentable. In other words, enums are a restricting layer on top of classes and class constants, intended to provide a way to define a closed set of possible values for a type.

Raspberry Pi announces the Pico W

  • 1.3K Views
  • 1 min read
Preview post image

Raspberry Pi has introduced a successor to last year’s Pico, a $4 microcontroller based on the RP2040 chip the company designed itself. The new model is called the Pico W. It’s basically the same hardware, but it adds, as the name suggests, an 802.11n Wi-Fi radio, making it useful for putting together IoT projects and the like. It’s also more expensive than the standard Pico, coming in at $6.

Estimating articles reading time

  • avatar
  • 2.2K Views
  • 4 Likes
  • 2 mins read
Preview post image

Based on the analysis of 190 studies, the average silent reading rate for adults in English is 238 words per minute for non-fiction and 260 words per minute for fiction. The difference can be predicted by taking into account the length of the words, with longer words in non-fiction than in fiction.

Hey visitor! Unlock access to featured articles, remove ads and much more - it's free.