You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This repository contains the source code for a sleek, modern portfolio website designed with a macOS-inspired theme. Built using Next.js, this website showcases my work, projects, and technical skills. The design incorporates a clean and minimalistic look, reminiscent of macOS aesthetics, providing a polished and user-friendly experience.
A Python-based command-line interface (CLI) tool to perform division operations while handling exceptions like ZeroDivisionError. Errors are automatically logged with timestamps into a log file using Python's logging module. This is useful for debugging and tracking program crashes during runtime.