Forwarded from GDG Addis
๐ Meet Temkin Mengistu (Chapi) at DevFest Addis 2024! ๐
๐ Topic: Career Paths in Tech: How to Choose the Right One
Temkin Mengistu, aka Chapi, is a seasoned software developer, Tena Solutions co-founder, and impactful startup leader. With senior developer experience in Bahrain and Dubai, he thrives as a Toptal freelancer and passionate community leader, empowering Ethiopia's tech ecosystem through initiatives like Chapi Dev Talks.
๐ Join him at DevFest Addis 2024 for insights into navigating your tech career!
๐Brought to you by GDG Addis in collaboration with ALX ETHIOPIA.
๐ DevFest Addis 2024 | ALX ETHIOPIA, Lideta Hub, 4th Floor, Liberia St, Addis Ababa
#devfest24
#alxethiopia
#gdgaddis
#gdg
#ai
๐ Topic: Career Paths in Tech: How to Choose the Right One
Temkin Mengistu, aka Chapi, is a seasoned software developer, Tena Solutions co-founder, and impactful startup leader. With senior developer experience in Bahrain and Dubai, he thrives as a Toptal freelancer and passionate community leader, empowering Ethiopia's tech ecosystem through initiatives like Chapi Dev Talks.
๐ Join him at DevFest Addis 2024 for insights into navigating your tech career!
๐Brought to you by GDG Addis in collaboration with ALX ETHIOPIA.
๐ DevFest Addis 2024 | ALX ETHIOPIA, Lideta Hub, 4th Floor, Liberia St, Addis Ababa
#devfest24
#alxethiopia
#gdgaddis
#gdg
#ai
๐ฅ12โค5๐3
Chapi Dev Talks
Am sorry what ๐คฏ Did I just read $2.7bn ๐ณ? Google what the fork๐
VP Engineering, Gemini Co-lead @ Google
This is how legends are made ๐คฏ
This is how legends are made ๐คฏ
๐ฅ12๐ฑ1
TIKVAH-ETHIOPIA
แฉแแแณ แ แแจแฎแฝ 17 แแแฎแ แถแแญ แฐแแจแแฝแข
แณแณแแแ แฅแ แณแณแแแ แฅแ แณแณแแแ แฅแ แณแณแแแ แฅแ $17M
Gosaye Tesfaye new yalew ene adelehum ๐
Gosaye Tesfaye new yalew ene adelehum ๐
๐21๐ฅ1๐1๐ณ1
Honestly speaking everyone should at least know how to use Google maps specially ride drivers.
Make sure to teach your frds if they don't know how to use one ๐.
Don't be shy to learn
Make sure to teach your frds if they don't know how to use one ๐.
Don't be shy to learn
๐17๐2
WHAT THE FORK HAPPEN TO GOOGLE MEET?
taking so much time to even allow me to join a meeting
taking so much time to even allow me to join a meeting
๐1๐ค1
GDG update
I will present twice so that everyone will attend so please be seated and wait everyone.
I will present twice so that everyone will attend so please be seated and wait everyone.
๐ฅ10
Chapi Dev Talks
GDG update I will present twice so that everyone will attend so please be seated and wait everyone.
I will present after meba
๐ฅ8๐1
Due to time management issue from GDG my talk got cancelled.
We are sorry ๐
We are sorry ๐
๐ญ16๐ฑ6โค1๐1๐1
So to begin with am really sorry really
Secondly I am extremely disappointed by the organizers of GDG DevFest Addis by thier organizations skill and the thing they did to my talk.
If people demands you give it to them tricking or forcing them not to attend is just a retard way.
I always knew GDG Events are one of the best in Ethiopia but this year they fail miserably.
Our event series Developer Meetup V2 was sooooo much better and fun.
Anyways because of this we might need to show them how to prepare a great event and may be if the organizers of Developer Meetup V series are up for it ๐
Anyways for those of who showed up and attended the event Thank you very and glad to meet you all my people ๐.
Out streaming series is also coming back
Secondly I am extremely disappointed by the organizers of GDG DevFest Addis by thier organizations skill and the thing they did to my talk.
If people demands you give it to them tricking or forcing them not to attend is just a retard way.
I always knew GDG Events are one of the best in Ethiopia but this year they fail miserably.
Our event series Developer Meetup V2 was sooooo much better and fun.
Anyways because of this we might need to show them how to prepare a great event and may be if the organizers of Developer Meetup V series are up for it ๐
Anyways for those of who showed up and attended the event Thank you very and glad to meet you all my people ๐.
Out streaming series is also coming back
๐33๐8โค5
Merryโs Thought
Cc organisers of Dev Meetup ๐
Dear Meron,
.....
.....
Thanks,
Chapi Menge
.....
.....
Thanks,
Chapi Menge
๐17๐1
Forwarded from Dark horse (Ezedin Fedlu)
๐ Advent of Code 2024 is here! ๐
How many of you have started solving the puzzles, or are planning to join in? ๐ปโจ
Advent of Code is a fun way to challenge your coding skills, learn new algorithms, and compete with friends. Whether you're a beginner or a seasoned programmer, there's something for everyone!
Drop a comment if you're participating
https://adventofcode.com/2024/
How many of you have started solving the puzzles, or are planning to join in? ๐ปโจ
Advent of Code is a fun way to challenge your coding skills, learn new algorithms, and compete with friends. Whether you're a beginner or a seasoned programmer, there's something for everyone!
Drop a comment if you're participating
https://adventofcode.com/2024/
๐10
Hey guys can you help me collect a few telegram channel in ethiopia that sells electronics in ethiopia
Send me the channel name here: https://forms.gle/DumvhxxoZjyKSf3L6
or @sophiservebot
or in the comment section.
any electronics shop telegram channel that sells mobile, pc or anything
this is for experimental project i have
Thanks
Send me the channel name here: https://forms.gle/DumvhxxoZjyKSf3L6
or @sophiservebot
or in the comment section.
any electronics shop telegram channel that sells mobile, pc or anything
this is for experimental project i have
Thanks
Google Docs
Electronics Channel Ethiopian
Please submit any electronics site you know in Ethiopia
if you are getting a json data from AI response and the ai is adding some other dump stuff and you want to parse only the json content use the below function since it is so usefull at times.
you might find this useful
import re
def get_json_response(data):
pattern = r'\{[^{}]*\}'
matches = re.findall(pattern, data)
return matches[0] if matches else {}
# user sample corrupted data
tes = 'as you requested here is the sample user data in json format: { "product_name": "Samsung Galaxy S21", "product_price": "1000", "phone_number": "08123456789", "photos": ["https://example.com/photo1.jpg", "https://example"] }'
print(json.loads(get_json_response(tes)))
you might find this useful
๐17๐1
Forwarded from ALX Ethiopia
Code the Future with M-PESAโs OPEN API
CTRL + API; Take Ctrl of innovation!
Overcome the barriers that slow innovation. M-PESAโs OPEN API offers seamless integration, standardized tools, and peer-support forums to power your next big project. Whether youโre scaling a startup or creating your next app masterpiece, this is your gateway to innovation.
Join us for an exclusive event to:
โขโ โ Hear from M-PESAโs General Manager on the future of M-PESA
โขโ โ Discover the impact of M-PESA through success stories from other markets
โขโ โ Explore the developer experience with a step-by-step walkthrough of signing up, accessing the sandbox, and documentation
โขโ โ Engage in a dynamic Q&A session to get all your questions answered
Be part of the revolutionโregister now and take the first step toward innovation! Cocktail will be served ๐
๐ Date: Saturday, December 7 (แ แณแญ 28)
โฐ Time: 3:00 PM - 6:00 PM (แจ9แก00 - 12แก00 แฐแ แต)
๐ Location: CapStone ALX Tech Hub, Lideta
๐ Register here: bit.ly/4i4IEyg
Sign up here to access the Developer Portal ๐๐พ https://developer.safaricom.et/login
CTRL + API; Take Ctrl of innovation!
Overcome the barriers that slow innovation. M-PESAโs OPEN API offers seamless integration, standardized tools, and peer-support forums to power your next big project. Whether youโre scaling a startup or creating your next app masterpiece, this is your gateway to innovation.
Join us for an exclusive event to:
โขโ โ Hear from M-PESAโs General Manager on the future of M-PESA
โขโ โ Discover the impact of M-PESA through success stories from other markets
โขโ โ Explore the developer experience with a step-by-step walkthrough of signing up, accessing the sandbox, and documentation
โขโ โ Engage in a dynamic Q&A session to get all your questions answered
Be part of the revolutionโregister now and take the first step toward innovation! Cocktail will be served ๐
๐ Date: Saturday, December 7 (แ แณแญ 28)
โฐ Time: 3:00 PM - 6:00 PM (แจ9แก00 - 12แก00 แฐแ แต)
๐ Location: CapStone ALX Tech Hub, Lideta
๐ Register here: bit.ly/4i4IEyg
Sign up here to access the Developer Portal ๐๐พ https://developer.safaricom.et/login
โค1๐1