michael@digital-space: ~
          
        michael@digital-space:~$ whoami
      
      
        Michael Jarry
      
      
      
        michael@digital-space:~$ cat about.txt
      
      Welcome to my digital terminal space!
I'm a developer passionate about:
• Linux systems and open source
• Programming and software architecture
• Terminal workflows and automation
• Sharing knowledge with the community
        michael@digital-space:~$ ls -la ~/projects
      
      total 4
drwxr-xr-x 2 michael michael 4096 Dec 20 10:30 .
drwxr-xr-x 3 michael michael 4096 Dec 20 10:29 ..
-rw-r--r-- 1 michael michael 256 Dec 20 10:30 blog-posts/
-rw-r--r-- 1 michael michael 128 Dec 20 10:30 about-me/
-rw-r--r-- 1 michael michael 64 Dec 20 10:30 contact/
        michael@digital-space:~$ ./navigate.sh
      
      Available commands:
          ./view-posts.sh
          # Read my latest thoughts and tutorials
        
        
          ./about-me.sh
          # Learn more about who I am
        
        
          ./contact.sh
          # Get in touch
        
      
        michael@digital-space:~$ █