..
x .d00"
f. u. u. f. .u . x. . 5000R
x@00k u@00c. ...ue000b ...ue000b .d00B :@0c .@00k z00u '1000
^"0100""0110" 0100 0010r 0100 0001r ="0000f0000r ~"0100 ^0011 0100
0101 0101 0100 1001> 0101 0010> 4000>'00" 0100 1111 0010
0100 0011 0101 0100> 0100 0101> 4000> ' 0100 1110 0001
0100 1011 0101 0111> 0000 0000> 4000> 0100 0111 0010
0101 1001 u0000cJ000 u0000cJ000 .d000L .+ 0101 ,0010 . 0100
"0101' 0101" "*000*P" "*000*P" ^"0000*" "0000Y 0000" .1000 .
"" 'Y" 'Y" 'Y" "Y" `Y" 'YP ^*000%
"%
🌐︎ : https://bitwa.re ✉️ : noorul@bitwa.re
STACK = [
("Automation ", ["n8n"]),
("Languages", ["C", "C++", "C#", "Java", "Python", "JS", "TS", "R"]),
("Frontend ", ["Next.js", "React", "Tailwind CSS"]),
("Frameworks", ["Node.js", "FastAPI", ".NET"]),
("Databases ", ["PostgreSQL"]),
("Cloud", ["GCP", "AWS", "Kubernetes"]),
("Mobile Dev", ["Flutter","Swift"]),
]
def print_section():
print("N00RVL :: PROFILE\n")
print("Stack:")
for name, items in STACK:
print(f"- {name}:")
for i, val in enumerate(items):
suffix = "," if i + 1 < len(items) else ""
print(f" {val}{suffix}")
if __name__ == "__main__":
print_section()