Skip to content
View lostmypillow's full-sized avatar

Block or report lostmypillow

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
lostmypillow/README.md

I'm Johnny, aka LostMyPillow.

I'm a self taught developer, I build stuff ranging from simple HTML websites:

...to combining React or Vue frontends with Django or FastAPI (Python) backends:

  • JRAR, a school project that combines a Raspberry Pi and Arduino with a Django backend and a React frontend.
  • JCourses(WIP), a FastAPI (formerly Django) API that scrapes course data drom my university, NTUT. A frontend for it is a work in progress.
  • JSearch, a FastAPI server that consumes an OMDb API and a random RapidAPI that returns movie or Google resultsto a Nuxt frontend.

Recently I'm working on Express + React projects:

  • JQuotes (WIP), a work in progress quotes generator with login and "favorites" functionalities
  • JDMS (WIP), my attempt to automate my daily assignment at the PR firm I'm interning at. It's the biggest project of all my projects.

...as well as learning Java via HelloJava and Expo (React Native) via HelloExpo

I host my personal website and several frontend only projects with GitHub Pages, and use Render to host the backup backends.

Pinned Loading

  1. jDMS jDMS Public

    Automated generation of Daily Media Scans

    JavaScript

  2. jquotes jquotes Public

    Express quote generator

    JavaScript

  3. jsearch jsearch Public

    FastAPI search engine for movies and Google results

    Python

  4. jRAR jRAR Public

    Raspberry Pi | Arduino | RFID IoT

    Python

  5. jcourses jcourses Public

    Django Web Scraper API for NTUT courses

    Python