GS Developer ยท projects

Project shelf

Projects

90 words1 min read

Selected projects, case studies, and experiments.

This section collects selected projects, case studies, and experiments. Each project should explain what was built, what problem it solves, which technologies were used, and what improved between the first idea and the final version.

Suggested First Projects

  • gsdeveloper.dev: this Astro portfolio, deployed through Cloudflare Pages.
  • API dashboard: a small app consuming a public API with loading, error, and empty states.
  • UI rebuild: a polished landing page or product section recreated from a design reference.
  • Three.js experiment: an interactive visual section for the homepage or a standalone demo.

TodoList Manager

A desktop task management app built with Java Swing and SQLite. Create, edit, filter, and export tasks with priorities, statuses, and due dates in a dark-themed UI.

Desktop AppJava OOPSQLite

Machine Learning for Classification of RF Signals

Deep learning system for automatic modulation classification of radio-frequency signals using the RadioML 2018.01A dataset.

Machine LearningPyTorchTelecommunications

Weather Now

A responsive weather dashboard built with semantic HTML, CSS, and vanilla JavaScript. It searches cities, fetches live Open-Meteo forecasts, and renders current, daily, and hourly conditions.

Web AppJavaScriptREST API