PHP
CORS Visualized
Let’s see what CORS is actually doing, and why it’s actually our friend. Read More
Let’s see what CORS is actually doing, and why it’s actually our friend. Read More
Here are 5 simple Laravel tips and tricks that you can start applying and using in your Laravel applications right now! Read More
My colleague Alex recently fixed a strange problem with Redis. Read More
FullCalendar is a JavaScript library which uses for displays calendar on the website with the scheduled event. It is used for managing events. We can add, modify and delete the event very easily. Here user can only give the title for a Read more…
We know there are LOTS of tutorials on youtube and everywhere for beginners, but what about SSr. and Sr. developers? where do you learn new tricks about PHP? do you have specific sites/blogs to read Read more…
Sending an Email is a very common functionality in any web application. For example, we can send welcome Email when user register on our website, send a newsletter Email, sending an invoice, sending a birthday Read more…
Description. Array in JavaScript is used to store multiple values in a single variable. It is just like objects which has methods to perform traversal and mutation operations. Neither the length of a JavaScript array Read more…
In this tutorial, We will learn how to implement Datatables with server side processing in Laravel. Here we will get data from MySQL database through ajax in Laravel. Datatables helps in adding sorting, paging and Read more…
Compress Image Size In PHP. The large size image may take more time to upload on a server. It also takes more time to load on a page. So it is good practice to minimize Read more…
Email Availability In CI 4 And Vuejs. In this post, we will make a script for implement email availability for registration feature using Vue.js and CodeIgniter 4. This is very common functionality and it is Read more…