🔭 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
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…
/
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…
/
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…
/
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…
/
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…
/
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…
/
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…
/
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…
/
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:…
/