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

@firaflash πŸ‘¨β€πŸ’»
Download Telegram
🌐 The Useless Web – Your Gateway to Internet Randomness! 🎯

Bored? Need a break from the serious side of life?
Click, and let The Useless Web whisk you away to the weirdest, quirkiest corners of the internet. 🌟

It’s fun. It’s pointless. It’s exactly what you didn’t know you needed. πŸš€βœ¨


πŸ”— Try it out now! πŸŽ‰
πŸ‘2
🌟 11 Practical Ways to Earn Side Income as a Developer πŸ’»πŸ’°

Hey devs! Looking to boost your income? Here are some awesome ideas to make $$$ on the side:

1️⃣ Solve Open Source Bounties πŸ›πŸ’΅
2️⃣ Participate in Hackathons πŸš€πŸ†
3️⃣ Create Digital Products πŸŽ¨πŸ“¦
4️⃣ Build a SaaS Startup πŸ’»πŸŒ
5️⃣ User Testing πŸ§ͺπŸ”
6️⃣ Freelancing πŸ–₯✍️
7️⃣ Run a Newsletter πŸ“§πŸ“¬
8️⃣ Earn from Technical Writing βœοΈπŸ“š
9️⃣ Apply for Grants πŸ’ΌπŸ’‘
πŸ”Ÿ Host Paid Communities πŸ‘₯πŸ’Έ
1️⃣1️⃣ Offer Online Courses πŸŽ“πŸ“–

✨ Each of these options has its own perks and income potential. Start small, explore, and grow your opportunities! πŸš€

πŸ’‘
Ready to dive in?
πŸ‘1
This media is not supported in your browser
VIEW IN TELEGRAM
"Have a nice commit + push night! πŸ’»βœ¨πŸš€"
😭2
Missing ";" on line 344 😭
🀣2
πŸš€ Complete Guide to All JavaScript Concepts (A-Z): Basic to Advanced

πŸ•— 8 min read

🌟 Comprehensive Guide covering all essential JavaScript concepts, from basic to advanced. Topics include:

πŸ”€ Basics:

πŸ“ Variables
πŸ“Š Data Types
πŸ”„ Control Structures
πŸ” Loops
πŸ”§ Functions
⏳ Asynchronous Programming:

🌟 Promises
⚑️ Async/Await
πŸ“ž Callbacks
🎩 Advanced JavaScript Magic:

πŸŒ€ Closures
🌐 Scope
🎈 Hoisting
🧠 Execution Context
πŸ”„ JavaScript Engine Insights:

⏰ Event Loop
πŸ—‚ Task Queue
πŸ’‘ Advanced Concepts:

🧠 Memoization
πŸ›‘ Debouncing
🚦 Throttling
🀹 Currying
πŸ‘¨β€πŸ‘©β€πŸ‘§β€πŸ‘¦ Prototypal Inheritance
🌐 DOM Manipulation:

πŸ–Ό Accessing and Modifying the DOM
πŸ— Design Patterns:

πŸ›  Singleton
πŸ•΅οΈ Observer
πŸ”„ Factory
This guide ensures you're prepared for every level of JavaScript mastery! πŸš€

show more
Forwarded from Telegram Contests
πŸ† Telegram Android Contest 2024, Round 2

Prize fund
: $50,000
Deadline: 23:59 on December 21st (Dubai time)
Who can participate: Everyone, even if you didn't join Round 1
Results: December 2024

Telegram is hosting a contest for Android developers to enhance and upgrade the in-chat camera.

THE TASK

Adapt the existing in-chat camera with the camera for Stories, including all its features:
– Collages;
– Dual Camera Mode;
– Front Camera Flash;
– Widgets (for interactive widgets, i.e., reactions or links, your app may just apply a non-interactive entity over the canvas)...

Your implementation must remove any story-related restrictions or controls. Specifically, your app must not impose a limit on video length and should exclude interface controls that are only relevant for stories. Your app must retain the existing in-chat camera interface and flow before user opens the camera (i.e., the preview within the attachment menu).

Contest Requirements:

General
– Your app must provide a consistent and smooth recording experience that aligns with the device's native camera app.
– No third-party UI frameworks are allowed.
– The submission must be consistent with the existing Telegram for Android codebase.
– The app's stability and performance must not be affected with the changes you made.
– The app must be free of significant flaws (including crashes, visual glitches, noticeable element blinking, layout errors, and more).

❗️Your app must precisely follow the provided design mockups.

Note:
Submissions that introduce improvements to video recording are likely to receive higher scores in this contest.

Evaluation:
During the evaluation stage, we will review your code and test the submission on a wide range of Android devices.

Winners may be offered a chance to join the πŸ›« Telegram Team.

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.
Please open Telegram to view this post
VIEW IN TELEGRAM
public static void main(String[] args) {
String s1 = "abc";
String s2 = new String("abc");
System.out.println(s1 == s2);
System.out.println(s1.equals(s2));

}


Weekly #quiz
πŸ‘1
🌟 Choosing the Right Tech Role! 🌟
πŸ•” 5m read time
πŸ€” Product Managers: Focus on WHAT to do. They define the vision and roadmap. πŸ—Ί
πŸ›  Technical Leads: Focus on HOW to do it. They architect solutions and guide the team technically. πŸ”§
πŸ“ˆ Engineering Managers: Focus on EXECUTION. They lead teams, manage projects, and ensure delivery. βœ…

✨ Career paths differ:

πŸ§‘β€πŸ’» More Individual Contributor roles at junior levels.
πŸ‘©β€πŸ’Ό Managerial growth as you climb the ladder.
🎯 Skills you need for growth:

πŸ—£ Strong communication.
🌟 Leadership abilities.
🌫 Navigating ambiguity like a pro.
πŸš€ Your career direction depends on your strengths, interests, and organizational needs! Which path excites you the most? 🌟

SHOW MORE
πŸ‘1
class Person {
private String name;
private Address address; // Address object stored privately

public Person(String name, Address address) {
this.name = name;
this.address = new address; // indirect assignment of the object I.e copy
}

public String getName() { //getter method for the name
return name;
}

public Address getAddress() { //getter method for the Address
return address;
}
}

#Friday #quiz
πŸ‘1
HAPPY NEW YEAR 2025 πŸŽ‰πŸŽ‰πŸŽ‰
πŸŽ‰2πŸ‘1
πŸš€ Why Is Leetcode So Popular in Big Tech Interviews? πŸ’»

πŸ•“ 4 Min read time
Leetcode is popular in big tech interviews because it efficiently filters thousands of applicants in a short time ⏳. While not perfect, alternatives are often too time-consuming or unreliable 🚫.

βœ… Meritocratic & scalable
❌ Alternatives face scalability issues

Big tech will likely stick with Leetcode, while smaller companies may lean towards practical interviews πŸ› 
Show_More
This media is not supported in your browser
VIEW IN TELEGRAM
Interesting topic about Javascript πŸ€”
🀣2
"αŠ₯αŒα‹šαŠ α‰₯αˆ”αˆ­ αˆˆαˆ°α‹Žα‰½ αˆ˜αˆαŠ«αˆαŠ• αˆˆαˆ›αˆαŒ£α‰΅ α‰°α‹ˆαˆˆα‹° αŠ₯αŠ“αˆ αˆ°α‹Žα‰½αŠ• α‹ˆα‹° መልካም αˆˆαˆ˜α‹αˆ°α‹΅ αˆžα‰°"

α‰ αŒŒα‰³α‰½αŠ• αˆ˜α‹΅αˆ€αŠ’α‰³α‰½ αŠ α‹¨αˆ±αˆ΅ αŠ­αˆ­αˆ΅α‰Άαˆ΅ α‹αˆα‹°α‰΅ αŠ₯αˆˆα‰΅ αˆ˜αˆαŠ«αˆαŠ• α‹«α‰₯α‹›αˆ‹α‰½αˆ ::

》》》 መልካም α‰ αŠ αˆ γ€Šγ€Šγ€Š

#αŒˆαŠ“
❀5πŸ‘1
This media is not supported in your browser
VIEW IN TELEGRAM
Meet the Enron Egg: a satirical take on innovation, claiming to be the world’s first 'at-home' nuclear reactor. Designed to power your home for up to 10 years, this parody product promises clean energy in a compact, egg-shaped device. While it’s purely fictional, the idea has sparked conversations about the future of personal energy solutions. Could this be the start of a new era, or just a clever joke?

ο»Ώ

መα‰₯αˆ«α‰΅ αˆ€α‹­αˆ α‹αˆ€ α‰ αˆ‹α‹ 🌊!!!
πŸ—Ώ1
πŸŽ‰ Best of CES 2025! 🌟


Discover the tech revolution from Las Vegas πŸš€βœ¨. AI breakthroughs πŸ€–, futuristic EVs πŸš—βš‘, paper batteries πŸƒ, and even a salt-tasting electric spoon πŸ₯„!

Catch all the winners, from NVIDIA Cosmos AI πŸ† to LG's dazzling OLED TV πŸ“Ί and more.

Obviously it's a bucket list for me to
go there because αŠαŠ• αˆ΄αŠ•αˆ΅ yehonu stuffs alu

πŸ“– Full highlights on YouTube:
Watch here
#CES2025 #TechInnovation #ForCoder