All journal
Development 4 min read
Dispatch · March 2026

I launched my portfolio website

jaysonkhan.com — my professional portfolio site is officially live. It features projects, a blog, technical skills, Telegram integration, and a lot more.

JK
Jahongir Kuziboev MAR 16, 2026 · 4 MIN
I launched my portfolio website

Introduction

Hello! I've officially launched my portfolio website — jaysonkhan.com. It's a professional platform that brings together my development experience, projects, and technical skills. In this article we'll walk through what the site offers.

Home — first impression

The home page is built from a few key sections. At the very top sits the Hero Section — a short pitch about what I do, an animated typing effect, and the main call-to-action buttons. "View Apps" leads to my projects; "Contact Me" opens the contact page.

On the left there's an orbital animation with technology icons that visually represents my core skills.

About me

The About section walks through my professional background. I'm a Python backend architect with 5+ years of experience. I work professionally with Django, FastAPI, PostgreSQL, Redis, and Docker. I design high-performance backend systems following Clean Architecture and SOLID principles.

Statistics

The site shows animated counters reflecting my professional milestones:

  • 3+ years — professional experience
  • 30+ — apps shipped
  • 1M+ — total downloads
  • 100% — adherence to Clean Architecture principles

Technical skills

The My Expertise section shows my full technology stack. Each skill is grouped by category with a level indicator:

  • Architecture: Clean Architecture, BLoC, Provider — system architecture design
  • Backend & Networking: Python, Django, FastAPI — server-side development
  • Databases: PostgreSQL, Redis — data layer
  • DevOps & Tools: Docker, CI/CD — deployment and automation
  • Security: OAuth 2.0, Pentesting — security and authentication
  • UI/UX: Figma — design and user experience

Projects — my work

The /projects/ page lists all of my projects. They can be filtered across 6 categories:

  • All — every project
  • Cross-platform — apps that run on multiple platforms
  • Android — apps published on Google Play
  • iOS — apps published on the App Store
  • Web — web applications
  • Telegram Bot — Telegram bots

Each project page includes detailed info, the tech stack used, App Store and Google Play links, plus a case study section (problem, solution, results).

On the home page, the most important projects are highlighted in the Featured Projects block.

Blog — technical writing

The blog you're reading right now is another central part of the site. I write here about development, architecture, and technology. Blog features include:

  • Categories and tags — filter articles by topic
  • Search — full-text search (PostgreSQL FTS)
  • Reading time — estimated time per article
  • Table of contents — auto-generated from headings
  • Share buttons — Twitter, LinkedIn, Telegram, copy link
  • Reading progress — a progress bar at the top of the page
  • Related articles — posts on similar topics

Comments and interactivity

Every blog post and project page has an interactive section:

  • Comments — sign in via Telegram and leave a comment. Threaded replies are supported
  • Like button — like an article or project
  • Reactions — emoji reactions on comments

All comments are moderated — this protects against spam and inappropriate content.

Telegram integration

The site is deeply integrated with Telegram:

  • Telegram Login — sign in via Telegram (HMAC-verified)
  • Mini App — browse the site fully inside Telegram
  • Deep links — jump straight from the bot to a specific article or project
  • Channel sharing — admin can post content to a Telegram channel with a single click
  • Notifications — new comments, likes, and contact messages ping the admin group

Contact

The /contact/ page has a message form. The form is protected with a honeypot and IP-based rate limiting. As soon as a message is sent, I get an instant Telegram notification.

Technical infrastructure

The site is built on the following stack:

  • Django 4.2 — backend framework
  • Django REST Framework — API layer
  • Tailwind CSS — modern responsive design
  • PostgreSQL — reliable database
  • Gunicorn + Nginx — production server
  • Clean Architecture — code structure (Repository + Service pattern)

The site is fully responsive — it looks great on phone, tablet, and desktop.

Wrap-up

This portfolio site doesn't just showcase my work — it's also a constantly evolving project of my own. New projects, articles, and features are added regularly. Take a look around and leave a comment with your thoughts!

Have questions? Drop me a line via the contact page. And subscribe to my Telegram channel!

Tags
#Portfolio#Django#Python#Web Development#Tailwind CSS
Share

Comments 0