Trending Posts

Latest Posts




How to easily convert your existing Laravel application into a Progressive Web App by using WorkBox

I recently migrated my personal blog ie ShareurCodes which was created by using Laravel 5.6 into a Progressive Web App (PWA) by using WorkBox 4. The migration was much easier than I expected and took me less than 1 day. The WorkBox is a tool created by Google to ease up painfull complex caching process. This […]

Read More


Create a Simple Online Readers Count badge using Laravel, React and Socket.IO

The Socket.IO is a simple and elegant open source library that can be used to create real-time applications like chat applications etc. Today I will show you how to make a simple real-time online reader badge react component for your blog post by Injecting React component in your existing, Laravel blade template.  I am also […]

Read More


Create a Simple Pagination using Laravel and React

Create a Simple Pagination using Laravel and React

Laravel has built-in easy-to-use pagination of database results out of the box. Today I will show you how to use Laravel built in Pagination along with React Paginate which is a small easy to use ReactJS component to render pagination to build a custom simple pagination as quick as possible by Injecting React component in your existing, blade […]

Read More


Create Infinite Scroll in Laravel Using React

Create Infinite Scroll in Laravel Using React

I believe everybody is familiar with YouTube’s and Facebooks’s Infinite scroll. The Infinite scroll definitely helps you to improve overall look and feel of your application and helps you to avoid the need for long pagination list. But for me, it is your personal choice. If you like pagination stick with it but if you like […]

Read More


Create a jQuery Image upload widget with preview and image cropping in Laravel

The user profile avatar upload option is pretty much standard in all websites which has user registration option nowadays. But many websites skip the image cropping options in profile photo upload module to avoid unwanted complications. But this results in stretched profile photo on their websites. This uncropped images also take more space of your […]

Read More




How to Create a React Live Search Component with Images and Custom HTML in Laravel

I think everybody is familiar with the concept of Ajax Live Search ie a Search box that gives the suggestions that are updated as per the string entered by the user. These suggestions come in real-time from the connected database. Every day we are seeing it when we are using Google or YouTube where we get related results […]

Read More


Create a Simple Reusable Image Lazy Loading Component in Laravel using Vue.js

Initial loading of big images can negatively affect your website’s overall performance and can even lead to low SEO rankings. Google has indicated site speed (and as a result, page speed) is one of its algorithms used to rank page. A simple solution to this is to Lazy Load all big images. Many famous sites like […]

Read More


Ajax Live search with Images and Custom HTML in Laravel using Vue.js

I think everybody is familiar with the concept of Ajax Live Search. Every day we are seeing it when we are using Google or YouTube where we get related results in the drop-down menu associated with input search field. Almost all websites you visited will have a similar search functionality including this. Basically, everybody uses 3rd […]

Read More

Read More

ShareurCodes

ShareurCodes is a code sharing site for programmers to learn, share their knowledge with younger generation.