AI Programming @freecodecs Channel on Telegram

AI Programming

@freecodecs


An artificial intelligence free resource channel for students, professionals, and anyone who wants to learn how to solve problems.

ENGINEERING ๐ŸŽ– PROGRAMMING ๐ŸŽ– TIPS & HACKS

https://youtube.com/c/AIProgramming
CONTACT US ON: @alphadmin12

AI Programming (English)

Are you interested in artificial intelligence and programming? Look no further than the AI Programming channel on Telegram! This channel, with the username @freecodecs, is a valuable resource for students, professionals, and anyone eager to enhance their problem-solving skills in the world of AI.

With a focus on engineering and programming, AI Programming provides a plethora of tips, tricks, and hacks to help you excel in the field. Whether you're a beginner looking to learn the basics or an expert seeking advanced techniques, this channel has something for everyone.

Be sure to check out their YouTube channel at https://youtube.com/c/AIProgramming for even more educational content. And if you have any questions or need support, don't hesitate to reach out to the team at @alphadmin12.

Join the AI Programming channel today and take your AI and programming skills to the next level!

AI Programming

04 Dec, 10:40


โญ Your Gateway To Earn An International Degree: Unlock Exclusive Scholarships

This is your chance to:
โ–ถ๏ธ Connect with experts whoโ€™ll show you how to access our prestigious international partner universities and incredible scholarship opportunities ๐Ÿซ
โ–ถ๏ธ Enjoy free drinks ๐Ÿฅค, delicious food ๐Ÿ•, and get into the spirit with fun games ๐ŸŽ‰and great music ๐ŸŽต to keep the energy flowing!


๐Ÿ“… Date: Saturday and Sunday, December 7โ€“8, 2024 (แŠ…แ‹ณแˆญ 28-29, 2017)
โฐ Time: 9:00 AM (แŠจ3แก00 แˆฐแ‹“แ‰ต แŒ€แˆแˆฎ)
๐Ÿ“ Location: CAPSTONE ALX TECH HUB, LIDET
๐Ÿ“Œ RSVP Here: https://bit.ly/41agewO

Itโ€™s going to be an unforgettable day, and we want YOU to be a part of it! Donโ€™t waitโ€”register now to secure your spot!

AI Programming

27 Nov, 07:21


๐Ÿš€ Big News! Applications for ALX programs are officially OPEN! ๐ŸŒ๐Ÿ’ป

Weโ€™ve made it even easier for you to build your future in tech, now access our world-class programs for just $5/month (600 birr)! ๐ŸŽ‰

Learn in-demand skills, connect with a vibrant community, and unlock career opportunities in tech. Whether youโ€™re just starting your journey or looking to level up, ALX provides the tools, support, and network to help you succeed.

๐Ÿ’ผโœจ Donโ€™t miss this chance to invest in your growth and take charge of your career. Apply now and letโ€™s build something amazing together!

Programs:
Front-End Web Development: bit.ly/3Z2NS6j
Back-End Web Development: bit.ly/3O61yXU
AWS Cloud Computing: bit.ly/3UM3ZT4
Salesforce Administrator: bit.ly/40DNigr
Data Science: bit.ly/3UMM8eQ
Data Analytics: bit.ly/3Clr20F
Apply Now!

AI Programming

26 Nov, 14:51


โญLet me tell you a story about one of the top private universities in Ethiopia. The university fired ๐ŸŽ† one of its IT managers ๐Ÿ‘จโ€๐Ÿ’ป but forgot to remove his access to the grade management system. At first, no one noticed anything wrong.

But later, a teacher found something strange. He had given a student a D grade,...

โšก๏ธ Read more on this here: ๐Ÿ‘‡๐Ÿฝ
https://blog.siltawi.com/post/what-is-attribute-based-access-control-abac/

AI Programming

24 Nov, 14:11


โญ Attribute-Based Access Control (ABAC)

ABAC extends RBAC by introducing attributes as the basis for access control decisions, allowing more dynamic and granular access management. Instead of relying solely on predefined roles, ABAC uses the attributes of users, resources, and the environment to determine access rights.

Key Components

1. Attributes:
- User Attributes: e.g., Department, Job Title, Clearance Level.
- Resource Attributes: e.g., File Type, Data Sensitivity.
- Environmental Attributes: e.g., Time of Access, Device Used, Location.

2. Policies: Define rules based on attributes, often written in formats like JSON or XML.

Example Policy
| Condition | Access Allowed |
|-------------------------------------------|----------------------------|
| Department = "HR" AND File Type = "PDF" | View or Download Only |
| Clearance Level = "High" AND Time = "9:00 AM - 6:00 PM" | Read, Write, Delete |

๐Ÿ’ก Benefits:
- Flexibility: Adapts to complex requirements.
- Granularity: Offers fine-tuned control over resources.
- Dynamic Security: Responds to real-time conditions like location or device type.

๐Ÿ’ก Use Case:
ABAC is ideal for systems that require context-sensitive decisions, such as granting access to sensitive financial data only during business hours or limiting operations based on device security.

AI Programming

16 Nov, 09:59


๐ŸŽ“๐Ÿ’ฅ Dreaming of studying abroad? ๐ŸŒ Looking for FULL funding to make it happen? ๐Ÿš€ The Swaniker Scholars Program could be your ticket to a FULLY FUNDED SCHOLARSHIP, allowing you to study at top universities across the US, Africa, and Europe tuition-free! ๐Ÿ™Œ๐Ÿ’ก

Founded by CEO Fred Swaniker, whose own life was changed by a scholarship, the program is dedicated to transforming the lives of talented African youth. It provides the chance to pursue world-class education at premier global institutions. ๐ŸŒŸ๐Ÿ“š

Hereโ€™s how it works: To be considered for the Swaniker Scholars Program, you must first apply to and be accepted into the Pathway Program. High-performing Pathway learners in good standing will then be invited to apply for the scholarship. ๐Ÿ’ช๐ŸŒฑ Final selection is based on achievements, potential, and passion for making an impact.

Donโ€™t waitโ€”apply NOW and start your journey toward a brighter future! ๐Ÿ’ฏ๐Ÿ”ฅ
๐Ÿ”— Apply here: bit.ly/48KT4i9 ๐ŸŒ
๐Ÿ”—Read more about the Swaniker Scholars: bit.ly/3YMSpbx

AI Programming

11 Oct, 12:56


โœ… How to Name Git Branches the Right Way

A quick guide to Git branch naming for better team collaboration. Learn how to maintain consistency in your projectโ€™s structure by using clear, descriptive branch names that everyone can follow.

โ–ถ๏ธ Feature: feature/{short-description}
Example: feature/login-page

โ–ถ๏ธ Bugfix: fix/{issue-id}-{short-description}
Example: fix/123-broken-link

โšก๏ธ Read more on this here: ๐Ÿ‘‡๐Ÿฝ

https://blog.siltawi.com/post/best-practices-for-git-branch-names/

AI Programming

29 Sep, 05:25


๐Ÿ‘‘ Introducing Better Auth๐Ÿ‘‘

Check out 'Better Auth' by @beka_cru! This open-source, framework-agnostic authentication library for TypeScript offers extensive features and a plugin ecosystem, making it easy to add functionalities like 2FA and multi-tenant support.

โœจ Features ๐ŸŽ‰

โ–ถ๏ธ Email & Password Authentication.
โ–ถ๏ธ Support multiple OAuth providers.
โ–ถ๏ธ Two Factor Authentication.
โ–ถ๏ธ Gain and manage access.
โ–ถ๏ธ Supports popular frameworks

๐ŸŒ Check the website:
https://better-auth.com

โญ๏ธ Star the repo:
https://github.com/better-auth/better-auth

#OpenSource #Community

AI Programming

26 Sep, 07:19


The AI Code Editor ๐Ÿ”ฅ

Cursor AI offers intelligent code suggestions, automates repetitive tasks, and provides valuable insights to help developers write better, more efficient code.

Cursor AI Tutorial
https://www.youtube.com/watch?v=yk9lXobJ95E

๐Ÿ”— https://www.cursor.com/

#website #ai #tools

AI Programming

22 Sep, 05:40


What is monorepo?

Imagine having many projects within one repository. For example, Google uses a monorepo strategy, meaning that instead of having separate repositories for each project, like YouTube, Google Maps, Gmail, and Google Drive, all these projects are stored in a single repository named "Google."....

โšก๏ธ Read more on this here: ๐Ÿ‘‡๐Ÿฝ
https://blog.siltawi.com/post/monorepo-a-single-repository-for-multiple-projects/

AI Programming

21 Sep, 13:46


#SamiTech

แŠ แ‹ณแ‹ฒแˆต แˆ‹แ•แ‰ถแ•แ‰ฝ แŠจแŠ แŠ•แ‹ต แ‹“แˆ˜แ‰ต แ‹‹แˆตแ‰ตแŠ“ แŒ‹แˆญ!!
@samcomptech

แˆˆแ‰ขแˆฎแ‹Žแ‰ฝแฃ แˆˆแ‰ฐแˆ›แˆชแ‹Žแ‰ฝ แฃ แˆˆแ‹ฒแ‹›แ‹ญแŠ• แ‰ฃแˆˆแˆ™แ‹ซแ‹Žแ‰ฝ แฃ แˆˆแŒŒแˆ˜แˆฎแ‰ฝ  แ‹ˆ.แ‹˜.แ‰ฐ

แŠ แ‰…แˆแŠ• แŠซแŒˆแŠ“แ‹˜แ‰ก แŠฅแˆตแŠจ แ‰…แŠ•แŒก แˆ‹แ•แ‰ถแ–แ‰ฝ แ‹ญแˆ… แ‰€แˆจ แˆณแ‹ญแˆ‰ แ‹จแˆšแ‹ซแŒˆแŠ™แ‰ แ‰ตแŠ• แˆฑแ‰ƒแ‰ฝแŠ•แŠ• แ‹ญแŒŽแ‰ฅแŠ™แข

แ‹จแ‰ดแˆŒแŒแˆซแˆ แ‰ปแŠ“แˆ‰แŠ• แ‹ญแ‰€แˆ‹แ‰€แˆ‰ แ‰ฃแˆ‰แ‰ แ‰ต แˆ†แŠแ‹ แ‹ญแ‹˜แ‹™แŠ• แŠฅแŠ“แ‹ฐแˆญแˆณแˆˆแŠ•แข

แ‹จแ‹•แ‰ƒแ‹Žแ‰ฝ แ‹‹แŒ‹แฃ แ‹“แ‹ญแŠแ‰ต แŠฅแŠ“ แŠ แ‹ตแˆซแˆป แˆˆแˆ›แŒแŠ˜แ‰ต แ‹ญแˆ„แŠ• ๐Ÿ‘‰ @samcomptech แ‰ฐแŒญแŠแ‹ แ‰ แ‰ดแˆŒแŒแˆซแˆแ‹ แˆ›แ‹จแ‰ต แ‹ญแ‰ฝแˆ‹แˆ‰แข

@sww2844 0928442662 / 0940141114

https://maps.app.goo.gl/H3PM1NrTcQ4SWkK17

AI Programming

18 Sep, 13:05


โญNotebookLM

โ–ถ๏ธ is a tool that helps you understand complex information. Upload your sources and it will create an expert that can answer questions based on your material. Now, you can listen to a conversation between two AI hosts discussing your sources.

๐Ÿ”— https://notebooklm.google.com/

#website #ai #tools

AI Programming

16 Sep, 13:34


โญ Mailtrap is an email delivery platform that lets users test, send, and manage emails.

โ–ถ๏ธ Email Testing: Acts as a dummy SMTP server to test emails without sending them to real customers.
โ–ถ๏ธ Email Sending: Use SMTP for quick and easy integration with your application to start sending emails. Or Email API for even better flexibility.

๐Ÿ”— https://mailtrap.io/

#website #tools #email

AI Programming

13 Sep, 13:10


AI has been making strides in recent years, but one area that has remained challenging is reasoning. Now, OpenAI has unveiled a new language model that could change the game. Their latest creation, OpenAI o1, is 5-6 times stronger than GPT-4, and excels in math and coding by reasoning like a human, offering unprecedented accuracy and depth.

โšก๏ธ Read more on this here: ๐Ÿ‘‡๐Ÿฝ
https://blog.siltawi.com/post/openai-launches-groundbreaking-o1-model-with-human-like-reasoning-capabilities/
__
FB | Insta | X | YouTube

AI Programming

07 Sep, 13:31


Apple has unveiled iOS 18, the next iteration of its mobile operating system. iOS 18 makes iPhone even more personal, with deeper customization, new ways to connect, easier-to-find photos, and support for Apple Intelligence.

โšก๏ธ Read more on this here: ๐Ÿ‘‡๐Ÿฝ
https://blog.siltawi.com/post/ios-18-new-features/
__
FB | Insta | X | YouTube

AI Programming

06 Sep, 12:52



AI Programming

03 Sep, 14:10


#แ‹จแ‰ฐแˆณแ‰ตแŽ_แŒฅแˆช ๐Ÿ“ฃ

แ‰ แŠขแ‰ตแ‹ฎแŒตแ‹ซ แŠ แˆญแ‰ฒแŠแˆปแˆ แŠขแŠ•แ‰ฐแˆˆแŒ€แŠ•แˆต แŠขแŠ•แˆตแ‰ฒแ‰ตแ‹ฉแ‰ต แŠ แˆ›แŠซแŠแŠแ‰ต แ‹จแˆšแŠซแˆ„แ‹ฐแ‹‰ 3แŠ›แ‹ #PanAfriConAI2024 แŠฎแŠ•แแˆจแŠ•แˆต แŠจแŒฅแ‰…แˆแ‰ต 8 โ€“ 9แค 2024 (แŠฅ.แŠค.แŠ ) แ‰ แŠ แ‹ฒแˆต แŠ แ‰ แ‰ฃ แ‹ญแŠซแˆ„แ‹ณแˆแกแก

แ‰ แˆแŠแ‰ฑ แˆ‹แ‹ญ แˆˆแŠ แˆญแ‰ฒแŠแˆปแˆ แŠขแŠ•แ‰ฐแˆˆแŒ€แŠ•แˆต แ‹˜แˆญแ แ‰ฐแˆ˜แˆซแˆ›แˆชแ‹Žแ‰ฝ แŠฅแŠ“ แ‹จแˆแŒ แˆซ แˆ€แˆณแ‰ฅ แ‹ซแˆ‹แ‰ฝแ‹ แ‹จแ‹˜แˆญแ‰ แŠ แŠ•แ‰€แˆณแ‰ƒแˆพแ‰ฝ แ‹จแˆšแˆณแ‰ฐแ‰แ‰ แ‰ต แ‹‰แ‹ตแ‹ตแˆญ แ‰ฐแ‹˜แŒ‹แŒ…แ‰ทแˆแกแก

แˆตแˆˆแˆ†แŠแˆ แ‰ฐแˆ˜แˆซแˆ›แˆชแ‹Žแ‰ฝ แŠฅแŠ“ แ‹จแˆแŒ แˆซ แˆ€แˆณแ‰ฅ แ‹ซแˆ‹แ‰ฝแˆ แŠฅแŠ•แ‹ฒแˆแˆ แ‰ แˆแˆตแˆ‰ แˆ‹แ‹ญ แ‹จแ‰ฐแ‰€แˆ˜แŒ แ‹แŠ• แˆ˜แˆตแˆแˆญแ‰ต แ‹จแˆแ‰ณแˆŸแˆ‰ แ‰ แ‹แ‹ตแ‹ตแˆฉ แˆ‹แ‹ญ แŠฅแŠ•แ‹ตแ‰ตแˆณแ‰ฐแ‰ แŠขแŠ•แˆตแ‰ฒแ‰ตแ‹ฉแ‰ฑ แŒฅแˆชแ‹แŠ• แ‹ซแ‰€แˆญแ‰ฃแˆแกแก

source
FDRE Artificial Intelligence Institute

AI Programming

02 Sep, 15:49


Artificial intelligence continues to evolve at a rapid pace, with new breakthroughs emerging every day.

Last week, we saw significant updates that will impact various industries. Here are six highlights: X's NEO, Hotshot, Midjourney, LXTStudio, ElevenLabs & xAI's Grok-2.

โšก๏ธ Read more on this here: ๐Ÿ‘‡๐Ÿฝ
https://blog.siltawi.com/post/6-ai-game-changing-updates-this-week/
__
FB | Insta | X | YouTube

AI Programming

01 Sep, 08:57


The Ethiopian Electric Power (EEP) has seen a significant boost in revenue from electricity sales to data miners, generating $27 million in less than a year. While this is a positive development, it's essential to consider the potential implications for other sectors.

Experts argue that Ethiopia's growing reliance on data mining as a major source of electricity revenue could pose risks to the country's energy security. Suppose the demand from data mining companies continues to outpace the growth in overall electricity generation. In that case, there is a danger of creating a deficit that could impact other vital sectors such as agriculture, manufacturing, and households.

โšก๏ธ Read more on this here: ๐Ÿ‘‡๐Ÿฝ
https://blog.siltawi.com/post/a-double-edged-sword-for-ethiopia-s-energy-future/
__
FB | Insta | X | YouTube

AI Programming

29 Aug, 09:49



AI Programming

29 Aug, 08:00



AI Programming

26 Aug, 16:13


With the announcement of its US$4.9 billion acquisition of ZT Systems, a top supplier of AI infrastructure to hyper-scale computing companies, Advanced Micro Devices (AMD) has taken a major step forward in its long-term AI strategy and better positioned itself to take on market leader Nvidia.

โšก๏ธ Read more on this here: ๐Ÿ‘‡๐Ÿฝ
https://blog.siltawi.com/post/amd-takes-aim-at-nvidia-with-zt-systems-acquisition/

JOIN @siltawian
__
FB | Insta | X | YouTube

AI Programming

24 Aug, 15:26



AI Programming

22 Aug, 14:11



AI Programming

21 Aug, 15:32


In a move to revolutionize digital payments in Ethiopia, Ethio Telecom partnered with global payments leader VISA Inc. to introduce the countryโ€™s first wallet-based Virtual Visa Card.

The telecom giant is also rolling out enhanced remittance services through Visa Direct and Telebirr Remit, offering more convenient and cost-effective solutions for transferring money abroad.

โšก๏ธ Read more on this here: ๐Ÿ‘‡๐Ÿฝ
https://blog.siltawi.com/post/ethio-telecom-unveils-virtual-visa-card-and-advanced-remittance/

AI Programming

21 Aug, 10:22



AI Programming

20 Aug, 13:22



AI Programming

20 Aug, 07:46



AI Programming

18 Aug, 16:27



AI Programming

17 Aug, 07:46


แ‹จแŠแŒˆแŠ• แˆ˜แŠ•แŒˆแ‹ต แˆˆแˆ˜แŒ€แˆ˜แˆญ แ‰ฐแ‹˜แŒ‹แŒ€แ‰ณแ‰ฝแŠ‹แˆ? แ‹จแˆณแ‹แˆช แŠฎแˆ แ‰ณแˆˆแŠ•แ‰ต แŠญแˆ‹แ‹แ‹ต แ‹จแˆตแŠฌแ‰ต แŒ‰แ‹Ÿแ‰ฝแˆแŠ• แ‹จแˆšแ‹ซแŒแ‹™ แŠจ6000 แ‰ แˆ‹แ‹ญ แŠฎแˆญแˆถแ‰ฝแŠ• แŠ แ‰…แˆญแ‰ฆแˆ‹แ‰ฝแŠ‹แˆแค

โ–ถ๏ธ แˆ›แˆฝแŠ• แˆˆแˆญแŠ’แŠ•แŒ (Machine Learning)
โ–ถ๏ธ แˆณแ‹ญแ‰ แˆญ แˆดแŠชแ‹ฎแˆชแ‰ฒ (Cybersecurity)
โ–ถ๏ธ แแˆฎแŠ•แ‰ตแ‹ต แŠขแŠ•แŒ…แŠแˆชแŠ•แŒ (Frontend Engineering)
โ–ถ๏ธ แ‰ฃแŠญแŠ•แ‹ต แŠขแŠ•แŒ‚แŠ•แˆชแŒ (Backend Engineering)
โ–ถ๏ธ แŠ แˆญแ‰ดแŠแˆปแˆ แŠขแŠ•แ‰ฐแˆˆแŒ€แŠ•แˆต (Artificial Intelligence) แŠฅแŠ“ แˆŒแˆŽแ‰ฝแˆ,
แˆˆแŒ€แˆ›แˆชแ‹Žแ‰ฝ แŠฅแŠ•แ‹ฒแˆแˆ แŠจแˆ…แˆŽแ‰ณแ‰ฝแˆแŠ• แˆ›แˆปแˆปแˆ แˆˆแˆแ‰ตแˆแˆแŒ‰ แˆแˆ‰แŠ•แˆ แ‹ฐแˆจแŒƒแ‹Žแ‰ฝ แ‹จแˆšแˆ˜แŒฅแŠ‘ แŠฎแˆญแˆถแ‰ฝแŠ• แŠจแ‹ˆแˆญแˆ€แ‹Š แ‹จแˆตแ‹ตแˆตแ‰ต แŒ‚แ‰ข(6GB) แ‹จแŠแŒป แŠขแŠ•แ‰ฐแˆญแŠ”แ‰ต แŒฅแ‰…แˆ แŒ‹แˆญ แŠ แ‹˜แŒ‹แŒ…แ‰ฐแŠ“แˆแกแก แˆ…แˆแˆ›แ‰ฝแˆ แˆ‹แ‹ญ แˆˆแˆ˜แˆตแˆซแ‰ต แ‰€แŠ• แŠ แ‰ตแŒ แ‰ฅแ‰แค แˆณแ‰แˆชแŠฎแˆ แ‰ณแˆˆแŠ•แ‰ต แŠญแˆ‹แ‹แ‹ตแŠ• แ‰ แˆ˜แ‰€แˆ‹แ‰€แˆ แŠแŒ‹แ‰ฝแˆแŠ• แ‹›แˆฌ แˆตแˆฉแ‰ต!!

แˆˆแˆ˜แˆ˜แ‹แŒˆแ‰ฅ แˆ›แˆตแˆแŠ•แŒ แˆชแ‹ซแ‹แŠ• แ‰ฐแŒซแŠ‘แค https://safaricom.gebeya.com/

#SafaricomTalent #LearnAndGrow #FutureReady #OnlineCourses #CareerDevelopment

AI Programming

16 Aug, 13:39



AI Programming

14 Aug, 11:18



AI Programming

08 Aug, 16:15



AI Programming

08 Aug, 15:44


User Experience - ๐Ÿšฉ๐Ÿšฉ

Do you prefer the ๐Ÿ”ฅ or ๐Ÿ‘ ? Click the like button below.

AI Programming

08 Aug, 12:16


แŠแƒ แ‹จแˆ•แ‹ญแ‹ˆแ‰ต แŠญแˆ…แˆŽแ‰ต แˆตแˆแŒ แŠ“แฃ แŒฅแˆซแ‰ต แ‹ซแˆ‹แ‰ธแ‹ แ‰ตแˆแˆ…แˆญแ‰ถแ‰ฝแค แ‹จแˆฅแˆซ แŠฅแ‹ตแˆ แˆแŠญแˆฎแ‰ฝแฃ แ‹จแ‰ดแŠญแŠ–แˆŽแŒ‚ แŒแŠ•แ‹›แ‰คแ‹Žแ‰ฝแŠ• แŠฅแŠ“ แˆŒแˆŽแ‰ฝแŠ•แˆ ๐Ÿ”ฅ

โžก๏ธ แ‰ แ‹จแŒŠแ‹œแ‹ แŠจแ‰ แ‰‚ แ‰ตแŠ•แ‰ฐแŠ“ แŠฅแŠ“ แŒฅแˆแ‰… แŠฅแ‹ญแ‰ณ แŒ‹แˆญ แ‹จแˆแ‰ณแŒˆแŠ™แ‰ แ‰ต แ‰ปแŠ“แˆแข

๐Ÿ’ช แŠ แˆแŠ• แ‹ญแ‰€แˆ‹แ‰€แˆ‰แŠ• แŠฅแŠ“ แ‹จแ‹ˆแ‹ฐแŠแ‰ต แˆ›แŠ•แŠแ‰ถแŠ• แ‰ แˆตแˆแ‰ณแ‹Š แˆ˜แŠ•แŒˆแ‹ต แˆ˜แŒˆแŠ•แ‰ฃแ‰ต แ‹ญแŒ€แˆแˆฉ! ๐Ÿ’ช๐Ÿฝ

@siltawian
@siltawian
โ€”
FB | Insta | X | YouTube

#แˆตแˆแ‰ณแ‹Š #Siltawi #YouthEmpowerment #แŠขแ‰ตแ‹ฎแŒฒแ‹ซ #แ‰ตแˆแˆ…แˆญแ‰ต #แ‹ˆแŒฃแ‰ถแ‰ฝ #Ethiopia #LearnAndGrow #FreeTutorials #แ‹จแ‰ตแˆแˆ…แˆญแ‰ตแŠฅแ‹ตแˆ

AI Programming

07 Aug, 15:47


๐Ÿ‘‘ API Testing Interview Questions ๐Ÿ‘‘
This article includes the most frequently asked ๐Ÿš€API Testing questions and answers that will help you in interview preparations.It can be helpful to have a set of short notes that you can refer to quickly.

๐Ÿšฉ๐Ÿšฉ๐Ÿšฉ

@freecodecs
#short_notes
Join The Underground Coding Movement!
Have a Lit๐Ÿ”ฅReading Folks ๐Ÿ™Œ

AI Programming

04 Aug, 11:53



AI Programming

02 Aug, 15:37


In the rapidly evolving landscape of Ethiopia's urban centers, a dynamic new tool called "EVENTOCH" is set to redefine the way events are organized and experienced. Developed by Sebez Technologies, a startup company. Let's explore how this new tool shapes how we experience events.

โšก๏ธ Read more on this here: ๐Ÿ‘‡๐Ÿฝ
https://blog.siltawi.com/post/a-game-changer-for-ethiopia-s-event-industry/
__
@siltawian
#support #ethiopia #mobileapp #webapp #eventdiscovery #eventorganizer #eventoch #eventattendee #startup #entrepreneur

AI Programming

01 Aug, 16:07



AI Programming

30 Jul, 07:27



AI Programming

28 Jul, 15:25



AI Programming

24 Jul, 15:18



AI Programming

24 Jul, 14:57


โญ แ‹จแ‰กแŠ“ แ‰ แ‰€แˆ‹แˆ‰ แŒˆแŠ•แ‹˜แ‰ฅ แˆ˜แ‰€แ‰ แ‹ซ แ•แˆ‹แ‰ตแŽแˆญแˆ

แ‰ แŠขแ‰ตแ‹ฎแŒตแ‹ซแ‹แ‹ซแŠ• แˆถแแ‰ตแ‹Œแˆญ แˆแŒฃแˆชแ‹Žแ‰ฝ แ‹จแ‰ฐแˆฐแˆซแ‹ แ‹จแ‰กแŠ“ แŠจแŠ แ‹ตแŠ“แ‰‚แ‹Žแ‰ปแ‰ฝแŠ• แŠฅแŠ“ แŠจแ‰ฐแŠจแ‰ณแ‹ฎแ‰ปแ‰ฝแŠ• แ‰ แ‰€แˆ‹แˆ‰ แŒˆแŠ•แ‹˜แ‰ฅ แŠฅแŠ•แ‹ตแŠ•แ‰€แ‰ แˆ แ‹จแˆšแ‹ซแˆตแ‰ฝแˆˆแ‹ แŠ แ‹ฒแˆต แ‹จแ‰จแˆญแ‰นแ‹‹แˆ แŒˆแŠ•แ‹˜แ‰ฅ แˆ˜แ‰€แ‰ แ‹ซ แˆฐแˆญแ‰ฐแ‹ แŠ แ‰…แˆญแ‰ แ‹แˆแŠ“แˆแกแก

แŠฅแŠ•แ‹ฐแˆšแ‰ณแ‹ˆแ‰€แ‹ แ‰ แˆถแˆปแˆ แˆšแ‹ตแ‹ซ แˆ‹แ‹ญ แˆฐแ‹Žแ‰ฝ แ‰ฅแ‹™ แˆตแˆซ แ‹ญแˆฐแˆซแˆ‰ แˆ†แŠ–แˆ แˆแ‰น แ‹จแˆ†แŠ แŒˆแŠ•แ‹˜แ‰ฅ แˆ˜แ‰€แ‰ แ‹ซ แˆตแˆˆแˆŒแˆˆ แ‹จแ‰กแŠ“ แ‹ญแˆ„แŠ• แ‰ฝแŒแˆญ แˆˆแˆ˜แแ‰ณแ‰ต แˆˆแŠ แŒ แ‰ƒแ‰€แˆ แ‰ แŒฃแˆ แ‰€แˆ‹แˆ แŠฅแŠ“ แˆแŒฃแŠ• แ‹จแˆ†แŠ แˆแ‰น แ‰กแŠ“ แŒ‹แ‰ฅแ‹™แŠ• แ‹จแˆแŠ•แˆแ‰ แ‰ตแŠ• แˆแˆ‰แŠ•แˆ แ‹จแŠญแแ‹ซ แˆ˜แŠ•แŒˆแ‹ถแ‰ฝ แ‹ซแŠซแ‰ฐแ‰ฐ แŠญแˆฌแ‹ฒแ‰ต แŠฅแŠ“ แ‹ดแ‰ขแ‰ต แŠซแˆญแ‹ถแ‰ฝแŠ•แฃ แ‰ฃแŠ•แŠญแŠ•แฃ แ”แ‹ญแ“แˆแŠ•แฃ แ‰ดแˆŒแ‰ฅแˆญ แŠฅแŠ“ แŠคแˆแ”แˆณแŠ• แ‰ แˆ˜แŒ แ‰€แˆ แ‹ˆแ‹ฐแŠ› แŠ แŠซแ‹แŠ•แ‰ต แ‰ แˆ›แˆตแŒˆแ‰ฃแ‰ต แ‰กแŠ“ แˆ˜แŒ‹แ‰ แ‹ แ‹ญแ‰ฝแˆ‹แˆ‰แก

แ‰ฐแŒจแˆ›แˆช แˆˆแˆ›แŠ•แ‰ แ‰ฅ
๐Ÿ”— https://blog.siltawi.com/post/แ‹จแ‰กแŠ“-แ‰ แ‰€แˆ‹แˆ‰-แŒˆแŠ•แ‹˜แ‰ฅ-แˆ˜แ‰€แ‰ แ‹ซ-แ•แˆ‹แ‰ตแŽแˆญแˆ/

#yebuna #donation #support #ethiopia

AI Programming

24 Jul, 10:49



AI Programming

22 Jul, 15:00



AI Programming

20 Jul, 16:48



AI Programming

20 Jul, 08:28