Telegram RegisterThe public register of Telegram
Telegram profile photo for Developer

Channel

Developer

@estdev

On this record: Growth · Engagement · What this channel posts · Posts · Citations · Cite this entry

6subscribers

+0 since we began measuring on 8 August 2026

Risers and fallers across the register · movement among entries of Under 1,000.

Register entry

Telegram ID-1001968233468
TypeChannel
Username@estdev
DescriptionEvery beginner, intermediate, and professional developer provides all the explanations, lessons, tutorials, and videos that follow them
CreatedBetween 1 April 2023 and 8 October 2023 — estimated from Telegram’s id allocation, not measured. How this range is calculated.
First recorded12 August 2026
Last confirmed live1 September 2026
Measurements held2
On Telegramt.me/estdev

Growth

68 August 2026 — 6 subscribers12 August 2026 — 6 subscribers8 August 202612 August 2026
2 measurements spanning 4 days. Dots are measurements; the straight line between them is drawn to join them, not to claim we know the path taken in between — snapshots are recorded only when a count changes, so gaps mean “no change observed”, never “interpolated”. The vertical axis spans 5–7 and does not start at zero.
Measurement log — every subscribers count we have recorded
Measured (UTC)SubscribersChange
12 Aug 2026, 21:456no change
8 Aug 2026, 11:326first reading

Engagement

20 posts held, back to 8 October 2023the reader has not yet reached the start of this channel’s public history, so older posts may sit further back, unread. Read across 1 page of Telegram’s post history, 20 posts per page.

Nothing published in the last 30 days. ERR and ER are rolling 30-day measures, so there is nothing to compute — we hold 20 posts for this entry, the most recent from 4 July 2026. An engagement rate over an empty window would be a number about nothing.

What this channel posts

Photos
13
Links
3

Lifetime counters from Telegram’s own channel header, read 12 August 2026 — not the date at the top of this page, which is when the subscriber count was last read. Below Telegram’s rounding threshold, so these counts are exact.

Recent posts

4 Jul 2026, 07:17 UTC3 viewsread 12 August 2026

في لغة HTML سنعرض في هذا الفصل بعض الأمثلة الأساسية لـ HTML. لا تقلق إذا استخدمنا علامات لم تتعرف عليها بعد. مستندات HTML يجب أن تبدأ جميع مستندات HTML بإعلان نوع المستند: <!DOCTYPE html>. تبدأ وثيقة HTML نفسها بـ <html>وتنتهي بـ </html>. الجزء المرئي من مستند HTML يقع بين <body>و </body>. مثال <!DOCTYPE html> <html> <body> <h1>My First Heading</h1> <p>My first paragraph.</p> </body> </html> إعلان <!DOCTYPE> ي

4 Jul 2026, 07:16 UTC4 viewsread 12 August 2026

محررات HTML تعلم لغة HTML باستخدام المفكرة أو محرر النصوص يمكن إنشاء صفحات الويب وتعديلها باستخدام برامج تحرير HTML الاحترافية. ومع ذلك، لتعلم لغة HTML نوصي باستخدام محرر نصوص بسيط مثل Notepad (لأجهزة الكمبيوتر الشخصية) أو TextEdit (لأجهزة Mac). نعتقد أن استخدام محرر نصوص بسيط هو طريقة جيدة لتعلم لغة HTML. اتبع الخطوات التالية لإنشاء صفحة الويب الأولى الخاصة بك باستخدام برنامج المفكرة أو محرر النصوص. الخطوة 1:

4 Jul 2026, 07:12 UTC4 viewsread 12 August 2026

Start tag Element content End tag <h1> My First Heading </h1> <p> My first paragraph. </p> <br> none none

4 Jul 2026, 07:11 UTC4 viewsread 12 August 2026

شرح المثال يُحدد الإعلان <!DOCTYPE html>أن هذا المستند هو مستند HTML5 العنصر <html>هو العنصر الجذر لصفحة HTML يحتوي العنصر <head>على معلومات وصفية حول صفحة HTML يحدد هذا <title>العنصر عنوانًا لصفحة HTML (والذي يظهر في شريط عنوان المتصفح أو في علامة تبويب الصفحة). يحدد هذا <body>العنصر جسم المستند، وهو عبارة عن حاوية لجميع المحتويات المرئية، مثل العناوين والفقرات والصور والروابط التشعبية والجداول والقوائم وما إلى ذلك.

4 Jul 2026, 07:10 UTC4 viewsread 12 August 2026

HTML اختصار لـ Hyper Text Markup Language لغة HTML هي لغة الترميز القياسية لإنشاء صفحات الويب يصف HTML بنية صفحة الويب يتكون HTML من سلسلة من العناصر تُخبر عناصر HTML المتصفح بكيفية عرض المحتوى تقوم عناصر HTML بتسمية أجزاء المحتوى مثل "هذا عنوان"، "هذه فقرة"، "هذا رابط"، إلخ.

27 Mar 2026, 09:55 UTC5 viewsread 12 August 2026

Css3 Style #css3 اذا كنت تريد أن تكتب ملف css داخل ملف html <style> .... </style> ملف خاري <link rel="stylesheet" href="style.css">

22 Jul 2025, 14:32 UTC8 viewsread 12 August 2026
Photo

<!DOCTYPE html> <html> <head> <title>Page Title</title> </head> <body> <h1>This is a Heading</h1> <p>This is a paragraph.</p> </body> </html>

22 Jul 2025, 14:28 UTC7 viewsread 12 August 2026

HTML Documents All HTML documents must start with a document type declaration: <!DOCTYPE html> . The HTML document itself begins with <html> and ends with </html> . The visible part of the HTML document is between <body> and </body>.

2 Jul 2025, 11:17 UTC8 viewsread 12 August 2026

<DOCTYPE html> هي كود من أكواد HTML خاص لتحديد نوع الملف

2 Jul 2025, 11:16 UTC8 viewsread 12 August 2026

نريد أن نعمل كود برمجه يشمل موقع تسجيل الدخول بأكواد لغة برمجة : HTML &PHP HTML <!DOCTYPE html> <html lang="ar"> <head> <meta charset="UTF-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <title>تسجيل الدخول</title> </head> <body> <h2>تسجيل الدخول</h2> <form action="login.php" method="post"> <label for="username">اسم المستخدم:</label><br> <input type="text

15 Dec 2024, 08:33 UTC14 viewsread 12 August 2026

نريد أن نعمل كود برمجه يشمل موقع تسجيل الدخول بأكواد لغة برمجة : HTML &PHP HTML <!DOCTYPE html> <html lang="ar"> <head> <meta charset="UTF-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <title>تسجيل الدخول</title> </head> <body> <h2>تسجيل الدخول</h2> <form action="login.php" method="post"> <label for="username">اسم المستخدم:</label><br> <input type="text

Signed

Showing the 12 most recent of 20 posts we hold for @estdev. View and reaction counts are the latest single reading for each post, not a live figure, and a recent post is still accumulating both. A view count marked was rounded by Telegram before we ever saw it — t.me prints views in full below 1,000 and to three significant figures above, so ≈1,200,000 means somewhere between 1,150,000 and 1,249,999. Unmarked counts are exact. Text is reproduced from the public post preview and truncated for length.

Mentions

Named by 1 registered channel — every channel on the register whose own posts have named this one, by its current username or any other username it currently holds, merged from two separately captured readings of the same fact so a namer caught by only one of them is not missed and a namer both caught is not counted twice. A username this channel has since dropped is not matched — that handle may belong to someone else now, and crediting today’s namer to yesterday’s owner would misattribute it.

A mention is a weaker signal than a forward and is counted separately for that reason — naming a channel is not republishing it, and a handle in a post body is easy to place deliberately. The post counts beside each row below are distinct posts in which the handle appeared, from posts we have read on both sides — the “Named by N registered channels” figure above is a different count, of distinct NAMING CHANNELS rather than posts, and is not the sum of the rows under it.

Cite this entry

A live page changes as we take new readings, so a citation should name the measurement it is based on, not just the URL. The line below cites the subscriber count as measured 12 August 2026 — this entry's latest reading, not the date you are reading this.

“Developer” (@estdev), 6 subscribers as measured 12 August 2026. Telegram Register, tgregister.com/channel/estdev.

Full measurement history, CC BY 4.0. Every reading this register holds for this entry, not just the latest one, as a dated, downloadable record: CSV · JSON. Free to use with attribution to tgregister.com. Each file carries its own generation timestamp, which is the figure to cite for exactly when the data was retrieved.