What's the output for the above code
  Anonymous Quiz
    41%
    4
      
    36%
    5
      
    12%
    ReferenceError: X is not defined
      
    5%
    Syntax error
      
    6%
    Undefined
      
    π The Useless Web β Your Gateway to Internet Randomness! π―
π Try it out now! π
  
  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! π
The Useless Web
  
  
  The Useless Web Button... just press it and find where it takes you. The perfect button for the bored, or those looking to find useless sites online!
π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?
Telegraph
  
  11 Practical Ways to Bring Side Income as a Developer π°
  This is one of the most underrated ways and is often neglected.
π1
  This media is not supported in your browser
    VIEW IN TELEGRAM
  "Have a nice commit + push night! π»β¨π"
π2
  π Complete Guide to All JavaScript Concepts (A-Z): Basic to Advanced
π 8 min read
  
  π 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
Telegraph
  
  Complete Guide to All Javascript Concepts (A-Z): Basic to Advanced
  1. Variables & Data Types Variable Declarations: var, let, const Primitive Data Types:string, number, boolean, null, undefined, symbol 2. Null vs Undefined null: Explicitly assigned to indicate an empty or non-existent value. Type: object (a historical quirkβ¦
  Forwarded from Telegram Contests
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).
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
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
  What's the output for the above code ?
  Anonymous Quiz
    8%
    false false
      
    31%
    false true
      
    27%
    true false
      
    21%
    true true
      
    13%
    compilation error
      
    π1
  π Choosing the Right Tech Role! π
π 5m read time
  
  π 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
Telegraph
  
  Finding Your Fit: Tech Roles for Growth and Impact
  These are real questions I have been asked to weigh in on, and this article attempts to solidify my thoughts on this topic.
π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
  WHAT'S WRONG WITH THE ABOVE CODE
  Anonymous Quiz
    26%
    Logical Error
      
    14%
    Memory leak
      
    18%
    CompileTime error
      
    24%
    Privacy leak
      
    18%
    None
      
    π Why Is Leetcode So Popular in Big Tech Interviews? π»
π 4 Min read time
  
  π 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
Telegraph
  
  Why Leetcode Is So Popular
  Ever wondered why coding interviews at companies like Google, Amazon, and Facebook revolve around algorithm puzzles on Leetcode? Itβs not because software engineers spend their days solving binary tree problemsβitβs because these companies face an overwhelmingβ¦
  This media is not supported in your browser
    VIEW IN TELEGRAM
  Interesting topic about Javascript π€
π€£2
  "α₯ααα α₯αα αα°αα½ ααα«αα αααα£α΅ α°ααα° α₯αα α°αα½α αα° ααα«α αααα°α΅ αα°"
α αα³α½α αα΅ααα³α½ α α¨α±α΅ ααα΅αΆα΅ ααα°α΅ α₯αα΅ ααα«αα α«α₯ααα½α ::
γγγ ααα«α α α α γγγ
#αα
β€5π1
  