java<br>@RestController<br>@RequestMapping("/api/developer")<br>public class FredrickOnyango {<br><br> private final String name = "Fredrick Onyango";<br> private final String location = "Kenya";<br> private final String role = "Software Developer @ Cine Creatives";<br> private final String founder = "Founder & Lead Innovator @ Apex";<br><br> @GetMapping("/about")<br> public Map<String, Object> about() {<br> return Map.of(<br> "name", name,<br> "role", role,<br> "founder", founder,<br> "mission", "Building intelligent software solutions that solve real-world challenges through AI, automation, and scalable technology.",<br> "currentProjects", List.of(<br> "Apex - AI-Powered Rental Intelligence Platform",<br> "Adaptive CBC Learning Solution",<br> "Cloud-Native Full-Stack Applications"<br> ),<br> "interests", List.of(<br> "Artificial Intelligence",<br> "Machine Learning",<br> "Software Engineering",<br> "Cloud Computing",<br> "Automation",<br> "System Design"<br> ),<br> "currentlyLearning",<br> "Advanced AI/ML focused on training efficient, scalable, and impactful models.",<br> "collaboration",<br> "Open to startups, internships, open-source contributions, and innovative technology projects.",<br> "philosophy",<br> "Build technology that empowers businesses, communities, and future generations.",<br> "status",<br> "Always learning. Always building. Always innovating."<br> );<br> }<br>}<br>
[](https://facebook.com/Fredrick Onyango) [
](https://instagram.com/Fredrick Onyango) [
](https://linkedin.com/in/Fredrick Onyango) [
](https://mastodon.social/@Fredrick Onyango)
[](https://paypal.me/Fredrick Onyango)


