Navigate your tech career as a student.
Become a master at DSA, win hackathons, and build the ultimate portfolio to land your dream job in Big Tech before you graduate.
Learn from UNILAG alumni thriving in Big Tech.
We frequently host exclusive talks and mentorship sessions. Hear directly from engineers who walked the exact same halls as you and are now building global products at the world's most demanding companies.
Explore upcoming talks// Problem: Two Sum
function twoSum(nums, target) {
const map = new Map();
for (let i = 0; i < nums.length; i++) {
const diff = target - nums[i];
if (map.has(diff)) {
return [map.get(diff), i];
}
map.set(nums[i], i);
}
}
// Status: Accepted (Runtime: 52ms)Stop grinding Leetcode alone.
Technical interviews are brutal. That's why we don't prepare in isolation. Join competitive DSA squads, race to solve algorithmic challenges, and get peer-reviewed feedback on your code.
Join the ArenaForm squads. Build products. Win.
The best resume is a shipped product. We organize intense, weekend-long building sprints where you collaborate with designers and developers to create real-world solutions.
The ultimate portfolio builder.
Stand out to recruiters by showing them what you've actually built. From idea to deployment, our hackathons force you to learn modern stacks and work in high-pressure environments.
- Team formation & matching
- Mentorship from senior students
- Prizes and recognition
- Resume-ready deployments
Project Nebula
1st PlaceBuilt by Squad Alpha • React, Next.js, Supabase
Meet the people behind the Hub.
Alex Johnson
Frontend Lead
Sarah Chen
Backend Engineer
David Okafor
Community Manager
Emma Wright
UI/UX Designer
Michael Chang
DevOps
Think you have what it takes to build the Hub?
Apply to Join Core