This tutorial help to create Push Notification with PHP via Onesignal. I am using PHP 8, MySQL and one signal Rest API. The OneSignal is the fastest and most reliable service to send push notifications, in-app messages, SMS, and emails.
How to Connect Golang with MySQL
Today, I will describe MySQL database connectivity with golang. MySQL is most popular open source relational database. I will let you know step by step how to golang connect with MySQL database. I assumed you have configured golang environment within your system, if not please configure golang environment into your system. The golang have MySQL […]
Different ways to Embed HTML in PHP
in this article, we will discuss various ways to embed HTML in PHP, enabling the creation of dynamic and feature-rich web pages. You can embed HTML directly within PHP code and render server side. PHP offers a flexible and efficient way to create dynamic web pages. As we know, PHP is a server-side scripting language. […]
Routes with Multiple Stops Using Google Maps JavaScript API
This tutorial helps to create Google map routes with multiple stops. Google Maps allows us to plan routes with multiple stops efficiently from one location to another location. We’ll use Google Maps JavaScript API to create maps with multiple stops, optimizing the route for a seamless journey. Google Maps multiple stops I have already shared […]
Building IoT applications with Rust Programming Language
The programming language Rust is gaining more and more fans among IoT developers. It is no surprise, given that it offers many perfect features for developing IoT applications. Here, we will take a closer look at why Rust is such a great choice for IoT development. We will also discuss the development workflow and practical […]