Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
chiloanemike committed Apr 9, 2024
1 parent 17094f7 commit 5068dd6
Show file tree
Hide file tree
Showing 7 changed files with 25 additions and 6 deletions.
2 changes: 1 addition & 1 deletion components/intro.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ export default function Intro() {

<a
className="group bg-white px-7 py-3 flex items-center gap-2 rounded-full outline-none focus:scale-110 hover:scale-110 active:scale-105 transition cursor-pointer borderBlack dark:bg-white/10"
href="/2023CV.docx"
href="/2023CV.doc"
download
>
Download CV{" "}
Expand Down
29 changes: 24 additions & 5 deletions lib/data.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@ import React from "react";
import { CgWorkAlt } from "react-icons/cg";
import { FaReact } from "react-icons/fa";
import ss from "@/public/ss.jpg";
import device_location from "@/public/device_location.png";
import quizzie from "@/public/quizzie.jpg";
import banking from "@/public/banking.png";
import wordanalyticsImg from "@/public/wordanalytics.png";

export const links = [
{
Expand Down Expand Up @@ -34,21 +34,33 @@ export const links = [
] as const;

export const experiencesData = [
{
title: "Intermediate Java Software Engineer",
location: "Lexis Nexis, International",
description:
"Write and review portions of detailed specifications for the development of system components of moderate complexity.\n" +
"Complete simple bug fixes.\n" +
"Work closely with other development team members to understand product requirements and translate them into software designs.",
icon: React.createElement(CgWorkAlt),
date: "2023-Present",
},
{
title: "Java Software Engineer",
location: "Convergenc3, Pretoria",
description:
"I graduated after 6 months of studying. I immediately found a job as a front-end developer.",
"Assisting in the design and development of Ful Stack Web Applications using React and Spring Boot micro-services.\n" +
"Contributing to the creation of QA Tools, Collaborating on the design and implementation of CRM Workflows with Apex and Visual Code.",
icon: React.createElement(CgWorkAlt),
date: "2023",
date: "2022-2023",
},
{
title: "Full-Stack Developer",
location: "Maphori Express, Polokwane",
description:
"I'm now a full-stack developer working while also studying for my . My stack includes Java, React, TypeScript, Tailwind and MongoDB.",
"Assisting in the design and development of Full Stack Web Applications using React and Spring Boot micro-services.\n" +
"Contributing to the creation of QA Tools.",
icon: React.createElement(FaReact),
date: "2018 - 2023",
date: "2018 - 2022",
},
{
title: "Bsc Computer Science",
Expand All @@ -61,6 +73,13 @@ export const experiencesData = [
] as const;

export const projectsData = [
{
title: "Camara Device Location",
description:
"This built this api based on camara specifications that allows telco-capability to track the location of their devices.",
tags: ["Java", "Springboot","Kafka", "Micro-Service", "sockets.io","React", "MongoDB", "Tailwind"],
imageUrl: device_location,
},
{
title: "Social Simulator",
description:
Expand Down
Binary file added public/2023CV.doc
Binary file not shown.
Binary file removed public/2023CV.docx
Binary file not shown.
Binary file added public/device_location.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added public/student-management.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added public/vehicle-tracker.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 5068dd6

Please sign in to comment.