Ton Nodes and our SDKton blockchain compromised with nodes. It develop special protocol ADNL , let explain SDK and TON.Jan 11, 2025·20 min read
Replace admin site in django with svleteHow to build a SvelteKit frontend to replace a Django Admin site, using Svelte 5, utility functions, CRUD operations, and a SQLite database for simplicity, all while interacting with a Django REST Framework (DRF) backend. This will be a comprehensive...Jan 6, 2025·18 min read
oauth github drf svelet docker github actionHow to build a user registration system using Django REST Framework (DRF), PostgreSQL, and SvelteKit, leveraging GitHub OAuth2. This is a reasonably complex project, so we'll break it down into manageable steps. High-Level Architecture: Frontend (Sv...Jan 6, 2025·19 min read
Python Script to scaffold projectPython script to generate the files needed for our user authentication with github along with initial file content: import os import json def create_files_and_dirs(config): """ Creates directories and files based on the provided configuratio...Jan 6, 2025·3 min read
DRF SvelteKitBuilding a full-stack application using Django REST Framework (DRF) for the backend, SvelteKit for the frontend, Docker for containerization, and GitHub OAuth for authentication. This will provide a basic user management system. Project Structure We'...Jan 6, 2025·7 min read