Cool Tech Stuff By,
RICO.DEV
Crafting scalable solutions
Get to use Free Open Sourced Api's to integrate with your front end Applications
Read My Blogs
My blogs cover topics such as React, Java, Spring Boot, and Node.js, providing insights and tutorials to help you enhance your development skills.
DevLink API Hub
DevLink API Hub offers seamless, easy-to-integrate APIs for front-end developers to connect their projects to a robust backend.
WasteWise
WasteWise helps households efficiently manage waste by linking them with nearby collectors, aiming to minimize pollution.
My Journey
Worked at AMS East Africa
[2024-present]
Created Animal Management System for a startup company
Worked at GAiF.ai
[2024-present]
Created a website and a Chat application for a startup company dealing with AI
Problem Solving Skills
[2023-end of 2023]
Started To build real world Application to solve day to day problems.
Learn frontend & Backend frameworks
[2023-mid 2023]
Understood the components that build react apps and Developed several projects
Learn Coding Skills
[2022-end of 2022]
Started My Web Development Journey with HTML, CSS, and JavaScript.
Streamline DevelopmentOptimize Software Solution
Build smarter software with efficient, scalable, and maintainable solutions. Focus on quality and performance to drive real value and future-proof applications.
50% Learn
80% Learn
Work Process
import { devMood } from 'rico.dev';
const devMood = [
"Focused Mode 😤",
"Coffee Break ☕",
"Debugging Zone 🐞",
"Creative Burst 💡"
];
function toggleDevMood() {
let mood = devMood[Math.floor(Math.random()
* devMood.length)];
console.log("Current Dev Mood: ", mood);
}
toggleDevMood();
Developing Dreams
One Line Of Code at a Time
"Turning ideas into reality with every line of code. Committed to creating clean, efficient solutions that make an impact."