Mindblown: a blog about philosophy.

  • A complete Laravel CRUD using Laravel Resource API with Vue Js, and how to setup environment for Vue in Laravel?

    A complete Laravel CRUD using Laravel Resource API with Vue Js.

  • serialize vs json in PHP

    serialize vs json in PHP

    Today I am discussing, serialize vs json_encode and their opposite unserialize vs json_decode, maybe this topic allreay very simple to someone, but there is many whom are not still clear about serialize and json_encode. When we use serialize? use serialize when your application is specific to PHP, This is useful for storing or passing PHP…

  • EQUI JOIN or INNER JOIN

    EQUI JOIN or INNER JOIN

    In SQL join means, two or more related tables join together by their two common characterize columns one is primary key another is detail or foreign key in those tables. In SQL, INNER or EQUI join means records in detail table will be returned only when detail or foreign key column values are matched with…

  • SELECT Statement in SQL

    SELECT Statement in SQL

    SQL(Structured Query Language), still it is mostly used as a language of database, handling every and each resources from a database using sql. In this episode I am here for discussion about sql in detail begining to advance level. And this episode will continue till stored function, stored procedure as well as trigger in sql.…

  • Using AWS sns ios push notification in Laravel as well as in core PHP

    Using AWS sns ios push notification in Laravel as well as in core PHP

    # ios-push-notification Ios push notification in Laravel using AWS sns Amazon Simple Notification Service (SNS) is a flexible, fully managed pub/sub messaging and mobile notifications service for coordinating the delivery of messages to subscribing endpoints and clients. With SNS you can fan-out messages to a large number of subscribers, including distributed systems and services, and…

Got any book recommendations?