JHJahid Hasan Shantoinnotes.shanto.dev·2d ago · 29 min readEcobazar Building My First Full-Stack E-Commerce Store (Next.js 16, MongoDB, NextAuth v5)A step-by-step teardown of a real Bangladeshi organic-grocery store I built from scratch.#Live Demo#Repo Link This is my first full-stack project and I wanted to write down every single thing I built 30
JHJahid Hasan Shantoinnotes.shanto.dev·Jul 13 · 1 min readIntroduction to JavaScriptএই ব্লগ তাদের জন্য— যারা JavaScript শেখা শুরু করেছে যারা var, let, const নিয়ে কনফিউজ যারা Interview-তে উত্তর দিতে পারে না যারা মুখস্থ না করে বুঝে শিখতে চায় যদি আপনি তাদের একজন হন, তাহলে স্বাগত00
JHJahid Hasan Shantoinnotes.shanto.dev·Sep 4, 2025 · 5 min readLaravel BasicsHow to kick start a Laravel project? First we need to go Laravel official website and open getting started page. If you’re creating this application for the first time you need to install PHP, Composer and Laravel installer. In addition, you should i...00
JHJahid Hasan Shantoinnotes.shanto.dev·Sep 4, 2025 · 5 min readLearn PHP BasicsWhat is scope resolution operator in PHP? The Scope Resolution Operator in PHP, also known as the "double colon" or ::, is a token that allows access to static, constant, and overridden properties or methods of a class. It provides a way to refer to ...00
JHJahid Hasan Shantoinnotes.shanto.dev·Mar 18, 2025 · 3 min readThe Grammar of PHP: Understanding the Language StructurePHP (Hypertext Preprocessor) is one of the most widely used server-side scripting languages for web development. Like all programming languages, PHP has a defined grammar and syntax that dictate how code should be structured. In this blog, we will ex...00