Blog

...
PHP
Securing Sensitive Data with Encryption Algorithms

Encryption is the process of converting plain text into an unreadable form (ciphertext) to protect against unauthorized access. Here we have discussed How encryption algorithms work, how many types of encryption are there and provided examples and code for understanding Encryption.

...
Laravel
Create an Instant Push Notification(IPN) Service in Laravel

Let’s create an Instant Push Notificaion(IPN) service for user’s card add and delete in a payment gateway service. We will notifify the IPN listener about this user action.

...
Laravel
Importance Of Using Log in Your Project

Log helps developers to track what is happening within your application. When a product goes to production server we don’t know what happened in between a user’s request and response. So in order to investigate a failed scenario we need to check the Log.

...
Software Development
We don’t just write computer code, we write business scripts

It’s so important to understand a business logic properly. Failing to understand business logic leads to rewriting it again thus wasting development time & delaying project deadline.

...
Software Development
5 Tips to Save Your Software Development Time

Many Times software developers waste their time on solving a problem when they are stuck. Some small strategies can help our things done without wasting time. Here are some tips to save your time.