> INITIALIZING SYSTEM... [OK]
> LOADING USER PROFILE... [OK]
Hi there! 👋
> AWAITING INPUT..._
root@bisu:~/profile# cat whoami.txt
I am a student pursuing a Bachelor of Computer Science in Network Technology & Cyber Security (Hons) at Lincoln International College in Nepal. I am building a strong foundation in networking, cyber security, programming, and databases.
I know Python, Go, and C++ basics, and I am continuously learning by practicing code, exploring databases, and improving my understanding of secure systems.
My goal is to grow into a capable technology professional who can build practical software, understand infrastructure, and protect systems with a security-first mindset.
root@bisu:~/profile#
Present
Current Focus
Learning Path
Ongoing
$ cat degree_info.json
{
"institution": "Lincoln International College",
"degree": "B.Sc (Hons) in Network Technology & Cyber Security",
"focus": ["Networks", "Information Security", "Programming", "Database Systems"],
"location": "Kathmandu, Nepal",
"status": "Pursuing"
}
$ _
$ ./check_db_cluster.sh
[OK] PostgreSQL Node 1 - Connected (Port 5432)
[OK] MongoDB Cluster - Active & Sharded
$ run-backend --stack=Go,Python,Cpp
Loading environment configs...
Binding endpoints [GET /api/v1/journey, POST /api/v1/auth]
[SUCCESS] API server running on port 8080
$ _
$ cat cybersecurity_modules.txt
--- Lincoln College BCS Coursework ---
[✓] Network Fundamentals
[✓] Operating Systems (OS)
[✓] Cyber Ethics & Policy
$ check-online-learning --resources
Syncing online platform feeds (TryHackMe, PortSwigger)...
[OK] Sync Complete: Threat Analysis & Practicals
$ _
$ git log --oneline -n 3
4d09f30 (HEAD -> main, origin/main) chore: add netlify.toml
dd3a6c9 feat: add interactive terminal resume page
ee37420 init: structure neo-brutalist portfolio layout
$ git status
On branch main. Your branch is up to date with 'origin/main'.
nothing to commit, working tree clean
$ _
postgres=# SELECT degree, institution, location, status FROM education;
| degree | institution | location | status |
|---|---|---|---|
| B.Sc Network Tech & Cyber Sec (Hons) | Lincoln International College | Kathmandu, Nepal | Pursuing |
(1 row)
postgres=# SELECT name FROM languages;
| name |
|---|
| Nepali |
| English |
| Tamang |
| Hindi |
(4 rows)
postgres=#
guest@bisu:~$ ./support_script.sh --sponsor
[*] Initializing support protocol...
I am actively studying computer science, network security, and database systems.
If you like my projects, want to support my education milestones, or simply appreciate my work, consider sponsoring me!
[?] Would you like to send support? (Y/n)
guest@bisu:~$ Y
[✓] Redirecting to secure channel...
guest@bisu:~$