Skip to content

whitehathackerpr/whitehathackerpr

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

20 Commits
Β 
Β 
Β 
Β 

Repository files navigation

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

Typing SVG Profile Visits

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. As the founder of CODESPHERE INNOVATIONS (U) LIMITED, 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: CODESPHERE INNOVATIONS (U) LIMITED
  • πŸ‘― 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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published