Pinned Repositories
305-LyRap
Advanced-Python-Guide
A repository containing the notes of advanced python skills, including OOP, Lists, Decorators, etc.
Algorithm-and-Data-Structure
This repo contains all the fundamental knowledge of Data Structure and Algorithms coded in Python.
CNN-for-COVID19-Detection
A Flask based Web Application that helps a patient to detect whether he/she has got a COVID-19 or not by asking him/her to upload a lung's CT scan.
e-commerce
gql-blogging-website
A Blogging Website Apollo Server using GraphQL 🌝
gql-blogging-website-client
A Blogging Website Client using React 18 🌚
pawpaw2022
Persistency is the key
pokedex
A rich featured Pokedex app built with Next 13
simplebank
A Backend Banking System built in Go
pawpaw2022's Repositories
pawpaw2022/305-LyRap
pawpaw2022/Advanced-Python-Guide
A repository containing the notes of advanced python skills, including OOP, Lists, Decorators, etc.
pawpaw2022/Algorithm-and-Data-Structure
This repo contains all the fundamental knowledge of Data Structure and Algorithms coded in Python.
pawpaw2022/CNN-for-COVID19-Detection
A Flask based Web Application that helps a patient to detect whether he/she has got a COVID-19 or not by asking him/her to upload a lung's CT scan.
pawpaw2022/Proj02-Flatmates-Bill
Given the user's and his/her flatmates' flat bill as well as their names, the period of the bill and the days they spent during that period. The app will split the bill evenly and tell them how much each of they should pay. More over, it will generate a PDF file stating the information. (Click the link to view the demo)
pawpaw2022/Ultimate-HTML-CSS-guide
All you need to know about HTML and CSS, Notion Version is in the Link below
pawpaw2022/Ultimate-JavaScript-guide
Ultimate Guide for JavaScript Beginner. Assuming you know at least one other modern programming language. (Java, Python etc.)
pawpaw2022/Ultimate-MarkDown-guide
A brief summary about MarkDown language. (i.e. md file)
pawpaw2022/vidly
A Vidly app that lets you add and delete movies. Techniques: Reactjs + MongoDB
pawpaw2022/230-p02
pawpaw2022/280-p02
pawpaw2022/AsyncIO-with-Python
A friendly introduction to AsyncIO with Python
pawpaw2022/Coronavirus-web-scraper-and-Voice-assistant
An app that can scrape the COVID-19 cases data from the web by using ParseHub (a web scraper tool). The user can easily access to the data by asking the voice assistant.
pawpaw2022/Excel-Generator-With-Python
Techniques to manipulate Microsoft Excel with Python.
pawpaw2022/Fast-API-for-beginner
This repo contains the basic operation of Fast API with Python.
pawpaw2022/firebase-react-auth
pawpaw2022/Linear-Algebra-Toolkit
Are you struggling with calculating matrics operation? So am I ! That is why I create this repo. This Repo contains the regular linear algebra calculation tool such as matrics multiplication to help you do the matrics calculations.
pawpaw2022/my-first-typescript-project
pawpaw2022/Paul-l-sining.github.io
pawpaw2022/Proj01-Antipole-of-the-world
Coded in Python. Given one/ a list of location (latitude and longitude), the app will generate a world map (.html) pinning the input location(s) as well as the popup windows with their local weather forecast in the following 12 hrs. (Click the link below to see the demo)
pawpaw2022/Proj03-Math-Painting
An app that lets the user provide the start coordinates of geometrical shapes such as squares and rectangles, their dimensions, and their colors, and the program produces an image file canvas with all the geometrical shapes drawn in it. (Click the link below to see the demo)
pawpaw2022/Proj04a-Web-Photo-Searcher
An app that allows user to input a word or phase (i.e. beach) in the word input box and click the button. The app will generate a picture of that word or phase from the internet and show it on the screen. (There is no link for demo as Kivy app is not supported in the browser. To see the app, please run main.py on your local python environment)
pawpaw2022/Proj04b-Webcam-Photo-Sharer
An app that starts the computer webcam, lets the user capture a photo and uploads the photo to the web and creates a sharable link. (There is no link for demo as Kivy app is not supported in the browser. To see the app, please run main.py on your local python environment)
pawpaw2022/RNN-Model
pawpaw2022/sudoku-solver-game
pawpaw2022/Sudoku_Solver
A Sudoku Solver Project using backtracking algorithm
pawpaw2022/Tic-Tac-Toe-JS
Simple Tic-Tac-Toe beginner project using JavaScript, HTML and CSS