Hi , I’m Aditya Dhade (b1ink0)

🔭 A passionate Self-taught Full Stack Web developer

💬 Ask me about React.js, Next.js, Node.js, MongoDB, Firebase, PHP, MySql, and WordPress

Check out latest articles

  • Finally Training Finished 🙂‍↔️

    Summary: Training Start -> Training End ( Long 3 and a half months 🙂‍↕️ ). So, really, the experience was all over the place with excitement, tight deadlines, and fun…

    /

  • Enums in PHP

    Enums in PHP

    Enumerations are a restricting layer on top of classes and class constants, intended to provide a way to define a closed set of possible values for a type. Simple Example:…

    /

  • Attributes in PHP

    Attributes in PHP

    Attributes offer the ability to add structured, machine-readable metadata information on declarations in code: Classes, methods, functions, parameters, properties and class constants can be the target of an attribute. The…

    /

  • Covariance & Contravariance in PHP

    Covariance & Contravariance in PHP

    Return Type Covariance Covariance allows a child’s method to return a more specific type than the return type of its parent’s method. Parameter Type Contravariance Contravariance allows a parameter type…

    /

  • Deprecations & Backward Incompatible Changes PHP versions

    Array unpacking with string keys (PHP 7.4) PHP supports array spread operator ( …) for array unpacking. An array can be unpacked with another array if the array expression is prefixed with the…

    /