Skip to content

ricalnet/ricalnet

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 

Repository files navigation

Oh, Hello There 👋

Open Source Love

I'm Risnanda Pascal, an IT/ICT & Privacy Engineer focused on secure infrastructure, network privacy, and data protection compliance.

#!/bin/bash

class_name="Risnanda Pascal"
role="Infrastructure & Privacy Engineer"
language_spoken=("id_ID" "en_US")
interests=(
    "Self-hosted infrastructure"
    "Network privacy & anonymization"
    "Data protection regulations"
    "Linux system administration"
)

display_profile() {
    echo "=== Profile ==="
    echo "Name: $class_name"
    echo "Role: $role"
    echo "Languages: ${language_spoken[*]}"
    echo "Interests: ${interests[*]}"
}

say_hi() {
    echo "Thanks for stopping by. I hope you find the resources useful."
}

display_profile
echo "---"
say_hi

📝 Website & Blog

📔 Featured Blog Posts


📈 Contribution Activity

Rical's Contribution Graph


Thanks for visiting. I hope you find the work here useful.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors