Authenticating certain controller methods in Laravel
January 22, 2020 — There are basically two ways of using the auth
middleware to authenticate the routes in Laravel.
A blog on PHP, JavaScript, and more
January 22, 2020 — There are basically two ways of using the auth
middleware to authenticate the routes in Laravel.
January 21, 2020 — I started this website to establish my web presence on the holy internet. I wanted to keep a portfolio of my projects and to blog about random stuff (very rarely). Back then, I was only used to post articles whenever I feel like. But then, something’s changed.
January 20, 2020 — Laravel’s Blade::if()
method already comes with the following directives in order to check various conditions in blade template files.
January 15, 2020 — Sometimes, it’s convenient when you could get to access class objects as arrays. For instance, the time when one of the class properties is of type array and you want to manipulate it just like you’d do with an array without exposing it during object creation. I’ve included a real world example of where this could be useful, at the end of the article. So, read on!
January 13, 2020 — My thoughts on why it would be a good idea to be more like a terminator and less like a human.
January 9, 2020 — There comes a scenario in your app where there are some fields in your form that are dependent on an another field’s state.
January 4, 2020 — There are several ways to iterate over things in JavaScript. Most notable way is to use loops. Loop constructs includes for
, forEach
, do...while
, while
, for...in
and for...of
. All these constructs loops over synchronous iterables such as arrays, objects, strings etc.
December 30, 2019 — The other day, there was a situation where I needed to implement a multiselect configuration setting in my Magento2 application. So, I thought of documenting the process. So, the scenario was to implement a setting which enlist all the product attribute set and all those can be multiselect-able. Here’s how I did it.
December 29, 2019 — Podcasts are a great way to listen to the people you like who talk about the things they are specialized in. I’ve recently started listening to a handful of technology and non-technology podcasts on Google Podcasts while my commute to office and back. I’m going to compile down all the best tech podcasts that I’ve subscribed to and listen to daily.
December 23, 2019 — JavaScript is not a statically typed language. A language is a statically typed if the type of a variable is known at compile-time instead of at run-time. Common examples of statically-typed languages include Java, C, C++, Swift, Kotlin and Scala.
Awesome Sponsors
Download my eBook
(Includes PHP 8.1 and 8.2)
Follow me everywhere