This media is not supported in your browser
VIEW IN TELEGRAM
You ever done this shii before? ๐๐
๐1
Forwarded from Telegram Contests
Prize fund: $30,000
Deadline: 23:59 on July 28th (Dubai time)
Who can participate: Everyone is welcome to participate, even if they didn't take part in the previous round
Results: August 18th, 2024
Telegram is hosting a contest for JavaScript developers to implement two new features into Telegram Web and address the scrolling issue on Chrome for Android.
The Task:
1. Implement Media Editor and Multiple Accounts into Telegram Web K based on the provided mockups.
2. Web K is currently experiencing scrolling issues when used on Chrome for Android. This issue causes noticeable lagging on devices with 120 FPS displays, particularly when scrolling through any entities containing numerous media elements โ essentially, any channel with larger message bubbles and multiple media items. (You must investigate the issue, provide a detailed explanation of it, and implement a fix that will address the issue.)
Evaluation Criteria and Requirements:
General
โ No third-party UI frameworks are allowed.
โ The submission must be consistent with the existing Web K codebase.
โ Your implementation must work flawlessly on desktop Chrome (across Linux, macOS, Windows) and Safari on macOS. Proper support for other browsers and mobile environments (Android, iOS) will be considered a bonus.
Further Clarifications:
Media Editor
โ You must not use any libraries or components (i.e., from other existing media editors) for any parts of the Media Editor. All the features presented in the mockups must be built from scratch.
โ It is acceptable to send static media when an animated sticker is added to a photo, though a proper conversion into a GIF would be considered a bonus.
Multiple Accounts
The app must properly handle the databases from several accounts, support simultaneous notifications, and oversee all possible edge cases, including forced logout from another device. For reference, you may check official Telegram apps.
Submissions:
Contestants will be able to submit their entries to @ContestBot at a later date. We will further clarify the submission instructions closer to the deadline.
P.S. Winners may be offered a chance to explore further opportunities with Telegram.
Please open Telegram to view this post
VIEW IN TELEGRAM
โค1
The Top 11 Programming Languages to Learn in 2024
https://telegra.ph/The-Top-11-Programming-Languages-to-Learn-in-2024-07-16-2
In 2024, staying ahead in tech requires knowing the top programming languages based on their versatility and popularity. Key languages include Python (for web development, data science, AI/ML, and automation), JavaScript (web and mobile app development, game development), Java (enterprise applications, Android apps, web apps), Show more
https://telegra.ph/The-Top-11-Programming-Languages-to-Learn-in-2024-07-16-2
Telegraph
The Top 11 Programming Languages to Learn in 2024
1. Python Python continues to dominate the programming landscape. Its simplicity and readability make it an ideal choice for beginners and experienced developers alike. Python is widely used in: Web Development: Frameworks like Django and Flask Data Science:โฆ
๐1
ChatGPT - Prompts for developers
https://telegra.ph/ChatGPT---Prompts-for-developers-07-16
ChatGPT is an AI chatbot that helps developers in various ways such as writing code, refactoring code, code review and debugging, optimizing code, explaining code, creating unit tests, adding code comments, creating boilerplate code, and writing regular expressions.
https://telegra.ph/ChatGPT---Prompts-for-developers-07-16
Telegraph
ChatGPT - Prompts for developers
Understand the ChatGPT: ChatGPT is an artificial intelligence (AI) chatbot that uses natural language processing to create humanlike conversational dialogue. The language model can respond to questions and compose various written content, including articlesโฆ
#include <iostream>
using namespace std;
int x = 2;
void dob(int) {
cout << ::x * 2;
}
int main() {
int a = 6;
dob(a);
}
Forwarded from for-coder (KEN ADAMS)
Why is GPT-4o Free? OpenAIโs Master Plan
OpenAI has launched GPT-4o for free with the aim of achieving mass adoption, competing with other models, collecting more data for training future models, countering the scorched earth theory, and driving network effects. They may also have even better products coming soon.
https://telegra.ph/Why-is-GPT-4o-Free-OpenAIs-Master-Plan-07-19
OpenAI has launched GPT-4o for free with the aim of achieving mass adoption, competing with other models, collecting more data for training future models, countering the scorched earth theory, and driving network effects. They may also have even better products coming soon.
https://telegra.ph/Why-is-GPT-4o-Free-OpenAIs-Master-Plan-07-19
Telegraph
Why is GPT-4o Free? OpenAIโs Master Plan
It got me thinkingโฆ Why is GPT-4o free? What is OpenAI thinking? The majority of their revenue comes from their paying customers, who pay 20 bucks a month for ChatGPT Plus. Iโve been paying for it since it came out, and now Iโm wondering if I should cancel.โฆ
Good Commit โ๏ธ VS. Bad Commit โ: Best Practices for Git
Good commits are crucial for maintaining a clean and understandable project history in Git. Characteristics of good commits include being atomic and focused, having descriptive messages, following conventional guidelines, being tested and verified, and being properly scoped. Conversely, bad commits are large and unfocused, have Show more
Telegraph
Good Commit โ VS. Bad Commit โ: Best Practices for Git
#git #github #webdev #beginners In the amazing world of software or web development, version controlling is one must-have in every developer working on a project with other developers. One of the most used version control systems is Git that helps developersโฆ
๐1๐1
Step_By_Step_Guide_to_Register_on_5_million_Ethiopian_coders_join.pdf
1.3 MB
๐ฏ๐Advancing Digital Literacy for Ethiopiaโs Youth
๐ข ๐ ๐ ๐ ก ๐ ๐ ๐ ๐ ๐ ก
#coding #coding_course
#5million_coders
#CodeWith_forcoder #swe
#CodingRevolution ๐๐ปโจ
5 Million Ethiopian Coders is a joint initiative between the Government of Ethiopia and the Government of the United Arab Emirates. This program is an offshoot of the historic One Million Arab Coders program, which was announced in 2017 by His Highness Sheikh Mohammed Bin Rashid Al Maktoum at the World Economic Forum.
Ethiopian learners will have the opportunity to gain foundational level skills across three domains: Programming Fundamentals, Data Science Fundamentals and Android Kotlin Developer Fundamentals. Learners will be supported by mentors who will support them on a dedicated Community Platform to unblock technical questions on a daily basis throughout the 6-7 week course. Upon successful course completion, learners will be awarded with skill-based certifications.
๐ข ๐ ๐ ๐ ก ๐ ๐ ๐ ๐ ๐ ก
#coding #coding_course
#5million_coders
#CodeWith_forcoder #swe
#CodingRevolution ๐๐ปโจ
๐จโ๐ป๐ฉโ๐ป๐ฏ37 Tips from a Senior Frontend Developer
๐9 min read time
for frontend developers include mastering the fundamentals, understanding how the web works, learning data structures and algorithms, practicing rather than just reading or watching tutorials, asking for help when stuck, not blindly copying code, evaluating online advice, assuming good intent, and focusing on delivering Show more
Telegraph
37 Tips from a Senior Frontend Developer
1. Master the fundamentals A house ๐ built on shaky grounds will fall apart at the smallest issue. Similarly, if you don't have strong basics: You will struggle with JavaScript frameworks You will get stuck at the first unfamiliar problem You won't graspโฆ
๐1
#include<iostream>
using namespace std;
void swap(int a, int b){
int temp = a;
a= b;
b = temp;
}
int main(){
int a =2 , b = 4;
cout << a <<" "<< b << endl;
swap(a,b);
cout << a << " " << b << endl;
return 0;
}
What is the output of the above code
Anonymous Quiz
47%
2 4 //new_line 4 2
0%
24 //newline 42
40%
2 4 //newline 2 4
7%
error
7%
4 2 //newline 4 2
๐1๐ฅ1
๐ฏ18 GitHub Repositories to Boost Your Career as a Developer ๐๐งโ๐ป๐ฉโ๐ป
โข7m read time
Staying current with the latest tools and resources is crucial in the evolving field of software development. Hereโs a curated list of useful GitHub repositories for roadmaps, data structures, algorithms, interview preparation, job listings, and more. These repositories are community-driven and cover a range of topics including Show more
Telegraph
18 GitHub Repositories to Boost Your Career as a Developer ๐๐งโ๐ป
1. Developer-roadmap Offers comprehensive developer roadmaps, guides, and articles crafted by the community to help you advance in your tech career. Whether you're a beginner or a seasoned professional, this platform provides structured paths to master essentialโฆ
โค1
Have a nice evening
Btw Which side are you on
Btw Which side are you on
This media is not supported in your browser
VIEW IN TELEGRAM
๐4
Forwarded from TIKVAH-ETHIOPIA
แขแตแฎแตแซ แแญแ
แ แแแฝแข
แแแซแฝแ แ แฆแแแแฉ แจแแแแชแซ แจแแญแ แแณแแซ แ แแซแถแ แ แแแแ แ แตแแตแแฝแ แณแแซแต แถแ แ แแซแแแต แ แแแณแแฝแข
แแแ แฅแแณแ แ แแชแต แฅแจแฐแแแแ แซแแ แแคแต แ แแแต แจแแซแตแฐแ แขแแแ แแฌ แ แแแถแฝ แแซแถแ แจแฐแแแ แแคแต แจแแซแฎแซ แแแข
แ แตแแต แณแแซแต แฅแ แ แ แแฐแแ แฅแแต แแ แแญแแ แแฐ แขแตแฎแตแซ แฅแ แซแตแแฃแแข
แ แตแแต แณแแซแต แฐแ แฃแฃแ แจแแ แจ แฒแแ แจแ แตแแต แฒแณแญ แแแ แแแณแต แฐแจแตแ แแ แ แแตแตแฉ แแณแฐแ แจแปแแแข
@tikvahethiopia @tikvahethsport
แแแซแฝแ แ แฆแแแแฉ แจแแแแชแซ แจแแญแ แแณแแซ แ แแซแถแ แ แแแแ แ แตแแตแแฝแ แณแแซแต แถแ แ แแซแแแต แ แแแณแแฝแข
แแแ แฅแแณแ แ แแชแต แฅแจแฐแแแแ แซแแ แแคแต แ แแแต แจแแซแตแฐแ แขแแแ แแฌ แ แแแถแฝ แแซแถแ แจแฐแแแ แแคแต แจแแซแฎแซ แแแข
แ แตแแต แณแแซแต แฅแ แ แ แแฐแแ แฅแแต แแ แแญแแ แแฐ แขแตแฎแตแซ แฅแ แซแตแแฃแแข
แ แตแแต แณแแซแต แฐแ แฃแฃแ แจแแ แจ แฒแแ แจแ แตแแต แฒแณแญ แแแ แแแณแต แฐแจแตแ แแ แ แแตแตแฉ แแณแฐแ แจแปแแแข
@tikvahethiopia @tikvahethsport
๐1