for-coder
421 subscribers
118 photos
58 videos
25 files
155 links
@FORCODERR

@firaflash ๐Ÿ‘จโ€๐Ÿ’ป
Download Telegram
const age =  "18";
if(age === 018){
console.log("Adult");
}else {
console.log("Minor");
}
What's the output of the above code
Anonymous Quiz
17%
Syntax error
26%
Adult
0%
Undefined
57%
Minor
Supabase is Bae ๐ŸคŒ๐ŸคŒ๐ŸคŒ
๐Ÿ”ฅ1
can you believe someone has actually bought a domain just to say this
Mtsm they really are sth......๐Ÿคฆโ€โ™‚๏ธ
๐Ÿ˜7
This response ๐Ÿ˜๐Ÿ˜
Good morning
Cold morning ain't it ๐Ÿฅถ โ˜ƒ๏ธ
๐Ÿ”ฅ1
Please open Telegram to view this post
VIEW IN TELEGRAM
That's gonna have a major effect to a lot of Ethiopians
Forwarded from Chapi Dev Talks
Say what ๐Ÿ˜œ
This media is not supported in your browser
VIEW IN TELEGRAM
โš™๏ธโœจ Engineering is the closest thing to ๐Ÿช„magic weโ€™ve got in this ๐ŸŒ!
โค3
i was just watching Linus Torvald's founder of linux os and heard him say this
Sometimes you can look at a problem differently and rewrite it so that the special case disappearsโ€”and becomes the normal case. Thatโ€™s good code.

Interesting shii to keep in mind while coding ๐Ÿง 
here watch the full episode below
ยปLinkยซ
Forwarded from Shega Media
๐—˜๐˜๐—ต๐—ถ๐—ผ๐—ฝ๐—ถ๐—ฎ ๐—™๐—ถ๐—ป๐—ฎ๐—น๐—น๐˜† ๐—”๐—ฝ๐—ฝ๐—ฟ๐—ผ๐˜ƒ๐—ฒ๐˜€ ๐—Ÿ๐—ผ๐—ป๐—ด-๐—”๐˜„๐—ฎ๐—ถ๐˜๐—ฒ๐—ฑ ๐—ฆ๐˜๐—ฎ๐—ฟ๐˜๐˜‚๐—ฝ ๐—Ÿ๐—ฎ๐˜„

After half a decade of revisions and cross-ministry debates, Ethiopia has ratified its first Startup Proclamation, bringing long-awaited legal clarity, financing pathways, and innovation incentives.

It provides clear startup classifications, outlines access to public and private financing instruments, and creates pathways for incentives. This includes duty-free privileges, tax breaks, and credit risk guarantee schemes.

The challenge going forward? Implementation. For the proclamation to be more than symbolic, regulatory agencies must move swiftly to operationalize the billโ€™s provisions, design accessible funding mechanisms, and ensure the incentive schemes are inclusive, transparent, and startup-friendly.

๐—ฅ๐—ฒ๐—ฎ๐—ฑ ๐˜๐—ต๐—ฒ ๐—ณ๐˜‚๐—น๐—น ๐˜€๐˜๐—ผ๐—ฟ๐˜†.
https://shega.co/news/ethiopia-finally-approves-long-awaited-startup-law

#Ethiopia #StartupProclamation
Smart will get you far, but hard work will get you further.
๐Ÿ’ฏ1๐Ÿค1
damn been a while since i posted any thing
ahun gena nw erasu reft fr eyareku yalhut ๐Ÿ˜ฎโ€๐Ÿ’จ๐Ÿ˜ซ
i had some exams
What's new tho
at least share the resource link๐Ÿ˜ญ
๐Ÿ˜ข2
public class Main {
public static void main(String[] args) {
Integer a = 100;
Integer b = 100;
Integer c = 200;
Integer d = 200;
System.out.println(a == b);
System.out.println(c == d);
}
}
What is the output of the above code?
I know some of y'all are tired of JS questions.
Anonymous Quiz
59%
true true
18%
true false
14%
false false
5%
Compilation Error
5%
Runtime Error