You can edit almost every page by Creating an account. Otherwise, see the FAQ.

Coding edulogy

From EverybodyWiki Bios & Wiki




Script error: No such module "Draft topics". Script error: No such module "AfC topic".

Coding Edulogy is designed to provide free coding[1] education to needy ones.

Background[edit]

In the coding field students or new-joiners are going through the theoretical knowledge only but they are not getting proper practical knowledge & implementation. So Coding Edulogy is designed in a manner so that learners can get the theory & practical knowledge in one place. As an example, JavaScript is the most popular programming language, students are learning this language to become web developers and they are getting knowledge of this programming language through different resources but in most places, core concepts are missing like:

null[2] in JavaScript represents the absence of object value if we will console[3] null by comparing it to undefined then the output will be false.

console.log(null === undefined);
false

But if we will check the typeof null then the output will be an object.

typeof(null);
'Object'

So there is an incorrect suggestion about null. The main reason behind this behavior is just because null and undefined both are falsy values in JavaScript. Also. null is a historical bug in JavaScript.

Coding Edulogy provides this type of core knowledge through its videos to learners which most online resources usually ignored.

Activities[edit]

On this platform some of the best playlists are available which are listed in the below table:-

SI. No Playlist Name Related To Number of Videos
1. Java Edulogy Java Programming 4
2. Tech Solution Tech & Support 4
3. Placement Updates Regarding Placements 4
4. HR Interview Preparation Related to HR round 1
5. Discussions Technical discussion 6
6. String Assignment Top string questions & their solutions 17
7. 2-D Array Assignment Top 2D array questions & their solutions 19
8. HTML Assignment Some HTML questions & their solutions 4
9. React MCQ Question React MCQ asked in companies Interview 5
10. Important Updates Some updates related to pay after placement 8

Apart from the above entries, there are several videos on different tech stacks like React JS, Node JS, Java, and JavaScript.[4]

External Link[edit]

References[edit]

  1. "About Coding". Grasshopper. Retrieved 2023-01-13.
  2. "null - JavaScript | MDN". developer.mozilla.org. Retrieved 2023-01-13.
  3. "console.log() - Web APIs | MDN". developer.mozilla.org. Retrieved 2023-01-13.
  4. "React official site". reactjs.org. Retrieved 2023-01-13.



This article "Coding edulogy" is from Wikipedia. The list of its authors can be seen in its historical and/or the page Edithistory:Coding edulogy. Articles copied from Draft Namespace on Wikipedia could be seen on the Draft Namespace of Wikipedia and not main one.