Projects in Awesome Lists by diraneyya
A curated list of projects in awesome lists by diraneyya .
https://github.com/diraneyya/nextjs-ghostcms-starter
The combination of NextJS and Ghost CMS as backend, which I thought was an interesting combination to toy with. Let's check it out!
Last synced: 03 Aug 2025
https://github.com/diraneyya/contactcard-backend
The backend for an educational, contact-card application
Last synced: 12 Feb 2026
https://github.com/diraneyya/sdl2-game-starter
A template for a game in the C programming language that can be compiled to web and native targets from the same codebase.
cross-platform educational emscripten game-development game-port gamejam hackathon legacy-game sdl2 wasm web-game-development
Last synced: 30 May 2026
https://github.com/diraneyya/contactcard-frontend
The frontend for an educational, contact-card application
Last synced: 28 May 2026
https://github.com/diraneyya/js-huggle
A game that started with me trying to help Nadia, one of my students, with her Javascript learning. Later, I decided why not try to change the world meanwhile, haha, so this is what I am setting out to do at the moment.
Last synced: 11 May 2026
https://github.com/diraneyya/fastify-sse-starter
A starter SSE (Server-Side Event) project containing both the frontend and the backend. The frontend has 5 lines of Javascript and the backend is equally minimal to keep it simple and easy to understand.
education educational educational-project fastify fastify-sse-v2 full-stack fullstack-javascript realtime server-side-events sse vanilla-javascript
Last synced: 18 May 2026
https://github.com/diraneyya/resume
My printable online resume (forked from https://github.com/midudev/minimalist-portfolio-json)
astro bun cloudflare-pages cv json pdf printable resume
Last synced: 12 Sep 2025
https://github.com/diraneyya/free_port_dc
A wrapper of Docker compose with experimental and useful features
Last synced: 04 Mar 2025
https://github.com/diraneyya/free_port
A bash function that gives you a free port on the localhost, starting with a desired port number.
Last synced: 04 Mar 2025
https://github.com/diraneyya/backend-glitch
An example 'express' backend with GET, POST, PUT and DELETE endpoints implemented, to be deployed on Glitch.
Last synced: 04 Mar 2025
https://github.com/diraneyya/scaffold-react-vite
A fullstack application made up of a Vite React frontend and a Vercel serverless function as a backend (/api). The application displays a business card using the JSON data obtained from the backend.
Last synced: 14 Sep 2025
https://github.com/diraneyya/quest-adopt-a-cat
An odyssey quest called "adopt the cat" (quest number 1343)
Last synced: 08 Mar 2026
https://github.com/diraneyya/adopt-a-cat-davids-sandbox
Created with CodeSandbox
Last synced: 08 Mar 2026
https://github.com/diraneyya/open-folders-in-vscode
Teach my students how to open folders in Windows and Mac OS X by right clicking on them.
Last synced: 27 Jul 2025
https://github.com/diraneyya/websockets-fullstack
Contains both a front-end and a backend for demonstrating how a websocket connection works. Uses express (port 3010) for serving the frontend HTML file and 'ws' (port 40510) for serving the WebSocket connection on the backend.
Last synced: 09 Mar 2026
https://github.com/diraneyya/json-resources
A collection of JSON data files that can be used from the Browser DevTools' Console or the Node REPL.
Last synced: 09 Mar 2026
https://github.com/diraneyya/leetcode-romantoint-tests
Offer feedback to leetcode's romanToInt (from Mastodon)
Last synced: 01 Sep 2025
https://github.com/diraneyya/tree_with_file_contents
This is a simple script that shows a folder tree while also displaying a snippet of the contents of the different files, in that directory.
Last synced: 03 Aug 2025
https://github.com/diraneyya/useeffect-stock-presentation
Created with CodeSandbox
Last synced: 03 Aug 2025
https://github.com/diraneyya/lisa-quest-react-usestate-pr
Created with StackBlitz ⚡️
Last synced: 03 Aug 2025
https://github.com/diraneyya/golang-expvar-demo
An incrementally-scaffolded demo of expvar in Go. Best viewed using the git-history project.
Last synced: 03 Aug 2025
https://github.com/diraneyya/astro-starter
Learning the Astra meta framework using the official online tutorial 🚀
Last synced: 03 Aug 2025
https://github.com/diraneyya/loai-dockerisation-class
In this class, we dockerise this application https://github.com/jaredwray/keyv/tree/main on GitHub
Last synced: 11 Feb 2026
https://github.com/diraneyya/todo-app-in-babysteps
This is an educational repo for those starting to code in JavaScript and finding their way around the DOM. The idea is to follow a babystep approach into building an app in a manner that is reflected in the history of the git repo.
dom-manipulation education educational-project newbie-code newbie-friendly newbiefriendly todoapp vanilla-javascript
Last synced: 10 Mar 2026
https://github.com/diraneyya/bug_proxmox_6040
This repository contains an interactive demo and a discussion regarding what some might consider to be a bug in the rootfs extraction of LXC images in proxmox
cloud-images container-image exclusion lxc lxc-containers proxmox proxmox-ve rootfs squashfs targz taro
Last synced: 02 Jul 2025
https://github.com/diraneyya/react-naive
A naive react app using babel in the browser along with the development JS files of the react framework.
Last synced: 12 Feb 2026
https://github.com/diraneyya/asynchronous-js-class-demo
An asyncrhonous, QUEST-like class introducing objects in Javascript. The demo is built using JupyterLite, an experimental, and a fairly-new equivalent of the JupyterLab environment that runs entirely in the browser.
education interactive interactive-lessons jupyterlab jupyterlite lesson proof-of-concept repl-driven-development
Last synced: 31 May 2026
https://github.com/diraneyya/personal
A personal site based on the Frosti Astro theme
Last synced: 27 Oct 2025
https://github.com/diraneyya/jobmatcher
The core technology for my recruitment agency.
Last synced: 09 Feb 2026
https://github.com/diraneyya/quest-01-react-challenge
Created with StackBlitz ⚡️
Last synced: 19 Apr 2026
https://github.com/diraneyya/fix-frame-rate
A Makefile to fix the speed or the frame-rate of an mp4 video (uses 'ffmpeg').
Last synced: 15 Feb 2026
https://github.com/diraneyya/dogapi-doc
This is a repo containing student documentation of the Dog API made by Arkaadii (https://frozen-bayou-57322.herokuapp.com/) using the OpenAPI 3.0 Standard. It is their first time using YAML, using, and/or documenting an API.
Last synced: 05 Mar 2026
https://github.com/diraneyya/websocket-chat
This fullstack application contains both a frontend using React (in the client subfolder) and a backend. The application uses 'express' and 'ws' to serve both the frontend and the websocket endpoint using the same port. This allows deploying the application on platforms like Heroku and Glitch where only one port is available for the application.
chat education glitch realtime websocket
Last synced: 20 Apr 2026
https://github.com/diraneyya/backend-bad-connection
An API endpoint with artificial delay that can sometimes fail. Useful for teaching Promises and the Fetch API in Javascript.
bootcamp educational educational-project promises promises-in-javascript teaching-tool
Last synced: 22 Apr 2026
https://github.com/diraneyya/smptc-docker
A command-line client for SMTP in a docker container, which can be used for testing SMTP servers in a docker-compose application.
cli-app debugging-tool docker-compose smtp-client
Last synced: 24 Apr 2026