```java
// File: CedricKaseraProfile.java
public class CedricKasera {
public static void main(String[] args) {
System.out.println("Hi π, I'm Omar Kasera (Cedric)");
System.out.println("A passionate frontend/backend developer from Kenya π°πͺ");
// Current Focus
String currentlyLearning = "Go";
String collaborationInterest = "Open to collaborating on projects";
String helpNeeded = "Looking for help with React Native";
String contactEmail = "omarkasera05@gmail.com";
String funFact = "ANIME fan π";
// Contact and Projects
String github = "https://github.com/Cedric-Kasera";
String linkedIn = "https://www.linkedin.com/in/omar-kasera-124737274/";
String instagram = "https://instagram.com/omar_kasera";
// Tech Stack
String[] techStack = {
"C", "C++", "Java", "JavaFX", "Kotlin", "PHP", "Python",
"HTML5", "CSS3", "JavaScript", "TypeScript", "React", "React Native",
"Next.js", "Node.js", "Laravel", "Tailwind CSS", "Vite",
"Firebase", "Netlify", "Vercel", "Apache", "MySQL", "MongoDB"
};
// Let's print out all the info
System.out.println("\nπ± Currently Learning: " + currentlyLearning);
System.out.println("π― " + collaborationInterest);
System.out.println("π€ " + helpNeeded);
System.out.println("π¨βπ» All Projects: " + github);
System.out.println("π¬ Ask me about: Java, C++");
System.out.println("π« Contact me at: " + contactEmail);
System.out.println("β‘ Fun fact: " + funFact);
System.out.println("\nπ Connect with me:");
System.out.println("πΉ LinkedIn: " + linkedIn);
System.out.println("πΉ Instagram: " + instagram);
System.out.println("\nπ» Tech Stack:");
for (String tech : techStack) {
System.out.println("π§ " + tech);
}
}
}
π§βπ»git commit -m "Hello there ya'll"
Highlights
- Pro
Pinned Loading
-
full-stack-sis
full-stack-sis PublicForked from safak/full-stack-school
A complete school information system
TypeScript 1
-
-
-
Ohryzon/apimoq-cli
Ohryzon/apimoq-cli PublicA lightweight, persistent local API simulator for frontend development.Define the API your frontend expects. Get a real, stateful, local implementation of it - until the real backend is ready.
TypeScript 1
Something went wrong, please refresh the page to try again.
If the problem persists, check the GitHub status page or contact support.
If the problem persists, check the GitHub status page or contact support.



