Education & Training
replit.md · 5 documents
FATOMANIA - Site de Curiosidades Científicas
FATOMANIA is a Portuguese scientific curiosities website providing interactive content across various scientific topics. It features a dynamic content management system, user authentication via Firebase, and interactive dashboards, making scientific knowledge accessible and engaging. The project aims to deliver educational content in an interactive format, with a focus on modern web technologies and a responsive user experience.
Overview
This is a Bitcoin signature vulnerability analysis tool designed for cybersecurity education. The application allows users to enter Bitcoin addresses, fetch unspent transaction outputs (UTXOs), decode raw Bitcoin transactions, and analyze ECDSA signatures for potential vulnerabilities like nonce reuse. The tool demonstrates how cryptographic weaknesses in Bitcoin signatures can lead to private key recovery in a controlled educational environment.
Coaching Platform
This is a full-stack coaching platform that connects students with coaches for skill-based learning sessions. The application facilitates appointment booking, real-time messaging, payment processing, and comprehensive admin management. Built with modern web technologies, it features role-based authentication for coaches, students, and administrators.
Confucius Institute Library Management System
This is a web-based Library Management System built for the Confucius Institute at the University of Nairobi using Python Flask framework. The system manages books, students, staff, borrowing operations, and generates reports for library administration. It supports role-based access control with Admin and Librarian roles, handles different types of borrowers (UoN students, Kenyan non-UoN students, international students, and staff), and implements automated fine calculation for overdue books.
Autonomous Delivery Drone Scheduler Simulation
This is an operating systems educational project that simulates autonomous delivery drone scheduling using C with pthreads, mutexes, and semaphores. The simulation demonstrates priority scheduling, preemption, and resource synchronization through a real-world-inspired logistics scenario.