Mindblown: a blog about philosophy.

  • Generate PDF in Laravel

    Generate PDF in Laravel

    Laravel Package for FPDF FPDF is a PHP class which allows to generate PDF files with pure PHP, that is to say without using the PDFlib library. F from FPDF stands for Free: you may use it for any kind of usage and modify it to suit your needs. FPDF has other advantages: high level…

  • A Laravel Package to create QR Code in a very simple way

    A Laravel Package to create QR Code in a very simple way

    Laravel Package for QR Code generator in easy way. A QR code (quick response code) is a type of 2D bar code that is used to provide easy access to information through a smartphone. In this process, known as mobile tagging, the smartphone’s owner points the phone at a QR code and opens a barcode…

  • A practical example of S.O.L.I.D, the way to become a good developer

    A practical example of S.O.L.I.D, the way to become a good developer

    Hello guys, today I will describe you practically, how to doing code using SOLID? SOLID is a software engineering process. Someone did error free code in an anonymous way, that is running fine, but whenever need to change code within a finished product it is all time very difficult to changing code in every part…

  • What is D(Dependency Inversion Principle)?

    What is D(Dependency Inversion Principle)?

    I have already described four principles of SOLID’s, today I am describing last and final one D, which acronym is Dependency Inversion Principle (DIP). I would like to request you that before proceeding in this tutorial, please read my previous tutorials on S.O.L.I.D’s four principles. The D(dependency principle was defined by Robert C. Martin in…

  • What is ISP(Interface segregation principle)

    What is ISP(Interface segregation principle)

    Hello everyone, Today I would like to describe S.O.L.I.D’s I principle, which acronym is interface segregation principle. But before proceeding this tutorial, please read my previous tutorial on S.O.L.I.D’s S,O,L principles. Robert C martin has introduced this principle during he was working for Xerox, . The Interface Segregation Principle states that clients should not be…

Got any book recommendations?