Hi — welcome!

Getting things ready...

if this getting longer check the netwok

hey, I'm..

Oshan Manidu

Welcome to my portfolio!

Trusted by

Scroll down to explore
CODE_EXECUTION: SUCCESS
CODE_STREAM.LOG
struct group_info *groups_alloc(int gidsetsize){
    struct group_info *group_info;
    int nblocks;
    int i;
    nblocks = (gidsetsize + NGROUPS_PER_BLOCK - 1) / NGROUPS_PER_BLOCK;
    /* Make sure we always allocate at least one indirect block pointer */
    nblocks = nblocks ? : 1;
    group_info = kmalloc(sizeof(*group_info) + nblocks*sizeof(gid_t *), GFP_USER);
    if (!group_info)
        return NULL;
    group_info->ngroups = gidsetsize;
    group_info->nblocks = nblocks;
    atomic_set(&group_info->usage, 1);
    if (gidsetsize <= NGROUPS_SMALL)
        group_info->small_block = group_info->small_block;
    else {
        for (i = 0; i < nblocks; i++) {
            gid_t *b;
            b = (void *)__get_free_page(GFP_USER);
            if (!b)
                goto out_undo_partial_alloc;
            group_info->blocks[i] = b;
        }
    }
    return group_info;
out_undo_partial_alloc:
    while (--i >= 0) {
        free_page((unsigned long)group_info->blocks[i]);
    }
    kfree(group_info);
    return NULL;
}
TERMINAL CONSOLE
>
>
>
>
PERSONAL BRAND ECOSYSTEM
OSHANMANIDU PHOTOGRAPHY
MR_OSH
EYELENSIA
Oshan Manidu
"Who Am I"

OSHAN MANIDU PHOTOGRAPHY

  • Photography
  • Photo Editing
  • Visual Storytelling
  • Branding Shoots
  • Event Photography
NSBM

SOFTWARE ENGINEER

  • Full Stack Development
  • Problem Solving
  • System Design
  • APIs & Integration
  • Clean Code

NETWORK TECHNICIAN

NVQ LEVEL 4
  • Network Installation
  • Troubleshooting
  • Routing & Switching
  • Firewall Configuration
  • Maintenance & Support

mr_osh

  • Videography
  • Video Editing
  • Cinematic Visuals
  • Reels & Shorts
  • YouTube Content
Eyelensia

EYELENSIA

ARCHITECTURE CINEMATOGRAPHER
  • Architecture Cinematography
  • 3D Walkthroughs
  • Real Estate Visuals
  • Drone Videography
  • Design Storytelling

CISCO CERTIFIED

  • Networking Fundamentals
  • Cisco Routing & Switching
  • Network Security
  • Infrastructure Management
  • Best Practices

CLOUD OPERATIONS

  • Cloud Management
  • AWS / Azure / GCP
  • Storage & Backup
  • Monitoring & Alerts
  • Scalability & Security

PROBLEM SOLVER

  • Analytical Thinking
  • Creative Solutions
  • Debug & Optimize
  • Adapt & Overcome
  • Deliver Results

DEVOPS ENGINEER

  • CI/CD Pipelines
  • Automation
  • Infrastructure as Code
  • Docker & Kubernetes
  • Monitoring & Logging
SYSTEM INFO
LOCATION: SRI LANKA
FOCUS: INNOVATION
BUILD: 1.0.0
UPTIME: 24/7
PASSION: LIMITLESS
SKILL MATRIX
CREATIVITY
100%
TECHNICAL
100%
COMMUNICATION
95%
LEADERSHIP
90%
PROBLEM SOLVING
100%
SYSTEM SCAN
PHOTOGRAPHY [ WAIT ]
VIDEOGRAPHY [ WAIT ]
ENGINEERING [ WAIT ]
NETWORKING [ WAIT ]
DEVOPS [ WAIT ]
CLOUD [ WAIT ]
CERTIFICATIONS [ WAIT ]

PUBLIC_SIGNALS // NETWORK_CHANNELS

Connect with me

Reach out through verified public channels below. I keep my CV private for security — but I'm happy to share it directly if we're a good fit.