for-coder
433 subscribers
107 photos
56 videos
25 files
144 links
@FORCODERR

@firaflash ๐Ÿ‘จโ€๐Ÿ’ป
Download Telegram
Currently the server is encountering a lot of Traffic from the
@U*** GO***t ๐Ÿซข

how come Chat Gpt's server didn't encountered the when it was the first ai chat bot even tho the whole world joined the server at once ๐Ÿค”๐Ÿ’ญ Some thing to think about


Obviously they want to be dominant
๐Ÿค”1
NEWS: DeepSeek just dropped ANOTHER open-source AI model, Janus-Pro-7B.


It's multimodal (can generate images) and beats OpenAI's DALL-E 3 and Stable Diffusion across GenEval and DPG-Bench benchmarks.

This comes on top of all the R1 hype. The ๐Ÿ‹ is cookin'๐Ÿณ
open-source Al model, Janus-Pro-7B
It's multimodal (can generate images)
and beats OpenAl's DALL-E 3 and Stable
Diffusion across GenEval and DPG-Bench
benchmarks.
This comes on top of all the R1 hype. The
is cookin

Show_More

ยปยปยปยปยปยปยป LINK MODEL ยซยซยซยซยซยซยซยซยซ
๐Ÿ‘1
๐ŸŒŸ Revolutionizing AI with Qwen: Alibaba Cloud's Cutting-Edge Innovations! ๐Ÿš€

Qwen Ai , Alibaba Cloudโ€™s groundbreaking series of large-scale artificial intelligence models. From natural language processing to computer vision and audio understanding, Qwen is redefining whatโ€™s possible in AI technology! ๐Ÿ’ก


๐Ÿ“Š Key Highlights from the Qwen Series:
๐Ÿ’ก Qwen 2.5-Max (January 2025): The powerhouse of the family! This model boasts unmatched performance across benchmarks, surpassing even industry giants like DeepSeek-V3, GPT-4o, and Llama-3.1-405B. Truly a game-changer! ๐Ÿ”ฅ

๐Ÿ–ผ Qwen2.5-VL (January 2025): Elevating multi-modal AI with enhanced image and video understanding, document processing, and creative generation. Perfect for designers, content creators, and researchers alike! ๐ŸŽจ

๐ŸŽง Qwen-Audio (November 2023): Universal audio understanding at its finest! Whether itโ€™s human speech, music, or natural sounds, Qwen-Audio processes them all seamlessly, opening doors to countless audio-centric applications. ๐ŸŽถ

๐ŸŒ Alibaba's Commitment to Open Source:
As part of their mission to democratize AI, Alibaba has released over 100 open-source AI models as of September 2024, empowering developers worldwide to build innovative solutions. Together, we're shaping the future of AI! ๐Ÿค

๐Ÿš€ Why Qwen:
The Qwen series isnโ€™t just about advancing AIโ€”itโ€™s about pushing boundaries and making cutting-edge technology accessible to everyone. With each new release, Alibaba solidifies its position as a global leader in AI innovation.


#AI #QwenSeries #AlibabaCloud #FutureOfTech #Innovation #OpenSource
#quiz

let x = 5;
console.log(x++ + ++x);
๐Ÿ‘1
what is the output of the code above
Anonymous Quiz
33%
12
21%
10
37%
11
4%
13
5%
Undefined
console.log(x);
What is the output of the above the code?
Anonymous Quiz
11%
โ€œ11โ€
2%
12
33%
โ€œ125โ€
4%
7
50%
TypeError
This media is not supported in your browser
VIEW IN TELEGRAM
"Why always motivation?๐Ÿ™‚โ€โ†”๏ธ
Sometimes, pain is good "

Have a nice weekend, I'm out for now ๐Ÿšถโ€โžก๏ธ
๐Ÿ˜ข1๐Ÿ˜ญ1
๐Ÿ“ Top 10 Clean Code Rules


๐Ÿ• 2m read time
๐Ÿšซ No Code Comments โ€“ Strive for self-explanatory code; let the code speak for itself.
๐Ÿ—‘ Delete Dead Code โ€“ Remove unused or unnecessary code to keep things tidy.
๐Ÿ”ฌ Unit Test Boundaries โ€“ Ensure each unit is well-tested and behaves as expected.
๐Ÿ‘ Use Positive Conditionals โ€“ Write conditions that are easy to understand and avoid negatives.
๐Ÿ“š Adhere to Standard Guidelines โ€“ Follow industry conventions and best practices.
๐Ÿ”  Consistent Naming โ€“ Use meaningful and consistent names for variables, methods, etc.
โš–๏ธ Avoid Complexity โ€“ Keep things simple and easy to understand.
๐Ÿšจ Use Exceptions Instead of Return Codes โ€“ Rely on exceptions for handling errors rather than return codes.
โœ‚๏ธ Keep Methods Small โ€“ Each method should do one thing and do it well.
๐Ÿ‘ฎ Apply the Boy Scout Rule โ€“ Always leave the code cleaner than you found it.
These principles will help you write clean, maintainable code! ๐Ÿ’ป๐Ÿ’ก

ยปยปยปยปFor More ยซยซยซยซ
#แˆ˜แˆแŠซแˆ_แ‹จแ†แˆ_แŒŠแ‹œ

let fasting = false;

const startDate = new Date();
startDate.setHours(0, 0, 0, 0); //(12:00 AM)

const endDate = new Date("2025-04-20T03:00:00");

const durationInMilliseconds = endDate - startDate;


fasting = true;
console.log("แ†แˆ/fasting started.");

// setTimeout to handle the end of the fasting period
setTimeout(() => {
fasting = false; // Set fasting to false after 55 days
console.log("แˆตแˆˆแแ‰…แˆฉ แˆฒแˆ แŠจแˆ™แ‰ณแŠ• แ‰ฐแˆˆแ‹ญแ‰ถ แ‰ฐแАแˆตแ‰ทแˆ"); // Log the message
console.log("แ†แˆ/fasting ended.");
}, durationInMilliseconds);


If you don't understand this code แ‰ แ‹ฐแŠ•แ‰ฅ แแˆ™ #แˆŽแˆ_lol
๐Ÿ˜6๐Ÿ‘2
Anybody else's IG feed going nuts? ๐Ÿ”ซโ˜ ๏ธ๐Ÿ’ฅ
๐Ÿ‘1๐Ÿฅด1
Ramadan Mubarak๐Ÿฅณ๐Ÿฅณ๐ŸŽ‰๐ŸŽ‰

แ‹จ1446 แ‹“.แˆ‚ แ‹จแˆจแˆ˜แ‹ณแŠ• แ‹ˆแˆญ แŒจแˆจแ‰ƒ แ‰ แˆ˜แ‰ณแ‹จแ‰ทแค แАแŒˆ แ‰…แ‹ณแˆœ แ‹จแŠซแ‰ฒแ‰ต 22/2017 แ‹จแ‹ˆแˆฉ แ‹จแˆ˜แŒ€แˆ˜แˆชแ‹ซ แ‰€แŠ• แŠฅแŠ•แ‹ฐแˆšแˆ†แŠ• แ‰ณแ‹แ‰‹แˆแกแก ๐ŸŒ™โœจ

Wishing you a wonderful Ramadan!
โค2
const obj1 = { id: 1 };
const obj2 = { id: 1 };
const obj3 = obj1;

console.log(obj1 === obj2);
console.log(obj1 === obj3);
What is the output of the above code
Anonymous Quiz
26%
false true
11%
true false
46%
true true
13%
false false
4%
error
โค1
แŠฅแŠ•แŠณแŠ• แˆˆ129แŠ›แ‹ ๐Ÿ† แ‹จแ‹“แ‹ตแ‹‹ แ‹ตแˆ แ‰ แ‹“แˆ แŠ แ‹ฐแˆจแˆณแ‰ฝแˆ! ๐Ÿ‡ช๐Ÿ‡น๐ŸŽ‰

Congratulations on the 129th anniversary of the Victory of Adwa! โœŠ๐Ÿพ๐Ÿ”ฅ

โš”๏ธ Battle of Adwa ๐Ÿน๐Ÿ›๏ธ
#W's in the chat
๐Ÿ”ฅ3
Check out this guy lol
Learning C++ the right way ๐Ÿ˜ญ๐Ÿ˜๐Ÿฆ
Please open Telegram to view this post
VIEW IN TELEGRAM
๐Ÿคฃ9๐Ÿ˜2
๐Ÿ”ฅ Lynx: A React Native Killer? ๐Ÿ”ฅ

๐Ÿ• 1 min read time
ByteDance just dropped Lynx, a Rust-powered, multi-platform framework that could shake up mobile dev. It ditches React Nativeโ€™s JavaScript bridge bottlenecks for a dual-threaded UI engine, promising faster load times, smoother UI, and true CSS support.

โœ… Pros: Blazing fast, framework-agnostic (React, Vue, Svelte), real CSS, Rust-powered.
โŒ Cons: New & unpolished, small ecosystem, Windows issues.

Lynx looks promising but isnโ€™t quite there yet. Will it replace React Native? Maybe. Are you trying it? ๐Ÿš€

read_more