Skip to content
View yasufadhili's full-sized avatar
๐ŸŽฏ
Focusing
๐ŸŽฏ
Focusing

Block or report yasufadhili

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this userโ€™s behavior. Learn more about reporting abuse.

Report abuse
yasufadhili/README.md

๐Ÿ’ป Systems Networking Explorer | Low-Level Voyager

Typing SVG

๐Ÿ“ก System Specs

struct Developer {
    const char* name = "Yasu Fadhili";
    const char* focus = "Low-level systems & networking";
    const char* level = "Student";
    std::array<std::string, 3> core_domains = {
        "Low level networking",
        "Network Protocol Design",
        "Systems Programming",
        "Performance Optimisation"
    };
    uint16_t port = 443; // Always open for collaboration
} __attribute__((packed));

๐Ÿ”ง Core Systems

C++ Linux TCP/IP CMake

๐ŸŒŒ System Architecture

โ””โ”€โ”€ expertise/
    โ”œโ”€โ”€ protocols/
    โ”‚   โ”œโ”€โ”€ TCP/IP
    โ”‚   โ”œโ”€โ”€ UDP
    โ”‚   โ””โ”€โ”€ Custom Protocol Design
    โ”œโ”€โ”€ optimisation/
    โ”‚   โ”œโ”€โ”€ Cache Optimisation
    โ”‚   โ”œโ”€โ”€ Memory Management
    โ”‚   โ””โ”€โ”€ Lock-Free Programming
    โ””โ”€โ”€ systems/
        โ”œโ”€โ”€ Kernel Development
        โ”œโ”€โ”€ Network Stack
        โ””โ”€โ”€ Real-time Systems

๐Ÿ“Š Performance Metrics

๐Ÿ’พ Most Used Languages

๐Ÿ” Current System Traces

// Recent projects and contributions
namespace current {
    class Projects {
    public:
        void network_protocol_framework();  // Custom protocol implementation
        void kernel_module_development();   // Linux kernel contributions
        void lock_free_data_structures();   // High-performance containers
    private:
        std::atomic<bool> always_learning{true};
    };
}

๐Ÿ›ฐ๏ธ Network Interfaces

๐Ÿ“š Technical Documentation

  • ๐Ÿ”ฎ Learning network protocol design and implementation
  • ๐Ÿ”ง Exploring with kernel-level programming
  • โšก Focus on high-performance, low-latency systems
  • ๐Ÿ› ๏ธ Custom memory allocators and data structures
  • ๐Ÿ” Network stack optimisation

๐ŸŒ System Load

Profile views Followers


while(true) { optimise(); learn(); contribute(); }

Pinned Loading

  1. tonet tonet Public

    Real-Time File Sharing Across Devices. Very early development.

    C++

  2. knox_auth knox_auth Public

    An Authentication app API in Python using Django and Django Rest Framework with Django Rest Knox

    Python