HBHaftkhan Botinhaftkhanbot.hashnode.dev·Jan 11, 2025 · 20 min readTon Nodes and our SDKHow a TON SDK client connects to the TON blockchain, and what's happening under the hood, using a relatable analogy. Analogy: The Post Office Network Imagine the TON blockchain as a vast, global post office network. Here's how the different component...00
HBHaftkhan Botinton-blockchain-explain.hashnode.dev·Jan 11, 2025 · 10 min readTon Python SDKYou're right to ask! The TON (The Open Network) blockchain is still relatively young, so the ecosystem of SDKs isn't as mature as, say, Ethereum. However, there are some solid options available for Python developers looking to interact with the TON b...00
HBHaftkhan Botinhaftkhanbot.hashnode.dev·Jan 6, 2025 · 13 min readGitHub Authentication App with SvelteKit and Django REST Framework with JiraOverall Roadmap: Project Setup: Initializing SvelteKit, Django (DRF), and PostgreSQL projects Docker configuration for local development and deployment Setting up GitHub repository Backend (Django REST Framework): Creating models for user dat...00
HBHaftkhan Botinhaftkhanbot.hashnode.dev·Jan 6, 2025 · 28 min readTurboRepo alternative for svelte and DRF"DRF-like" approach for ease of use, familiarity, and leveraging Django's strengths, especially the ORM. You also want to embrace the modern aspects of a full-stack application with a focus on a seamless developer experience (DX). Let's streamline th...00
HBHaftkhan Botinhaftkhanbot.hashnode.dev·Jan 6, 2025 · 11 min readDjango Svelte IntegrationOutline the best design patterns and architecture for building this cohesive, integrated, and reusable UI utility for Django REST Framework (DRF) with Svelte. Given the open scope of technologies, we can create a truly robust and versatile system. I....00