@madinbloch
Laravel Developer
Nothing here yet.
Nothing here yet.
6d ago · 4 min read · So I thought this would be easy. React frontend. Laravel backend. One EC2 server. One domain. Done. That was the plan. Reality was very different. The plan (which looked simple on paper) React → UI
Join discussionFeb 7 · 5 min read · So far in this series, we understood three important things: Why Git exists What problems it solves How we use Git from the outside (add, commit, etc.) Now comes a very natural question: What is Git actually doing inside when I run commands lik...
Join discussionFeb 7 · 4 min read · In the previous part, we saw how developers worked before Git and why it was painful. The main problems were simple but serious: No tracking of changes No collaboration No clear way to know who changed what So a natural question comes up: Is th...
Join discussionFeb 7 · 3 min read · HTML creates elements like: headings paragraphs divs buttons But CSS has one big question which element should I style? That’s what CSS selectors do. selectors are ways to choose elements so CSS knows where to apply styles without selectors, CS...
Join discussion