When thinking about what CSS framework to use for a new project, options like Bootstrap and Foundation readily jump to mind. They’re tempting to use because of their ready-to-use, pre-designed components, which developers can use with ease right away. This approach works well with relatively simple websites with a common […]
Blog
Image optimization — at least in my experience — has always been a major pain when building speedy websites. Balancing image quality and bandwidth efficiency is a tough act without the right tools. Photo editing tools such as Photoshop are great for retouching, cropping and resizing bitmap images. Unfortunately, they […]
React Native has different database storage mechanisms for different mobile app purposes. Simple structures — such as user settings, app settings, and other key-value pair data — can be handled easily using async storage or secure storage. Other applications — such as Twitter clones — fetch data from the server […]
get current url with parameters laravel 6, laravel 6 get current url with query string, laravel 6 get current url in controller, get current url with parameters and segment method laravel 6 example
How to check request is Ajax or not in Laravel 6, laravel 6 check if request is ajax, check request is Ajax or not in Laravel 6 example, determine if request if ajax or not in laravel 6
increment and decrement column in laravel 6, increment column value in laravel 6, decrement column value in laravel 6, increment and decrement table column in laravel 6, laravel 6 in increment and decrement column