How to create a private component library
Learn how to create a private library to share your components between your apps without having to publish it anywhere. Share your code between apps real time with yarn link and create-react-library.
How to inject authorization header on all axios requests
Knowing how to intercept http requests to setup some defaults can be handy and save you a lot of boilerplate code.
How to hide an email address from crawlers and bots
Showing an email address on our website is a requirement for most people, the problem is how to stop the spamming after that email gets published and accessible for most web scrapers. To stop the email from being spammed you have to hide it.
Integrate a energy sensor in Home Assistant energy production dashboard.
Learn how to implement any Energy Sensor to Home Assistant Energy Dashboard
Understanding your electric bill | kW/h explained.
Our electric bill can be hard to understan but here you will see how easy it is.
Integrating a Tasmotized Sonoff pow r2 in Home Assistant
Home Assistant ability to let us have our smart home devices from diferent brand is a big advantage. In this post we will learn how to Setup a PowR2 as a energy device
How to change Android package name in a React Native App
Learn how to change the package name of a react-native App