𝘼𝙓𝙄𝙊𝙈𝙇𝙄𝙏𝙀
113 subscribers
37 photos
3 videos
58 links
A Useful Channel For Developers

Group:
https://t.me/Developers_Association
Download Telegram
With this repository you can learn 33 topics of JS, These are usefull everywhere, specialy in real projects and clean coding.

با این ریپازیتوری 33 تا مفهوم JS رو می‌تونی یاد بگیری، از closure و scope بگیر تا event loop. این چیزها هر جا باشی به کارت میاد، مخصوصاً وقتی پروژه‌های واقعی داری و می‌خوای راحت‌تر دیباگ کنی یا کد تمیز تحویل بدی.
URL:
github.com/leonardomso/33-js-concepts


#Repository@AxiomLite
#JavaScript@AxiomLite

Arsalan

@AxiomLite
3👍1🔥1
To converting AD date to solar date or displaying "5 minutes ago", Moment can handle it in a few lines of code.

برای تبدیل یه تاریخ میلادی به شمسی یا نمایش زمان به‌صورت "5 دقیقه پیش" تو جاوااسکریپت کتابخونه Moment اینو با چند خط کد حل می‌کنه.
URL:
github.com/moment/moment


#Repository@AxiomLite
#JavaScript@AxiomLite
#Frontend@AxiomLite

Arsalan

@AxiomLite
3👍1🔥1
With awsome-android-ui you can have more than 50 ready library for animation, menu, button and special views for you android UI.

با ریپازیتوری awesome-android-ui میتونی بیش از 50 کتابخانه آماده برای انیمیشن، منو، دکمه و ویوهای خاص برای UI اندرویدت داشته باشی.

URL:
github.com/wasabeef/awesome-android-ui


#Repository@AxiomLite
#Android@AxiomLite
#Frontend@AxiomLite

Arsalan

@AxiomLite
4👍2
با این ابزار می‌تونین یه وبسایت رو به صورت یه تک فایل HTML در بیارین، در واقع کل عکس ها و کد های CSS و JS رو embed می‌کنه.

github.com/Y2Z/monolith


#Repository@AxiomLite
#Frontend@AxiomLite

Ali

@AxiomLite
👍4🤯1
Clean code book of Robert C Martin that used java language for examples is now translated to persian and now uses python language for examples.

کتاب کلین کد آقای Robert C Martin که از زبان جاوا برای مثال ها استفاده میکرد الان هم به فارسی ترجمه شده و هم از زبان پایتون برای مثال ها استفاده میکنه.
URL:
github.com/SepehrRasouli/clean-code-python


Author of book:
Robert C Martin

Translator:
Sepehr Rasouli

#Repository@AxiomLite
#Python@AxiomLite
#Book@AxiomLite

Arsalan

@AxiomLite
4👍2
Happy "Chele", the longest night of the year to everyone.

شب "چله"، بلند ترین شب سال برای همه مبارک. 🍁❤️🍂🍉

#Owner@AxiomLite

Arsalan

@AxiomLite
5👍1🔥1
One of the old question that asked in interviews is:
What happens when you open "google.com"?
Here they explained that very detail full.

یکی از سوالات قدیمی مصاحبه ها اینه که:
وقتی "google.com" رو میزنی چه اتفاقی میوفته؟
اینجا خیلی جزئی توضحش دادن.

github.com/alex/what-happens-when


#Github@AxiomLite

✍️ Arsalan

@AxiomLite
5👍1🆒1
"RenderCV" is an auto resume maker and fully customizable (fonts, colors, texts, ...) using only a single "YAML" file.
You can get outputs as PDF, PNG, Markdown, HTML, Typst.
Simply installable with python.


ابزار "RenderCV" یه رزومه ساز کاملا خودکاره که میشه کاملا شخصی سازیش کرد (فونت ها، رنگ ها، متن ها و...) و اینکارو فقط با یه فایل "YAML" انجام میده.
میتونی خروجی هارو با فرمت های PDF, PNG, Markdown, HTML, Typst بگیری.
با پایتون به راحتی نصب میشه.

Documentation:
github.com/rendercv/rendercv


#Tool@AxiomLite

✍️ Arsalan

@AxiomLite
4🔥2👍1👎1
Finally my first python package released!
This package is for quadratic and cubic equations.
This release is for test, I will improve it later.

بالاخره اولین پکیج پایتونی من منتشر شد!
این پکیج برای معادلات درجه دوم و سومه.
این انتشار برای تسته بعدا بهترش میکنم.

Installation:
pip install polynomial-equations


#Owner@AxiomLite
#Python@AxiomLite

✍️ Arsalan

@AxiomLite
👍53🆒2👎1
In your website's forget password, If the given email isn't in your users, Don't say
"User not found.",
Say
"Recovery email sent successfully."
(If not in your users, Don't send)
This is a little vulnerability called "Email enumeration", That allows the hacker to know which user is in your website, Which not!
This vulnerability isn't
(The image is from "Hacker One"'s website's "Forget password" part.)
They save UX with a creative sentence.

توی بخش forget password سایتت وقتی کسی ایمیلی وارد کرد حتی اگه اون ایمیل توی لیست کاربرات هم نبود، نگو این کاربر وجود نداره، همیشه بگو ایمیل بازیابی با موفقیت ارسال شد. (اگه جز کاربرات نبود ایمیل ارسال نکن)
این یه اسیب پذیری کوچیک به اسم "Email enumaration" هست که هکر میتونه بفهمه چه کاربری توی سایتت وجود داره، چه کاربری وجود نداره!
این اسیب پذیری به تنهایی خطری نداره ولی می‌تونه با اسیب پذیری های دیگه ترکیب بشه و خطرناک بشه.
عکس مال بخش "Forget password" سایت "Hacker One" هست.
با یه جمله خلاقانه UX رو هم حفظ کردن.

#Security@AxiomLite

✍️ Arsalan

@AxiomLite
2👍2🔥2🆒1
Someone posted this image and wrote:
The dawn of new aesthetics.

یکی این عکس رو پست کرده و نوشته:
طلوع زیبایی‌شناسی‌های جدید.

Source code:
getsrc.pro/source/glass-button


#Frontend@AxiomLite

Arsalan

@AxiomLite
❤‍🔥4👍3
This account provides huge amount of algorithms for different languages.
From sorting and math algorithms to encryption and hash algorithms.
Python, Java, C, C++, C#, Go, Rust, TypeScript, R, and some other languages . . .
Its Python repository have +1.25k contributors and +215k stars.
I suggest you to check it.

این اکانت مقدار عظیمی از الگوریتم ها رو برای زبان های برنامه نویسی مختلف ارائه میده.
از الگوریتم های مرتب سازی و ریاضی گرفته تا الگوریتم های رمزنگاری و هش.
از این زبان ها پشتیبانی میکنه:
Python, Java, C, C++, C#, Go, Rust, TypeScript, R
و چندتا زبان دیگه.
فقط ریپازیتوری پایتونش بالای 1250 تا مشارکت کننده و بالای 215000 ستاره داره.
شدیدا پیشنهاد میکنم بهش یه سر بزنید.

Python:
github.com/TheAlgorithms/Python


Other languages:
github.com/TheAlgorithms


#Python@AxiomLite
#C@AxiomLite
#Cpp@AxiomLite
#Csharp@AxiomLite
#Java@AxiomLite
#Go@AxiomLite
#Rust@AxiomLite
#TypeScript@AxiomLite

✍️ Arsalan

@AxiomLite
❤‍🔥5👍1🆒1
Year-End Message

As this year comes to an end, we want to take a moment to say thank you to everyone who joined, read, supported, and engaged with this channel ☃️🎄.

This year was about building, learning, and moving forward step by step. Even if the channel is still small, every subscriber matters, and your presence gives meaning to what we share here.

In the coming year, we aim to:
🔷 Share more valuable and clear content
🔷 Stay consistent and transparent
🔷 Improve quality over quantity
🔷 Grow together, not just in numbers but in value

Thank you for being part of this journey ❤️.
We wish you a happy, healthy, and successful new year 💙.

🚀 Onward to a stronger year ahead ❤️‍🔥.

#Owner@AxiomLite

@AxiomLite
❤‍🔥42
Happy 2026! ❤️2️⃣0️⃣2️⃣6️⃣❤️

#Owner@AxiomLite

@AxiomLite
6🔥5🗿1
True Fact
AI can help us to develop our project very fast.
Don't look to AI as an enemy, Look like a tool that you can use from it.
Also this is important to not vibe-coding with AI and when using it understand what the code is doing to be aware of that for debugging and etc.
(Never 100% trust to AI code, that can have bugs and risks)

فکت درست
هوش مصنوعی باعث میشه سرعت توسعه ما خیلی بیشتر بشه.
به هوش مصنوعی به عنوان یه دشمن یا رقیب نگاه نکنید، به عنوان یه ابزار نگاه کنید که میتونید ازش استفاده کنید.
اما دقت داشته باشید که ندونسته از کد های هوش مصنوعی استفاده نکنید و زمانی که از کد های هوش مصنوعی استفاده میکنید خودتون منطق کد رو درک کنید و ازش آگاه باشید تا بتونید باگ هاشو پیدا کنید.
(هیچوقت ۱۰۰ درصد به کد هوش مصنوعی اعتماد نکنید چون میتونه دارای باگ یا ریسک باشه.)

#AI@AxionLite

Arsalan

@AxiomLite
👏4❤‍🔥1
Cause of low internet quality in Iran country in this days.
I can't do any activity in telegram.
We're sorry.
We will be back soon.

#Owner@AxiomLite

Arsalan

@AxiomLite
👍42
After days being offline . . .

#Owner@AxiomLite

@AxiomLite
🔥4❤‍🔥1
Starting channel activity again after about 1 month from tomorrow.

We wish you to have better days in future. 💙

Be careful and healthy. ❤️‍🩹

#Owner@AxiomLite

Arsalan

@AxiomLite
❤‍🔥3🔥2👏1
هممون می‌دونیم تلگرام یکی از خفن‌ترین پیام‌رسان‌های دنیاست. سریعه، امکاناتش بی‌نهایته و از نظر مهندسی واقعا کارآمده. کلی خوبی داره، ولی بیاید روی یکی از تاریک‌ترین نقطه‌ضعف‌هاش دست بذاریم.

معماری تلگرام، اون رو به یک بهشت آشوب تبدیل کرده.

مشکل فقط چندتا کانال متخلف نیست؛ مشکل در هسته‌ی طراحی این پلتفرمه.

۱. توهمِ نظارت (جعبه سیاه ریپورت)

وقتی شما یه کانال وحشتناک (مثل آزار حیوانات، کلاهبرداری یا ترویج خشونت افراطی) رو ریپورت می‌کنید، چه اتفاقی میفته؟
حقیقت اینه که هیچکس نمی‌دونه.
سیستم ریپورت تلگرام یه جعبه‌ی سیاه مبهمه. معلوم نیست چندتا ریپورت لازمه تا یه کانال بسته بشه یا اصلا یک انسان اون گزارش رو می‌بینه یا نه.

تلگرام برند خودش رو روی آزادی ساخته، و این یعنی عمدا سیستم نظارت رو حداقلی نگه داشته تا از پلتفرم‌های سخت‌گیرتر متمایز باشه. نتیجه؟ کانال‌های مجرمانه و افراطی، هفته‌ها و ماه‌ها قبل از اینکه شاید (فقط شاید) بسته بشن، به فعالیت ادامه می‌دن.

۲. مشکل هیدرا (محتوای ابدی)

این خطرناک‌ترین بخش ماجراست.
فرض کنید یه محتوای مجرمانه (مثلاً یه ویدیوی دلخراش) در یک کانال پست می‌شه. حالا هزاران نفر اون رو می‌بینن، در Saved Messages خودشون ذخیره می‌کنن، یا به پیوی و گروه‌های خصوصی فوروارد می‌کنن.

شما اون کانال اصلی رو ریپورت می‌کنید و بالاخره تلگرام اون کانال رو می‌بنده.
اما اون فایل ویدیویی از سرور پاک نشده.

تمام اون هزاران نفری که اون فایل رو جایی ذخیره کردن، هنوز بهش دسترسی کامل دارن. اون‌ها یک کپی از فایل نساختن؛ اون‌ها فقط یک Bookmark به اون فایلِ آپلود شده روی سرور تلگرام دارن. تا زمانی که حتی یک نفر اون فایل رو در جایی داشته باشه، اون محتوا روی سرورها قابل دسترسیه.

شما یک سر هیدرا رو زدید، در حالی که اون محتوا در هزاران چت خصوصی و کانال پشتیبان، دوباره رشد می‌کنن

۳. اکوسیستم جنگل تاریک (ویترین عمومی، انبار خصوصی)

این معماری، یک اکوسیستم دوگانه ساخته:

1. "ویترین عمومی" (Public Channels): جایی که نظارت (هرچند ضعیف) وجود داره. این‌ها برای تبلیغ و جذب نیرو استفاده می‌شن.
2. "جنگل تاریک" (Private Ecosystem): شامل گروه‌های خصوصی و چت‌های شخصی. اینجا هیچ نظارتی وجود نداره. صفر.

گروه‌های مجرمانه، افراطیون و کلاهبردارها در "ویترین عمومی" تبلیغ می‌کنن و اعضا رو به "جنگل تاریک" (گروه‌های خصوصی) می‌کشونن. جایی که دیگه هیچ قانونی وجود نداره.

#Telegram@AxiomLite

Arsalan

@AxiomLite
😐6🤯31👍1💯1🆒1
If you've been caught by ransomware, take a look at this website, it has the key to most ransomware.

اگر گیر باج افزار افتادید این وبسایت رو یک نگاه بندازید، کلید اکثر باج افزار هارو داره.

nomoreransom.org


#Website@AxiomLite
#Ransomware@AxiomLite
#Security@AxiomLite

Arsalan

@AxiomLite
❤‍🔥4👎3🆒1
1 month has passed. 💔
Big condolences to the people of Iran. 🖤
We are with you. ❤️‍🩹

We are stronger than ever. ❤️‍🔥

#Owner@AxiomLite

Arsalan

@AxiomLite
6👎5