Pinned Repositories
ActivityLifecycle
AndroidCustomAdapterList
Cudtom adapter list (LinearLayout, RelativeLayout)
asyncio_queue
Python asyncio (queue) + aiohttp.
AsyncIOExamples
These examples showcase how to use the asyncio library in Python. They start with basic demonstrations, covering task progress tracking, coroutine integration, and mixing synchronous and asynchronous code using 'async_to_sync' and 'sync_to_async' functions.
aws_sns_ses_lambda_
BackgroundProcessing_Thread
basic-redux-app
DjangoRemoteAuth
It implements remote authentication using Django
DRF_Files_In_Folders
Django, DRF, nested serializers
js-todo-mvc
Vanilla JS TODO app based on MVC
Aroxed's Repositories
Aroxed/DjangoRemoteAuth
It implements remote authentication using Django
Aroxed/AsyncIOExamples
These examples showcase how to use the asyncio library in Python. They start with basic demonstrations, covering task progress tracking, coroutine integration, and mixing synchronous and asynchronous code using 'async_to_sync' and 'sync_to_async' functions.
Aroxed/BackgroundProcessing_Thread
Aroxed/BasicHTTPServer
Python HTTP server based on TCP. It returns files by links
Aroxed/BoundService
Aroxed/BasicAndroidApplication
It shows the Life-cycle of an Activity
Aroxed/ChannelsWS
Aroxed/Colliding-Balls
Colliding Balls Animation in plaint Javascript
Aroxed/ContentProviderBrowserClient
Aroxed/ContentProviderExample
Aroxed/django-admin-filtrate
Custom filter framework for the Django Admin.
Aroxed/django-polymorphic-tree
Polymorphic MPTT tree support for models
Aroxed/DjangoBasics
It shows how to create a basic Django Project including models and Django Admin
Aroxed/electron-app
Aroxed/FirstDjango
Aroxed/IntentServiceBroadcastReceiver
Android: IntentService, BroadcastReceiver, Connectivity
Aroxed/MessageBusAndroid
Aroxed/monitor
Basic monitoring Django app
Aroxed/nuxt-first-steps
Nuxt 3
Aroxed/postgres_mvc
A MVC sample app using PostgreSQL
Aroxed/pymongo_examples
Aroxed/pythonDRF
The very basic Django REST Framework project
Aroxed/pythonRedisExamples
There are some Python-Redis related examples: Pub-Sub, Rating List, Task Queue, Full Text Search and more.
Aroxed/UdpOpusSenderReceiver3
Aroxed/user_manager_node_vue
Aroxed/Vue3Basics
Aroxed/vuejs-random-with-history
Aroxed/vuejs-todo
VueJS based To Do application (router, Vuex, events)
Aroxed/vuejs-todo-backend
Django, Django REST Framework and SQLite as a backend for vuejs-todo application https://github.com/Aroxed/vuejs-todo
Aroxed/WSServer
The basics of Django Websockets using Django Channels