MMMukibul Minhazinmukibulminhaz.hashnode.dev·Sep 22, 2023 · 7 min readএকজন ভালো ডেভেলপার হওয়ার ১০ স্কিল১. প্রোগ্রামিং নলেজ: মিনিমাম একটা প্রোগ্রামিং ল্যাংগুয়েজ তোমাকে দক্ষ হতেই হবে। এবং দরকার হলে সেই একটা প্রোগ্রামিং ল্যাংগুয়েজ এর আশেপাশে কিছু জিনিস থাকলে সেগুলাও জানতে হবে। যেমন, ওয়েব ডেভেলপার হতে হলে তোমাকে জাভাস্ক্রিপ্ট জানতে হবে। সেটার আশেপাশে HTML...00
MMMukibul Minhazinmukibulminhaz.hashnode.dev·Sep 20, 2023 · 7 min readCSS Box Model, Pseudo Class, Position*Understanding inline, block, inline-block elements Here are the block-level elements in HTML: <address> <article> <aside> <blockquote> <canvas> <dd> <div> <dl> <dt> <fieldset> <figcaption> <figure> <footer> <form> <h1>-<h6> <header> <hr> <li> <main>...00
MMMukibul Minhazinmukibulminhaz.hashnode.dev·Sep 20, 2023 · 1 min readBuilding a professional Portfolio<header> <nav></nav> </header> <main> <section></section> - about <section></section> - what i do <section></section> - summary of my resume <section></section> - contact page <footer></footer> </main> img width 468px /584px height 533px /676px...00
MMMukibul Minhazinmukibulminhaz.hashnode.dev·Sep 8, 2023 · 1 min readGit Commandschecking whether the git is installed or not \>git --version commands for sending data in git after creating a new repository \>git init \>git add . \>git commit -m "first commit" \>git branch -M main \>git remote add origin https://github.com/Minha...00
MMMukibul Minhazinmukibulminhaz.hashnode.dev·Aug 26, 2023 · 14 min readLearn and Explore CSS as a BeginnerCSS means Cascading Style Sheet It is a powerful sheet for ornamenting the html pages There are 3 types of CSS. They are as follows: Internal CSS If we use <style> </style> in the HTML <head></head> for styling CSS External CSS If we use an externa...00