Malikov | Blog | Notes

Description
> Abdusamad Malikov
> 21 y.o
> Muslim πŸŒ™
> abdusamad.uz
> github.com/sevbo2003
> https://tirikchilik.uz/abdusamad
We recommend to visit

?? O'zbekistondagi N1 Akkaunt Savdo Kanali!

‼️ Eslatma: Kanalimizga Joylanayotgan Akkauntlarning Barchasi Turnirda Yutilgan!

? Kanalga Joylangan Xar Bir Akkauntga "SENATOR" Shaxsan O'zi Javob Beradi!

✍️Admin: @deSENATOR_AKKS βœ… Org β€Ό

©️SENATOR PUBGM

Last updated 1Β year, 4Β months ago

Kun davomida eng sara va so'nggi yangiliklar tafsiloti bilan YO'L-YO'LAKAY tanishtirib boramiz.

Voqea va hodisaga guvoh boβ€˜ldingizmi, voqealikni bizga yuboring: @yyuzbot

Reklama boβ€˜yicha: @zorzorads

Instagram sahifamiz: https://bit.ly/3wlZDZH

Last updated 3Β weeks, 3Β days ago

SENATOR RASMIY KANALI.βœ…??

- ?YouTube: youtube.com//senatorpubgm

? O'zbekistondagi eng ishonchli va eng arzon narxlarda UC sotib olmoqchi bo'lsangiz bizga bog'laning:? @SenatorsMarket

Last updated 1Β year, 6Β months ago

1Β month, 2Β weeks ago
[#soon](?q=%23soon) ***πŸ”₯***

#soon πŸ”₯

join _> @malikovdev

1Β month, 2Β weeks ago
**VSCode asosidagi yangi AI muharriri –** …

VSCode asosidagi yangi AI muharriri – Trae

Claude 3.5 va GPT-4o modellaridan bepul foydalanish imkoniyati mavjud.

Agar siz ilgari Cursor yoki VSCode ishlatgan boβ€˜lsangiz,
ularning sozlamalarini Trae-ga oson import qilib, ishni Trae bilan davom ettirishingiz mumkin.

@botirziyatov

1Β month, 2Β weeks ago
System Design CheatSheet for Interview

System Design CheatSheet for Interview

link to article

join fast Β» @malikovdev

1Β month, 3Β weeks ago

#usefull
Saqlab qo'yib bilmaganlarni o'rganishni maslahat beraman

Django Python Backend Developer Roadmap ??

β”œβ”€β”€ ? Foundations
β”‚ β”œβ”€β”€ ? Python Basics
β”‚ β”‚ β”œβ”€β”€ ? Data Types and Variables
β”‚ β”‚ β”œβ”€β”€ ? Control Structures (if, loops)
β”‚ β”‚ β”œβ”€β”€ ? Functions and Modules
β”‚ β”‚ └── ? Object-Oriented Programming
β”‚ β”œβ”€β”€ ? Version Control
β”‚ β”‚ β”œβ”€β”€ ? Git Basics (clone, commit, push)
β”‚ β”‚ β”œβ”€β”€ ? Branching and Merging
β”‚ β”‚ └── ? GitHub/GitLab Workflows
β”‚ β”œβ”€β”€ ? Web Basics
β”‚ β”‚ β”œβ”€β”€ ? HTTP/HTTPS Protocols
β”‚ β”‚ β”œβ”€β”€ ? REST and APIs
β”‚ β”‚ └── ? Security Basics (CSRF, CORS, XSS)
β”‚ └── ? Database Fundamentals
β”‚ β”œβ”€β”€ ? Relational Databases (SQL)
β”‚ β”œβ”€β”€ ? PostgreSQL/MySQL
β”‚ └── ? ORM Basics
β”œβ”€β”€ ? Django Framework
β”‚ β”œβ”€β”€ ? Django Basics
β”‚ β”‚ β”œβ”€β”€ ? Project Structure
β”‚ β”‚ β”œβ”€β”€ ? Django Admin
β”‚ β”‚ └── ? Models, Views, and Templates (MVT)
β”‚ β”œβ”€β”€ ? URL Routing and Views
β”‚ β”‚ β”œβ”€β”€ ? URL Patterns
β”‚ β”‚ β”œβ”€β”€ ? Function-Based Views (FBVs)
β”‚ β”‚ └── ? Class-Based Views (CBVs)
β”‚ β”œβ”€β”€ ? Models and ORM
β”‚ β”‚ β”œβ”€β”€ ? Defining Models
β”‚ β”‚ β”œβ”€β”€ ? Migrations
β”‚ β”‚ └── ? Querysets and Managers
β”‚ └── ? Templates
β”‚ β”œβ”€β”€ ? Template Tags and Filters
β”‚ └── ? Template Inheritance
β”œβ”€β”€ ? Advanced Django
β”‚ β”œβ”€β”€ ? Forms and Validation
β”‚ β”‚ β”œβ”€β”€ ? Django Forms
β”‚ β”‚ β”œβ”€β”€ ? Form Validation
β”‚ β”‚ └── ? ModelForms
β”‚ β”œβ”€β”€ ? Authentication and Authorization
β”‚ β”‚ β”œβ”€β”€ ? User Authentication System
β”‚ β”‚ β”œβ”€β”€ ? Permissions and Groups
β”‚ β”‚ └── ? Custom User Models
β”‚ β”œβ”€β”€ ? Middleware
β”‚ β”‚ β”œβ”€β”€ ? Built-in Middleware
β”‚ β”‚ └── ? Custom Middleware
β”‚ └── ? Signals and Caching
β”‚ β”œβ”€β”€ ? Django Signals
β”‚ └── ? Caching Strategies
β”œβ”€β”€ ? APIs and Integrations
β”‚ β”œβ”€β”€ ? Django REST Framework (DRF)
β”‚ β”‚ β”œβ”€β”€ ? Serializers
β”‚ β”‚ β”œβ”€β”€ ? Views and Viewsets
β”‚ β”‚ └── ? Routers and URL Patterns
β”‚ β”œβ”€β”€ ? Authentication with DRF
β”‚ β”‚ β”œβ”€β”€ ? Token Authentication
β”‚ β”‚ β”œβ”€β”€ ? JWT
β”‚ β”‚ └── ?‍? OAuth2
β”‚ └── ? Third-Party Integrations
β”‚ β”œβ”€β”€ ? Celery (Task Queues)
β”‚ β”œβ”€β”€ ? Elasticsearch
β”‚ └── ? Payment Gateways (Stripe, PayPal)
β”œβ”€β”€ ? Deployment and DevOps
β”‚ β”œβ”€β”€ ? Deployment Basics
β”‚ β”‚ β”œβ”€β”€ ? Gunicorn and uWSGI
β”‚ β”‚ β”œβ”€β”€ ? Nginx/Apache Configuration
β”‚ β”‚ └── ☁️ Hosting (Heroku, AWS, DigitalOcean)
β”‚ β”œβ”€β”€ ? Containerization
β”‚ β”‚ β”œβ”€β”€ ? Docker
β”‚ β”‚ └── ☸️ Kubernetes (Basics)
β”‚ β”œβ”€β”€ ? CI/CD
β”‚ β”‚ β”œβ”€β”€ ? GitHub Actions
β”‚ β”‚ β”œβ”€β”€ ? Jenkins
β”‚ β”‚ └── ? Docker Compose
β”‚ └── ? Monitoring and Logging
β”‚ β”œβ”€β”€ ? Sentry
β”‚ β”œβ”€β”€ ? Prometheus and Grafana
β”‚ └── ? Log Management (ELK Stack)
β”œβ”€β”€ ? Testing
β”‚ β”œβ”€β”€ ? Unit Testing
β”‚ β”‚ β”œβ”€β”€ ? unittest and pytest
β”‚ β”‚ └── ? Mocking and Fixtures
β”‚ β”œβ”€β”€ ? Integration Testing
β”‚ β”‚ β”œβ”€β”€ ? Django Test Client
β”‚ β”‚ └── ? API Testing with DRF
β”‚ └── ? Performance Testing
β”‚ β”œβ”€β”€ ? Load Testing (Locust)
β”‚ └── ? Benchmarking
└── ? Advanced Topics
β”œβ”€β”€ ? Design Patterns
β”‚ β”œβ”€β”€ ? MVC/MVT
β”‚ └── ? Singleton, Factory, and More
β”œβ”€β”€ ? Asynchronous Processing
β”‚ β”œβ”€β”€ ? Django Channels
β”‚ └── ? WebSockets
└── ? Security
β”œβ”€β”€ ? Django Security Features
β”œβ”€β”€ ? Preventing Injection Attacks
└── ? Regular Updates and Patching

join Β» @malikovdev βœ…

2Β months ago
Kreativlik deyish kerakmi yoki …?***?***

Kreativlik deyish kerakmi yoki …??

@malikovdev

2Β months ago

Brothas, a moment of silence for @vodiylik.

He was one of our kindest pal we had in our developer community. I truthfully respected Shukrullo regardless of clashes we had community wise. We have became very close last few months, he was starting to learn Rust and now… he’s not among us anymore.

Death is real people. We will never forget you @vodiylik brother, the impact you’ve done to us and our community and may allah grant you heaven. Rest in peace.

Stay safe people and drive slow, you need your family.

4Β months, 2Β weeks ago
We recommend to visit

?? O'zbekistondagi N1 Akkaunt Savdo Kanali!

‼️ Eslatma: Kanalimizga Joylanayotgan Akkauntlarning Barchasi Turnirda Yutilgan!

? Kanalga Joylangan Xar Bir Akkauntga "SENATOR" Shaxsan O'zi Javob Beradi!

✍️Admin: @deSENATOR_AKKS βœ… Org β€Ό

©️SENATOR PUBGM

Last updated 1Β year, 4Β months ago

Kun davomida eng sara va so'nggi yangiliklar tafsiloti bilan YO'L-YO'LAKAY tanishtirib boramiz.

Voqea va hodisaga guvoh boβ€˜ldingizmi, voqealikni bizga yuboring: @yyuzbot

Reklama boβ€˜yicha: @zorzorads

Instagram sahifamiz: https://bit.ly/3wlZDZH

Last updated 3Β weeks, 3Β days ago

SENATOR RASMIY KANALI.βœ…??

- ?YouTube: youtube.com//senatorpubgm

? O'zbekistondagi eng ishonchli va eng arzon narxlarda UC sotib olmoqchi bo'lsangiz bizga bog'laning:? @SenatorsMarket

Last updated 1Β year, 6Β months ago