Cursor Pagination vs. Traditional PaginationHello everyone! Today, I want to draw your attention to something we use every day — something that plays a crucial role in a developer’s…Mar 2Mar 2
Two Pointer & Validating PalindromeHey guys, its been a long time I have been away from writing. But I am back and I wish I can give you guys some good understanding about…Dec 7, 2023Dec 7, 2023
Creating Virtual Host on Linux Machine for your Laravel Applications — The Mighty GuideI have been doing Javascript programming for last 2 months, and haven’t worked on any Laravel application in that time. And when, on this…Mar 23, 20192Mar 23, 20192
Published incodeburstAuthenticate with more than just email and password with Laravel Default AuthenticationCrazy situations come up when clients asks for something that you haven’t seen. But this gives us the way to learn and I like these kind of…Jul 13, 2018Jul 13, 2018
Published incodeburstEncrypting Your Model Attributes“Only put off until tomorrow what you are willing to die having left undone.”May 30, 20181May 30, 20181
Published incodeburstCreating Events that are queueable and handle them with SupervisorSo, I have always been told that PHP is a single threaded language that means, bad news, we can’t do anything as a background process in…Apr 2, 20182Apr 2, 20182
Creating your own Artisan CommandsWe, as a developer, would like to automate many things in our project, like sending emails, newsletter, backing up database remotely (you…Mar 12, 20181Mar 12, 20181
Integrate TinyMCE editor in your Laravel Installation with a fileManagerIf you are somebody like me, that tries to make a demo out of every new technology I learn, and that too, classic blog.Mar 1, 20183Mar 1, 20183
Published incodeburstTrait Inheritance in Laravel, is it Necessary? Let’s find out.I am currently working on an open source project which is basically needing a major refactor of code, as many other developers have worked…Jan 26, 20182Jan 26, 20182
View Composers in LaravelIt’s always pretty easy to just start with an example of a blog. You are showing the blogs on the front-end of your site. Let’s say, you…Dec 17, 20171Dec 17, 20171