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

@firaflash ๐Ÿ‘จโ€๐Ÿ’ป
Download Telegram
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
โœจTo all the incredible women coders lighting up the world like moonlight on a northern streetโ€”keep shining, keep rising, and keep owning your path. ๐ŸŒ™๐Ÿ’ช Happy Women's Day!
๐Ÿ’œ๐ŸŽ‰
๐Ÿ‘2
var a = 10;
function foo() {
console.log(a);
var a = 20;
}
foo();
What is the output of the above code
Anonymous Quiz
43%
10
16%
Reference error
31%
20
10%
Undefined
This media is not supported in your browser
VIEW IN TELEGRAM
Been off latelyโ€ฆ had to train my finger to hit Tab professionally ๐Ÿ‹๏ธโ€โ™‚๏ธโŒจ๏ธ
#coding_meme@forcoder #codingmeme
 
function yapp(){
console.log(typeof null );
}

yapp();
What is the output of the above code
Anonymous Quiz
21%
undefined
38%
null
17%
error
25%
object
for-coder
What is the output of the above code
Hint:

It is still a bug ๐Ÿ›, hasn't been fixed
I'll talk about it later
๐Ÿ‘1
๐Ÿšจ JAVASCRIPT HAS A REAL BUG! ๐Ÿšจ


Open your console and type:
typeof null


You'll get:
'object'


That's wrongโ€”null is not an object!

๐Ÿ” How did this happen?

When JavaScript was first implemented, values were stored in a tagged format, where the lower bits determined the type:
- Objects had a type tag of 0.
- null was stored as 0 in memory.

Since null had 0 in its type tag, typeof mistakenly classified it as an "object".

๐Ÿ”ง Why isn't it fixed?
One word: Backward compatibility.
Fixing it would break too many apps, so it's here to stay!

๐Ÿ’ฌ Share this with JavaScript haters new (Lovers)... Lmao

#JavaScript #Bug #Programming
๐Ÿ‘จโ€๐Ÿ’ป1
Two different users of cursor๐Ÿ˜ญ
๐Ÿ‘2๐Ÿ˜ข2
This media is not supported in your browser
VIEW IN TELEGRAM
Difference between programmers and @astonhall
๐Ÿ˜1
๐ŸŒ™ Eid Mubarak, Coders ! ๐ŸŽ‰

Wishing you all a joyful and blessed Eid! May this special day bring you happiness, peace, and endless success. Keep coding, keep growing, and enjoy the celebrations! ๐Ÿ’™โœจ

#EidMubarak #ForCoder ๐Ÿš€
โค2
๐Ÿ–ฅ๐Ÿ‘ถ Young Coders Are Using AI for Everything, Giving "Blank Stares" When Asked How Programs Actually Work ๐Ÿค–โ“

๐Ÿ•’ 3 Min read time
๐Ÿš€ Junior devs rely too much on AI tools like Copilot & ChatGPT ๐Ÿค–, leading to a lack of deep coding knowledge ๐Ÿง โŒ. They copy-paste solutions but struggle to explain why the code works ๐Ÿคทโ€โ™‚๏ธ. Studies show AI dependence weakens critical thinking ๐Ÿ“‰. Experienced devs warn that without real problem-solving, weโ€™re trading long-term skills for short-term speed โšก๏ธโš ๏ธ.
READ_MORE
๐Ÿ‘1
๐Ÿšซ๐Ÿ“ฑ How to Stop Doomscrolling ๐ŸŒฟ

๐Ÿ•ข 7 min read
In today's digital world, it's easy to get trapped in endless doomscrolling. But donโ€™t blame yourselfโ€”tech companies design platforms to keep you hooked! Hereโ€™s how to break free:

โœ… Set screen time limits โณ๐Ÿ“‰
โœ… Use apps like ScreenZen, Opal, & Roots ๐Ÿ“ฒ๐Ÿš€
โœ… Replace scrolling with books & games ๐Ÿ“š๐ŸŽฎ

Take control of your screen time & regain your focus! ๐Ÿ’กโœจ

READ_MORE


#StopDoomscrolling #MindfulTech #ForCoder ๐Ÿš€
This media is not supported in your browser
VIEW IN TELEGRAM
This might look like a meme video, but it actually happened to me last week! Thank goodness I got it recovered after a lot of ๐Ÿ”„๐Ÿ”ฝ๐Ÿ”ผ.


#ShoutoutToLinux ๐Ÿง๐Ÿ’ช
#Linux โŒ๏ธ๐Ÿ’€ Thanos โœ…๏ธ๐Ÿ”ฅ"
๐Ÿ˜3
Good night I gotta use VPN โœˆ๏ธ from now on
๐Ÿ™ˆ1