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
|
An AI-powered tool providing sustainable energy insights by leveraging African building data. |
A comprehensive business management system featuring advanced analytics, stock control, and predictive insights. |
|
A modern restaurant management platform designed for streamlined operations and enhanced customer experiences. |
A robust system to streamline pharmacy operations, including prescriptions and inventory management. |
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!");
}
}
5+ Years of professional experience
30+ Projects successfully completed
20+ Clients served worldwide
5+ Awards recognizing excellence in technology and innovation




