Blog.

    Image upload in Laravel 8

    In this tutorial I will show you how to create an image uploader form with using Laravel 8. The uploaded images will be saved in the storage directory, and called back in the view.

    Display data in ajax modal with Laravel

    In this tutorial I will show you how to create a modal what shows user details, where the requested data is dynamically injected with ajax in Laravel 8.

    Ajax form submission in Laravel

    In this tutorial I will show you how to create an ajax file upload field (with image preview) when other form fields present also.

    Laravel 8 login authentication

    In this tutorial I will show you how to create a basic login authentication for Laravel 8.

    Create dark mode switch in Laravel 8

    In this tutorial I will show you how to create a light / dark mode switch as a new setting based on the user's choice from scratch. The value of the setting will be saved in the database, so if the user signs out, the setting will remain in the future logins.

    Easy gallery lightbox with jQuery

    In this tutorial, I will show you how to create an easy, simple image gallery lightbox using jQuery, Html and Css without a plugin.

    Jekyll Sharp Styleguide Template

    A fresh, lightweight custom built styleguide template to use with Jekyll sites. Just download or clone from the github repo and start building your site upon it!

    Connect to localhost on iPhone

    In this tutorial I will show you how to live connect to your local site from an iphone with MAMP, WordPress and Jekyll.

    Simple responsive lightbox with Html and jQuery

    In this tutorial I will show you how to create an easy, simple responsive lightbox with Html & jQuery, without using a third-party plugin.