Pinned Repositories
django-admin-customization
Learn how to customize your Django admin site.
django-images
A simple image hosting application written in Django.
django-interactive-charts
Adding interactive charts using the Chart.js library to the Django admin dashboard.
django-rest-allauth
This repository demonstrates how to implement a Django REST-based authentication system with the django-allauth and dj-rest-auth packages.
django-rest-authjs
This tutorial looks at how to implement a Django REST-based authentication system and integrate it with Auth.js (formerly NextAuth.js).
django-spa-cookie-auth
Four different approaches on how to authenticate Single-Page Applications (SPAs) with session-based authentication using Django.
django-stripe-subscriptions
How to handle subscription payments with Django and Stripe.
flask-github-webhook-server
A simple CI/CD server written in Flask that listens for GitHub webhooks, verifies the signature, and performs an action.
flask-stripe-subscriptions
Setting up and collecting monthly recurring subscription payments with Flask and Stripe.
JavaSimpleIRC
Simple implementation of IRC in Java.
duplxey's Repositories
duplxey/django-admin-customization
Learn how to customize your Django admin site.
duplxey/django-rest-allauth
This repository demonstrates how to implement a Django REST-based authentication system with the django-allauth and dj-rest-auth packages.
duplxey/NForum
Simple forum written in Python using Django.
duplxey/django-aws-copilot
Deploy a Django app to AWS using AWS Copilot CLI.
duplxey/back4app-ai-agent
Learn how to use Back4app Agent to build and deploy full-stack web applications.
duplxey/back4app-expo-auth
Learn how to integrate Back4app authentication with React Native (Expo) app.
duplxey/django-count-approximation
Learn about two approaches to speeding up counting with Django and PostgreSQL.
duplxey/django-limit-content-types
Limit content types in Django model (ORM).
duplxey/appsignal-django-error-tracking
Learn how to use AppSignal to track errors in a Django app.
duplxey/appsignal-django-n-plus-one
Learn how to detect N+1 problems in Django app using AppSignal.
duplxey/appsignal-flask-error-tracking
Learn how to use AppSignal to track errors in a Flask app.
duplxey/artificial_intelligence_2023_2024
Resources for UCC modules CS4618 Artificial Intelligence I and CS4619 Artificial Intelligence II
duplxey/back4app-ai-agent-schema
Learn how to utilize Back4app AI Agent for database schema generation.
duplxey/back4app-android-app
This repository demonstrates how to build a simple Android frontend for a Parse-based backend.
duplxey/back4app-backend-infrastructure
Additional resources for "What is backend infrastructure?" article.
duplxey/back4app-containers-remix
This repository demonstrates how to dockerize and deploy a React application to Back4app Containers.
duplxey/back4app-deploy-ml-model
Learn how to deploy a simple ML model to Back4app Containers using FastAPI.
duplxey/back4app-full-stack
This repository demonstrates how to deploy a full-stack blog application to Back4app (BaaS & CaaS).
duplxey/back4app-heroku-deploy
This repository demonstrates how to deploy a FastAPI application to Heroku and Back4app Containers (a great free alternative to Heroku).
duplxey/back4app-openai-virtual-assistant
Learn how to build a virtual assistant using Back4app and OpenAI's API.
duplxey/back4app-postgres
Repository demonstrates how to use Back4app with PostgreSQL.
duplxey/back4app-rest
This repository demonstrates how to use automatically generated REST API with Back4app.
duplxey/back4app-web-service
Additional resources for "How to Deploy a Web Service?" article.
duplxey/django
The Web framework for perfectionists with deadlines.
duplxey/django-count-avoid
duplxey/django-queryset-values
Learn about Django QuerySet's defer(), only(), and exclude() methods.
duplxey/duplxey
duplxey/nextjs-bootstrap-project
duplxey/social-app-django
Python Social Auth - Application - Django
duplxey/ucc-data-mining