Morgscode
Useful at web stuff. 5 years industry experience. Currently doing most of my work with Elixir, TypeScript and SQL. I also dabble in indie game dev and shaders.
Pinned Repositories
c-sharp-katas
TDD programming katas taken in C#
desktop-webpage-text-crawler
This desktop GUI will index, format and create .txt files from the text content from webpages you request, so long as HTML or JSON is sent as a response. You can crawl sites as single pages, crawl all internal links on a page, or crawl all links within the page's <nav> tag(s). You can also decide to extract only page titles, the main text content, or all text content from the page. The crawler has some built-in basic error logging.
Findmynextfavoritesong-native
A mobile app of the Findmynextfavoritesong website built using React Native and Expo.
Findmynextfavoritesong-website
A Next.JS website that lets you interact with the Spotify recommendations API. Sample new music in over 100 genres based on your current top tracks, their musical attributes, your own personal taste and mood. Add new tracks you might like to your Spotify liked songs playlist.
hugo-theme-spaced-blog
A minimalistic Hugo theme for blogs with dark mode, a11y and page search.
hugo-theme-spaced-web
A minimalistic Hugo Theme for portfolios and personal websites. With dark mode, page search and a11y out of the box.
personal-website
My little corner of the internet ( static HTML and Vite ) packaged with some HTML5 games written in Typescript.
shader-library
My personal interactive GLSL shader library built for the web using Three.js and Vite.
web-scraping-website-mvp
A small website built with flask. Enables users to scrape text and json responses from around the internet and download as text files
Morgscode's Repositories
Morgscode/hugo-theme-spaced-blog
A minimalistic Hugo theme for blogs with dark mode, a11y and page search.
Morgscode/desktop-webpage-text-crawler
This desktop GUI will index, format and create .txt files from the text content from webpages you request, so long as HTML or JSON is sent as a response. You can crawl sites as single pages, crawl all internal links on a page, or crawl all links within the page's <nav> tag(s). You can also decide to extract only page titles, the main text content, or all text content from the page. The crawler has some built-in basic error logging.
Morgscode/Findmynextfavoritesong-website
A Next.JS website that lets you interact with the Spotify recommendations API. Sample new music in over 100 genres based on your current top tracks, their musical attributes, your own personal taste and mood. Add new tracks you might like to your Spotify liked songs playlist.
Morgscode/hugo-theme-spaced-web
A minimalistic Hugo Theme for portfolios and personal websites. With dark mode, page search and a11y out of the box.
Morgscode/web-scraping-website-mvp
A small website built with flask. Enables users to scrape text and json responses from around the internet and download as text files
Morgscode/c-sharp-katas
TDD programming katas taken in C#
Morgscode/Findmynextfavoritesong-native
A mobile app of the Findmynextfavoritesong website built using React Native and Expo.
Morgscode/flask-skeleton-with-auth
a simple flask app skeleton with a user registration and login system powered by flask sessions, password hashing with bcrypt and sqlite3 for storage.
Morgscode/Google-reCAPTCHA-for-WooCommerce-Register-Form
A WordPress Plugin which adds Google reCAPTCHA v2 with server-side validation from the reCAPTCHA API to your WooCommerce Registration Form.
Morgscode/interval-timer-mvp
A Laravel back-end API for an interval timer application
Morgscode/Morgscode
Config files for my GitHub profile.
Morgscode/Open-job-board
A minimum viable job board system. Express/MySQL back-end, React CMS and Next.JS public website with a WIP GraphQL Server.
Morgscode/personal-website
My little corner of the internet ( static HTML and Vite ) packaged with some HTML5 games written in Typescript.
Morgscode/PropertyAPI
a simple c# REST api to manage property records with JWT authentication for POST, PUT and DELETE routes.
Morgscode/RTC-meeting-room-mvp
a simple two-way meeting room which supports video, audio and text chat built with webRTC, Sockets IO and express JS
Morgscode/shader-library
My personal interactive GLSL shader library built for the web using Three.js and Vite.
Morgscode/WP-Simple-Meta-Tags
A WordPress plugin which adds an Metabox API powered form to all post types so you can easily manage all of the HTML meta-tags which are still important for each individual page or post. This plugin also handles generating these tags on the front-end.
Morgscode/shader-examples
a reference of shader examples from courses i've taken
Morgscode/WordPress-docker-compose
A simple WordPress development environment for docker. Uses WordPress:latest, MySQL:5.7 and phpMyAdmin