Skip to content

Commit

Permalink
chore: update usernames
Browse files Browse the repository at this point in the history
  • Loading branch information
raexera committed Oct 10, 2024
1 parent f738042 commit 03687e2
Show file tree
Hide file tree
Showing 7 changed files with 248 additions and 232 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Rxyhn's Personal Website
# raexera's Personal Website

This is the source code for my personal website. It is built using [Astro](https://astro.build/).

Expand Down
9 changes: 4 additions & 5 deletions astro.config.mjs
Original file line number Diff line number Diff line change
@@ -1,11 +1,10 @@
import { defineConfig } from "astro/config";
import tailwind from "@astrojs/tailwind";
import react from "@astrojs/react";

import tailwind from "@astrojs/tailwind";
import icon from "astro-icon";
import { defineConfig } from "astro/config";

// https://astro.build/config
export default defineConfig({
site: "https://rxyhn.is-a.dev",
integrations: [tailwind(), react(), icon()],
site: "https://raexera.me",
integrations: [react(), tailwind(), icon()],
});
24 changes: 12 additions & 12 deletions cv.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"basics": {
"name": "Rayhan Kafi Pratama",
"nickname": "rxyhn",
"nickname": "raexera",
"label": "Undergraduate of Computer Science at Bina Nusantara University.",
"summary": "Passionate about continuously learning and building impactful open source projects. Experienced in software engineering with a focus on development and operations.",
"location": {
Expand All @@ -12,15 +12,15 @@
"socials": [
{
"network": "email",
"url": "mailto:rxyhn.dev@gmail.com"
"url": "mailto:raexera@gmail.com"
},
{
"network": "telegram",
"url": "https://t.me/rxxxyhn"
"url": "https://t.me/raexxera"
},
{
"network": "github",
"url": "https://github.com/rxyhn"
"url": "https://github.com/raexera"
},
{
"network": "linkedin",
Expand Down Expand Up @@ -140,7 +140,7 @@
{
"name": "Kanjo",
"description": "AI-Powered Sentiment Analysis Tool",
"url": "https://github.com/rxyhn/kanjo",
"url": "https://github.com/raexera/kanjo",
"highlights": [
"Implemented various machine learning models like Naive Bayes, SVM, and Random Forest for sentiment analysis.",
"Designed an intuitive Streamlit interface for easy model interaction."
Expand All @@ -150,7 +150,7 @@
{
"name": "Shusseki",
"description": "Automated Attendance System using Facial Recognition",
"url": "https://github.com/rxyhn/shusseki",
"url": "https://github.com/raexera/shusseki",
"highlights": [
"Integrated facial recognition with OpenCV for real-time attendance tracking.",
"Achieved 95% accuracy in facial recognition under various lighting conditions."
Expand All @@ -160,7 +160,7 @@
{
"name": "Yoru",
"description": "Custom Linux Environment",
"url": "https://github.com/rxyhn/yoru",
"url": "https://github.com/raexera/yoru",
"highlights": [
"Engineered a performance-focused Linux environment with AwesomeWM, enhancing productivity for developers and power users.",
"Developed custom widgets for system monitoring and task management, streamlining workflows and improving user experience."
Expand All @@ -170,7 +170,7 @@
{
"name": "Identik",
"description": "Indonesia Decentralized Identity Keys",
"url": "https://github.com/rxyhn/identik",
"url": "https://github.com/raexera/identik",
"highlights": [
"Developed a decentralized identity system using Motoko on the Internet Computer (ICP) blockchain.",
"Integrated multi-factor authentication for enhanced security."
Expand All @@ -180,7 +180,7 @@
{
"name": "OlahragaYuk",
"description": "Sports Booking Platform",
"url": "https://github.com/rxyhn/olahragayuk",
"url": "https://github.com/raexera/olahragayuk",
"highlights": [
"Developed a full-stack platform for booking sports fields, hiring coaches, and managing tournaments.",
"Improved user engagement by designing efficient booking and registration workflows."
Expand All @@ -190,7 +190,7 @@
{
"name": "RAiso",
"description": "Online Stationery Store",
"url": "https://github.com/rxyhn/RAiso",
"url": "https://github.com/raexera/RAiso",
"highlights": [
"Implemented a scalable layered architecture to enhance maintainability, separating core business logic from data access and UI layers.",
"Optimized the user experience by designing a modern, responsive UI, resulting in improved user retention and satisfaction."
Expand All @@ -200,7 +200,7 @@
{
"name": "PyQtLMS",
"description": "Yet Another Library Management System",
"url": "https://github.com/rxyhn/PyQtLMS",
"url": "https://github.com/raexera/PyQtLMS",
"highlights": [
"Developed a feature-rich library management system using PyQt5, enabling efficient book tracking and user management.",
"Designed a robust MySQL-based backend to handle large-scale book inventories and transactions efficiently."
Expand All @@ -210,7 +210,7 @@
{
"name": "Cursed",
"description": "Text-based calendar and scheduling application",
"url": "https://github.com/rxyhn/cursed",
"url": "https://github.com/raexera/cursed",
"highlights": [
"Created a terminal-based calendar and todo-list application utilizing ncurses, providing a lightweight and efficient scheduling solution for command-line users.",
"Implemented efficient data structures to handle complex scheduling tasks while maintaining a minimalist and lightweight user experience."
Expand Down
14 changes: 7 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "rxyhn",
"name": "raexera",
"type": "module",
"version": "0.0.1",
"scripts": {
Expand All @@ -11,26 +11,26 @@
"format": "prettier --write . --plugin=prettier-plugin-astro"
},
"dependencies": {
"@astrojs/check": "^0.9.3",
"@astrojs/check": "^0.9.4",
"@astrojs/react": "^3.6.2",
"@astrojs/tailwind": "^5.1.1",
"@astrojs/tailwind": "^5.1.2",
"@tailwindcss/typography": "^0.5.15",
"@tsparticles/engine": "^3.5.0",
"@tsparticles/react": "^3.0.0",
"@tsparticles/slim": "^3.5.0",
"@types/react": "^18.3.11",
"@types/react-dom": "^18.3.0",
"astro": "^4.15.11",
"astro": "^4.16.0",
"astro-icon": "^1.1.1",
"clsx": "^2.1.1",
"framer-motion": "^11.11.0",
"framer-motion": "^11.11.7",
"prettier-plugin-tailwindcss": "^0.6.8",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"sharp": "^0.33.5",
"tailwind-merge": "^2.5.2",
"tailwind-merge": "^2.5.3",
"tailwindcss": "^3.4.13",
"typescript": "^5.6.2"
"typescript": "^5.6.3"
},
"devDependencies": {
"prettier": "^3.3.3",
Expand Down
Loading

0 comments on commit 03687e2

Please sign in to comment.