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

  • HTML – CSS – SCSS – BEM

    Summary: Learning about HTML Semantics, CSS Layouts like Grid and Flexbox, SCSS, Block Element Modifier. HTML Semantics Elements such as <header>, <footer> and <article> are all considered semantic because they accurately describe the purpose of…

    /

  • Web Basics

    Summary: Learning about DNS, types of DNS servers, understanding HTTP/HTTPS, HSTS, and Browser Rendering Engines. Domain Name System (DNS) A Domain Name System (DNS) is a critical component of the…

    /

  • Git & SVN

    Summary: Understanding some advanced Git commands, Git Stash, Git Reset, Git Bisect, Git Rebase, Git Restore and Git Amend also learn about basic commands of SVN. Git Git is a distributed…

    /

  • Operating System Basics

    Summary: Learning about CLI, BASH, ZSH, FISH, Obscure but useful commands, understanding Cron and Threads. Command-Line Interfaces (CLI) Piping in Unix or Linux A pipe is a form of redirection…

    /

  • PHP Advanced Concepts

    summary: Going through some php advanced concepts like magic methods, variable variable, variadic functions, anonymous functions, dependency injection… Some Advanced Concept Magic Methods Magic Methods are fall-through methods that get called…

    /

  • PHP & MySQL

    Summary: Learning about variable scopes, escaping characters, strict types, dates, ad operations, interaction and connecting MySQL to PHP using PDO. Variable Scopes There are two types of scopes in the…

    /

  • Second Day At rtCamp

    Summary: Understanding workflow of our training, catching up with my rtBuddy, understanding the engineering basics course and the assignment for that course, glancing through the engineering basics course, catching up…

    /

  • First Day At rtCamp (Second Time)

    First Day At rtCamp (Second Time)

    On the first day, we had a few sessions where we learned about the culture and history of rtCamp, interacted with different teams, and were guided to set up accounts…

    /

  • 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:…

    /