Skip to content
View whitehathackerpr's full-sized avatar
🏠
Working from home
🏠
Working from home

Block or report whitehathackerpr

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
whitehathackerpr/README.md

Hi there, I'm Akandwanaho Ivan (Alvin) πŸ‘‹

Typing SVG Profile Views

Connect With Me

LinkedIn GitHub TikTok Instagram ORCID Email

Spotify Now Playing
GitHub Activity Graph

πŸ‘¨β€πŸ’» About Me

Coding

I'm Akandwanaho Ivan Alvin, also known as Alvinβ€”a passionate Software Engineer, Cybersecurity Expert, and Tech Educator from Uganda. I specialize in turning complex problems into simple, elegant solutions through innovative software and secure systems.

  • πŸ”­ Currently: CTO & Head of Engineering at Waanverse Labs Inc.
  • 🌱 Founded: 4codex Technologies
  • πŸ‘― Leading: Cutting‑edge projects in cybersecurity, AI, and full‑stack development
  • πŸš€ Passionate about: Empowering communities through technology
  • πŸ’¬ Ask me about: Software Engineering, Cybersecurity, AI, Leadership

πŸ› οΈ Skills & Expertise

Python JavaScript Java C# PHP React Node.js Angular Laravel TensorFlow Docker AWS Ethical Hacking

Top Languages GitHub Stats

πŸ† Featured Projects

AI Energy Efficiency Tool

AI Energy Efficiency Tool

An AI-powered tool providing sustainable energy insights by leveraging African building data.

BizManage Pro

BizManage Pro

A comprehensive business management system featuring advanced analytics, stock control, and predictive insights.

2K Restaurant

2K Restaurant

A modern restaurant management platform designed for streamlined operations and enhanced customer experiences.

BKK Pharmacy

BKK Pharmacy

A robust system to streamline pharmacy operations, including prescriptions and inventory management.

πŸ’» Code Samples

Python - Neural Network Model
def create_model():
    model = Sequential([
        Conv2D(32, (3, 3), activation='relu', input_shape=(32, 32, 3)),
        MaxPooling2D((2, 2)),
        Dropout(0.25),
        Conv2D(64, (3, 3), activation='relu'),
        MaxPooling2D((2, 2)),
        Dropout(0.25),
        Flatten(),
        Dense(128, activation='relu'),
        Dropout(0.5),
        Dense(10, activation='softmax')
    ])
    return model

model = create_model()
C# - Hello World Example
using System;

namespace HelloWorld {
    class Program {
        static void Main(string[] args) {
            Console.WriteLine("Hello, World!");
        }
    }
}
Java - Hello World Example
public class HelloWorld {
  public static void main(String[] args) {
      System.out.println("Hello, World!");
  }
}

πŸ… Achievements

Trophy

5+ Years of professional experience
30+ Projects successfully completed
20+ Clients served worldwide
5+ Awards recognizing excellence in technology and innovation

πŸ“« Let's Connect

I'm always excited to connect with fellow developers, tech enthusiasts, and professionals.
Feel free to reach out for collaboration, mentorship, or just a chat about technology!

Β© 2025 Akandwanaho Ivan Alvin. All Rights Reserved

Pinned Loading

  1. AI-Chatbot AI-Chatbot Public

    A simple AI Chatbot built in Python that uses the OpenAI API to generate responses to user prompts via a command-line interface.

    Python 1

  2. Data-Visualization-Tool Data-Visualization-Tool Public

    This is a Python-based web application that allows users to upload datasets, analyze data, and create visualizations interactively. The tool is designed for ease of use and provides a simple interf…

    Python 1

  3. Database-Management-Tool Database-Management-Tool Public

    A simple shell script to automate common database tasks such as backing up and restoring a database. Supports both MySQL and PostgreSQL.

    Shell 1

  4. flights flights Public

    JavaScript 1

  5. Paychain Paychain Public

    PayChain is a decentralized payment system built on the Internet Computer (IC) blockchain. The system consists of two main components

    TypeScript 1

  6. uganda-telemedicine-app uganda-telemedicine-app Public

    Telemedicine and Health Consultation App

    JavaScript 1