Skip to content

Instantly share code, notes, and snippets.

View mushfiqbh's full-sized avatar
🏠
Building up my skill

MD. MUSHFIQUR RAHMAN mushfiqbh

🏠
Building up my skill
View GitHub Profile
@mushfiqbh
mushfiqbh / Documentation.md
Created October 1, 2025 09:12
Project Documentation (School Management Web Application)

That's a solid draft! As a project manager, I'll enhance this into a full-fledged, actionable Project Documentation Guide by adding crucial management, risk, and deployment details, refining the structure, and ensuring clear traceability.

Here is the enhanced documentation:

School Management Website Project Documentation


1. Project Overview & Scope

@mushfiqbh
mushfiqbh / 00_Index.md
Last active September 14, 2025 15:54
OOP Lab Test Tutorial Answer
@mushfiqbh
mushfiqbh / 00_Index.md
Last active September 14, 2025 15:53
Data Structure and Algortithm in C++

Data Structure & Algorithm

C++ Code Shared in Codefile.io

OPEN

@mushfiqbh
mushfiqbh / PatternPrinter.java
Last active June 22, 2025 04:43
Java Pattern Printing Assignment
import java.util.Scanner;
public class PatternPrinter {
private static final Scanner scan = new Scanner(System.in);
public static void main(String[] args) {
System.out.println("\nWelcome to the Pattern Printing Program!");
while (true) {
System.out.println("\nPlease choose an option:");