Published onMay 1, 2023Understanding the Use of Laravel Optional Helper FunctionlaravelLaravel provides the optional() helper function, This function allows us to attempt to access properties or call methods on an object that could be null.
Published onApril 30, 2023Automate MySQL Backup on ubuntu and Send a Telegram with NotificationubuntudevopsbashmysqlYou can easily use this code and send notification with backup-file to telegram after create backup.
Published onApril 18, 2023Secure Your Ubuntu Server with UFW and Allow Specific IP AccessubuntusecurityufwfirewallLearn how to install and configure UFW on your Ubuntu server to restrict access to specific IP addresses for better security.
Published onMarch 28, 2023Create Local Backup of MongoDB and Send Telegram NotificationubuntudevopsbashYou can easily use this code and send notification to telegram after create backup.
Published onMarch 8, 2023Can not Access SSH in AWS after enable UFW firewallawsDEVOPSIn most cases when enabling or disabling the UFW firewall in AWS, the SSH connection is lost and cannot be re-established.