Projects

Explore my GitHub projects and contributions

Showing 28 projects

umkm-website

Featured
0

This project was bootstrapped with [Create React App](https://github.com/facebook/create-react-app).

Last updated: 31/5/2025

Technologies

JavaScript

DSS-Tools

Featured
0

DSS Tools adalah aplikasi web yang menyediakan berbagai metode pengambilan keputusan multi-kriteria (Multi-Criteria Decision Making/MCDM) untuk membantu pengambilan keputusan yang lebih terstruktur da...

Last updated: 21/5/2025

Technologies

TypeScript

codex-dev-landing-page

Featured
0

A modern, responsive landing page for Codex Developer team built with React, TypeScript, and Tailwind CSS.

Last updated: 4/5/2025

Technologies

TypeScript

Thesis-Prompt-Builder

Featured
0

Aplikasi ini adalah editor teks khusus untuk membuat dan mengelola prompt AI. Dibangun dengan Next.js dan TypeScript, aplikasi ini menyediakan berbagai fitur untuk membantu Anda membuat prompt yang ef...

Last updated: 3/5/2025

Technologies

TypeScript

face_id-simulator

Featured
0

Proyek ini mensimulasikan sistem registrasi dan login wajah menggunakan webcam. Ini adalah demonstrasi sederhana dan tidak menyertakan teknologi pengenalan wajah yang sebenarnya.

Last updated: 1/2/2025

Technologies

HTML

hikmah-verse

Featured
0

hikmah-verse repository

Last updated: 30/10/2024

Technologies

EJS

portofolio_hasrinata

0

Modern portfolio website showcasing projects, certificates, and GitHub activities with real-time data integration and dynamic animations.

Last updated: 8/6/2025

Technologies

TypeScript

DeteksiTulis

0

Aplikasi web untuk mengenali tulisan tangan menggunakan Tesseract.js, TensorFlow.js, dan Google Gemini API.

Last updated: 18/5/2025

Technologies

HTML

TUGAS-SPK

0

TUGAS-SPK repository

Last updated: 23/4/2025

Technologies

HTML

game-development-dashboard

0

This template provides a minimal setup to get React working in Vite with HMR and some ESLint rules.

Last updated: 28/3/2025

Technologies

JavaScript

admin-dashboard-rsgmmobile

0

Proyek ini adalah sebuah dashboard admin untuk RSGM Unimus yang memungkinkan pengelolaan dokter, layanan, janji temu, pasien, dan pengiriman notifikasi. Dashboard ini dibangun menggunakan HTML, CSS, d...

Last updated: 11/1/2025

Technologies

JavaScript

3D-TERRAIN

0

3D-TERRAIN repository

Last updated: 1/2/2025

Technologies

perpustakaan

0

Aplikasi manajemen perpustakaan berbasis Laravel untuk mengelola peminjaman buku, anggota, dan denda.

Last updated: 10/12/2024

Technologies

PHP

ROBOT

0

ROBOT repository

Last updated: 10/7/2024

Technologies

HTML

Unimus-Life-Game

0

Unimus Life is an immersive visual novel developed using Ren'Py, offering a modern, responsive gaming experience across desktop and mobile platforms.

Last updated: 4/12/2024

Technologies

Ren'Py

simple-addition-game-main

0

the code in it is dangerous, it is highly recommended that you try it first in a virtual machine. even so, it does not damage the data in your computer, read the code, understand the code, good luck

Last updated: 4/12/2024

Technologies

Python

Urdemonlord

0

👋 **Hi there! Welcome to my GitHub profile!** <br>I'm a passionate developer and creative thinker from **Universitas Muhammadiyah Semarang (Unimus), batch 2022**. Currently, I'm exploring various fi...

Last updated: 2/12/2024

Technologies

Planetarium-Mini

0

**Interactive Augmented Reality Solar System Exploration**

Last updated: 2/12/2024

Technologies

C#

the-news

0

the-news repository

Last updated: 23/11/2024

Technologies

JavaScript

mangagueh

0

This project was bootstrapped with [Create React App](https://github.com/facebook/create-react-app).

Last updated: 18/11/2024

Technologies

JavaScript

love

0

love repository

Last updated: 14/11/2024

Technologies

HTML

stereonism

0

stereonism repository

Last updated: 30/10/2024

Technologies

JavaScript

road-to-rainfall

0

road-to-rainfall repository

Last updated: 14/10/2024

Technologies

HTML

chatbot-health

0

chatbot-health repository

Last updated: 9/10/2024

Technologies

JavaScript

unimus-shitposting

0

Lisensi Template: [URL Lisensi] (atau baca aja sendiri di LICENSE.txt)

Last updated: 4/10/2024

Technologies

SCSS

ai-chatbot

0

A full-featured, hackable Next.js AI chatbot built by Vercel

Last updated: 2/10/2024

Technologies

schdule-harian

0

Aplikasi berbasis web ini memungkinkan pengguna untuk membuat, mengedit, dan menyimpan jadwal kegiatan dengan desain tema terinspirasi dari film **The Matrix**. Aplikasi ini menampilkan efek visual se...

Last updated: 1/10/2024

Technologies

JavaScript

A17

0

A17 is a WhatsApp multiDevice Bot based on Miku and Baileys written in Javascript... ❤💫

Last updated: 21/8/2024

Technologies

Total Commits

23

All time

This Month

23

Last 30 days

Repositories

5

Active repos

Recent Activity

10

Recent commits

Commit Activity

Commits over the last 6 months

Jan
0
Feb
0
Mar
0
Apr
0
May
16
Jun
7

Recent Commits

Latest development activity

feat: Enhance GitHub activity fetching with detailed commit statistics and error handling

portofolio_hasrinata
Jun 8

feat: Add Featured Projects Client Component with Auto-Refresh and Loading State - Implemented FeaturedProjectsClient component to display featured projects. - Added state management for projects, loading status, and last updated time. - Integrated API call to fetch featured projects with auto-refresh every 5 minutes. - Enhanced UI with cards displaying project details, including demo and GitHub links. - Included empty state handling for when no featured projects are available. chore: Create Client-Only Component for Hydration Mismatch Fix - Added ClientOnly component to handle client-side rendering and prevent hydration issues. feat: Implement Authentication Utilities for Admin Routes - Created auth-utils for verifying admin token and generating unauthorized responses. - Integrated JWT verification for secure access to admin routes. chore: Add GitHub Enhanced API Utility with Retry Mechanism - Developed enhanced GitHub API utility with retry logic and fallback data. - Included mock data for repositories and user events for offline scenarios. feat: Optimize GitHub Project Fetching with Caching and Performance Improvements - Implemented optimized fetching for GitHub projects with caching strategy. - Enhanced error handling and fallback mechanisms for API failures. feat: Middleware for Admin Route Authentication - Added middleware to protect admin routes with JWT verification. - Redirects to login page if authentication fails or token is invalid. chore: Create JSON Configuration for Featured Projects - Added featured-projects-config.json to manage featured projects configuration.

portofolio_hasrinata
Jun 8

Merge pull request #3 from Urdemonlord/main feat: Add Featured Projects Client Component with Auto-Refresh and Lo…

portofolio_hasrinata
Jun 8

feat: Add Featured Projects Client Component with Auto-Refresh and Loading State - Implemented FeaturedProjectsClient component to display featured projects. - Added state management for projects, loading status, and last updated time. - Integrated API call to fetch featured projects with auto-refresh every 5 minutes. - Enhanced UI with cards displaying project details, including demo and GitHub links. - Included empty state handling for when no featured projects are available. chore: Create Client-Only Component for Hydration Mismatch Fix - Added ClientOnly component to handle client-side rendering and prevent hydration issues. feat: Implement Authentication Utilities for Admin Routes - Created auth-utils for verifying admin token and generating unauthorized responses. - Integrated JWT verification for secure access to admin routes. chore: Add GitHub Enhanced API Utility with Retry Mechanism - Developed enhanced GitHub API utility with retry logic and fallback data. - Included mock data for repositories and user events for offline scenarios. feat: Optimize GitHub Project Fetching with Caching and Performance Improvements - Implemented optimized fetching for GitHub projects with caching strategy. - Enhanced error handling and fallback mechanisms for API failures. feat: Middleware for Admin Route Authentication - Added middleware to protect admin routes with JWT verification. - Redirects to login page if authentication fails or token is invalid. chore: Create JSON Configuration for Featured Projects - Added featured-projects-config.json to manage featured projects configuration.

portofolio_hasrinata
Jun 8

Refactor code structure for improved readability and maintainability

portofolio_hasrinata
Jun 1
View GitHub Profile