From 224697a0747c7ea527a6a44900ede83ec6c9567d Mon Sep 17 00:00:00 2001 From: Nurlan Mammadli Date: Mon, 10 Nov 2025 21:02:41 +0400 Subject: [PATCH 1/2] Add JavaScript, Python, SQL and Web Development resources in Azerbaijani --- books/free-programming-books-az.md | 31 +++++++++++++++++++++++++++--- 1 file changed, 28 insertions(+), 3 deletions(-) diff --git a/books/free-programming-books-az.md b/books/free-programming-books-az.md index bbfb16406295d..461038283ac2d 100644 --- a/books/free-programming-books-az.md +++ b/books/free-programming-books-az.md @@ -3,12 +3,16 @@ * [C](#c) * [Git](#git) * [HTML](#html) +* [JavaScript](#javascript) * [Linux](#linux) +* [Python](#python) +* [SQL](#sql) +* [Web Development](#web-development) ### C -* [C Proqramlaşdırma Dili](https://web.archive.org/web/20241214000729/https://ilkaddimlar.com/ders/c-proqramlasdirma-dili) ( :card_file_box: archived) +* [C Proqramlaşdırma Dili](https://web.archive.org/web/20241214000729/https://ilkaddimlar.com/ders/c-proqramlasdirma-dili) (:card_file_box: archived) ### Git @@ -18,10 +22,31 @@ ### HTML -* [HTML](https://web.archive.org/web/20241214005042/https://ilkaddimlar.com/ders/html) ( :card_file_box: archived) +* [HTML](https://web.archive.org/web/20241214005042/https://ilkaddimlar.com/ders/html) (:card_file_box: archived) + + +### JavaScript + +* [JavaScript Dərsləri](https://code.edu.az/lessons/javascript) - Code.edu.az (HTML) ### Linux -* [Linux](https://web.archive.org/web/20241214095624/https://ilkaddimlar.com/ders/linux) ( :card_file_box: archived) +* [Linux](https://web.archive.org/web/20241214095624/https://ilkaddimlar.com/ders/linux) (:card_file_box: archived) + + +### Python + +* [Python Dərsləri](https://code.edu.az/lessons/python) - Code.edu.az (HTML) +* [Python Proqramlaşdırma Dili](https://python.az) - Python.az (HTML) + + +### SQL + +* [SQL Dərsləri](https://code.edu.az/lessons/sql) - Code.edu.az (HTML) + + +### Web Development +* [Front-end Proqramlaşdırma](https://code.edu.az/lessons/frontend) - Code.edu.az (HTML) +* [Web Development Əsasları](https://hackernoon.az/category/web-development) - HackerNoon Azerbaijan (HTML) From c3e4b465f1e3c1a7d372fc6b2098f54028c9c52a Mon Sep 17 00:00:00 2001 From: Nurlan Mammadli Date: Mon, 10 Nov 2025 21:03:11 +0400 Subject: [PATCH 2/2] Add JavaScript, Python, SQL and Web Development resources in Azerbaijani - Added JavaScript tutorials from Code.edu.az - Added Python resources from Code.edu.az and Python.az - Added SQL tutorials from Code.edu.az - Added Web Development resources from Code.edu.az and HackerNoon Azerbaijan