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
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