Code With MEMO
Open in Telegram
Join a community of passionate learners and builders! We dive deep into: ๐น Machine Learning (Algorithms, Models, MLOps) ๐น Coding Tips & Best Practices (Python, AI/ML, Automation) ๐ธ collaborative problem solving (challenges ,Q&A....) @codewithmemo
Show moreThe country is not specifiedTechnologies & Applications57 220
200
Subscribers
-124 hours
-17 days
-130 days
Posts Archive
+5
Memory leaks in SPAs often start with innocent caches.
WeakRef lets JavaScript reclaim memory without manual cleanup.Use it to build smarter caches that fade away when data is no longer needed.
where were we last year, and where are we now?โ
Another year didnโt just pass, it changed where we stand.
We Ethiopians do not celebrate New Year today. Our New Year, Enkutatash, is on September 1st. Please refrain from saying 'Happy New Year' today, as it does not reflect our culture or traditions. Let's respect and honor our unique celebrations.
+1
Prompt injection attacks are hitting AI-powered browsers like ChatGPT Atlas, where hidden text on web pages can override system instructions when the AI reads them.
+1
OpenAI says it is hardening Atlas with automated red teaming, using reinforcement learning to find and patch real-world exploits before attackers use them at scale.
AI agents are getting more capable, and security has to move just as fast.
Repost from Ethio Coders (แขแตแฎ แฎแฐแญแต)
Spacetop G1
แ แณแชแญ แแแแแชแซ แแ แจแแณแญ แตแญแชแ แจแแแ แแแถแ แญแ แแ
แแแถแ แจแณแฝ แจแแณแฉแต แชแฆแญแต แฅแป แฒแแแฃ แจแฅแฑ แแญ แจแฐแซแซแ แแแ แซแ แจ AR (Augmented Reality) แแแฝแญ แ แแแข แแแฝแฉแ แตแณแฐแญแแต แ แแญแแฝแ แแต แฅแตแจ 100 แขแแฝ แจแแฐแญแต แแแ "แจแญแนแแ แตแญแชแ" แ แ แจแญ แแญ แฐแแณแแ แญแณแซแ!
แแ แแฉ แซแฐแญแแแ?
โ
แแแแแต (Privacy)แฆ แซแ แแญแ แฐแ แจแ แแ แต แฆแณ แแตแฅ แตแตแฐแฉ แจแแแฝแ แซแ แฐแ แแ แฅแแฐแแตแฐแฉ แ แแนแ แแจแต แ แญแฝแแ แตแญแชแ แจแแณแจแ แแแแฝแฉ แฃแแคแต แฅแป แแ!
โ
แแแ แตแญแชแแฆ แ แตแแฝ แแแถแ แแญ แจแตแแ
แฒแแ แตแญแชแ แจแแซแญแ แจแตแซ แฆแณ แ แ แจแญ แแญ แญแแจแแแฝแแแข
โ
แแแแตแฆ แจแตแ แฆแณ แแแฝแ แแ แฅแแฝแ แ แแพแต แฅแแตแตแฐแฉ แซแฐแญแแแข
https://t.me/Ethio_Coders_channel
Repost from Information Systems Hub ๐ป๐
๐ Workshop on AI chatbot
๐
Date: December 31, 2025
โฐ Time: 8:00 PM
๐ค Host: Meklit Mesfin
๐ Live on our Telegram Channel
Topic Focus:
โ
How AI chatbots think, respond, and learn
โ
Building blocks of modern AI chatbots
โ
Real-world chatbot applications and use cases
โ
And much more..........
๐ค Guest Speaker : Kidus Shimels -Junior AI/ML Enthusiast | Backend focused fullstack developer
Join his Telegram
LinkedIn | YouTube | Tiktok |
#ISHub #kidusShimels #meklitMesfin #AichatBot
Someone
: I want to learn Machine Learning
ML: Cool. First, meet my parents , Math and Algorithms.
Machine Learning is just Math and Algorithms pretending to be friendly.
Automatic translator in Python!
We translate a text in a few lines using
deep-translator. It supports dozens of languages: from English and Russian to Japanese and Arabic.
Install the library:
pip install deep-translator
Example of use:
from deep_translator import GoogleTranslator
text = "Hello, how are you?"
result = GoogleTranslator(source="ru", target="en").translate(text)
print("Original:", text)
print("Translation:", result)
Mass translation of a list:
texts = ["Hello", "What's your name?", "See you later"]
for t in texts:
print("โ", GoogleTranslator(source="ru", target="es").translate(t))
๐ฅ We get a mini-Google Translate right in Python: you can embed it in a chatbot, use it in notes, or automate work with the API.Get good at linear algebra, If you are developerโก๏ธโก๏ธ
Share||@codewithmemo
Share||@codewithmemo
+5
โจ๏ธ Cookie Masterclass
Cookies are small pieces of data stored in a user's browser, commonly used for session management, personalizing, and tracking.
In JavaScript, the document.cookie property allows you to create, read, update, and delete cookies. Here is a concise guide on managing cookies using JavaScript.
Available now! Telegram Research 2025 โ the year's key insights 
