๐ป๐ฅ4 Free and Low-Cost Online Resources for Practicing Code๐โณ๏ธ
1. TheCodePlayer:
link: http://thecodeplayer.com/
ยป โค๏ธThis a web-based way to sharpen your coding skills by viewing screencasts from other coders. No account or log-in is needed; just visit the site and pick a category to begin watching or streaming a video.
2. CheckiO:
link: https://checkio.org
ยปโผ๏ธIf youโve ever wanted to create a video game from scratch, this is a great way to get some practice in. CheckiO offers game coding practice for coders of all levels, and coders can practice either Python or JavaScript.
3. CodinGame:
link : http://codingame.com
ยปโ CodinGame is another great way to practice your coding skills by creating video games. Their website boasts that users can create games in the programming language of their choice, including Java, JavaScript, Python, Swift, Kotlin, Scala, PHP, Bash, C, C++, C#, Ruby, Perl, and many others.
4. Simplilearn:
link: https://www.simplilearn.com/mobile-and-software-development/
ยป๐ฅ Labs and projects are included in Simplilearnโs Advanced Java, Core Java, Python, C#, Scala, Perl, Ruby on Rails, C, Advanced CSS, CSS3 Fundamentals, Data Science with R, Data Science with Python, and many other certification training courses.
๐๐๐๐๐๐๐๐๐๐
๐ JOIN AND SHARE NOW ๐
๐ AlgoMasters ๐
๐๐๐๐๐๐๐๐๐๐
1. TheCodePlayer:
link: http://thecodeplayer.com/
ยป โค๏ธThis a web-based way to sharpen your coding skills by viewing screencasts from other coders. No account or log-in is needed; just visit the site and pick a category to begin watching or streaming a video.
2. CheckiO:
link: https://checkio.org
ยปโผ๏ธIf youโve ever wanted to create a video game from scratch, this is a great way to get some practice in. CheckiO offers game coding practice for coders of all levels, and coders can practice either Python or JavaScript.
3. CodinGame:
link : http://codingame.com
ยปโ CodinGame is another great way to practice your coding skills by creating video games. Their website boasts that users can create games in the programming language of their choice, including Java, JavaScript, Python, Swift, Kotlin, Scala, PHP, Bash, C, C++, C#, Ruby, Perl, and many others.
4. Simplilearn:
link: https://www.simplilearn.com/mobile-and-software-development/
ยป๐ฅ Labs and projects are included in Simplilearnโs Advanced Java, Core Java, Python, C#, Scala, Perl, Ruby on Rails, C, Advanced CSS, CSS3 Fundamentals, Data Science with R, Data Science with Python, and many other certification training courses.
๐๐๐๐๐๐๐๐๐๐
๐ JOIN AND SHARE NOW ๐
๐ AlgoMasters ๐
๐๐๐๐๐๐๐๐๐๐
๐ฅ2๐1
EvoNext
โณ๏ธLESSON 2 : Booleans and Comparison Operators ๐The Boolean object represents a truth value: true or false. ๐Any object, including a Boolean object whose value is false, evaluates to true when passed to a conditional statement. for More click here "Booleanโฆ
LESSON 4: FUNCTIONS IN JAVASCRIPT
There are three important pieces to create a function:
๐ก 1. Arguments - they are values passed into a function. if i create a function that validates an email, I'd need to accept the email as a function argument.
๐ป 2. Function Code- the function code is what goes inside of the curly braces. This is where you define what your function does.
๐ฅ3. Return Value - This is a part of the function code. It lets you define what value to send back to the function caller.
๐คณ๐คณ๐๐ผ๐๐ผ
Let's see the snippet using a function #[
LESSON 5: null and undefined in JS
๐ฅThe null value represents the intentional absence of any object value.
๐ญThe global undefined property represents the primitive value undefined. It is one of JavaScript's primitive types.
more on:-
Null - undefined -
๐๐๐๐๐๐๐๐๐๐๐๐๐ ๐๐ ๐
๐ JOIN AND SHARE NOW ๐
๐ AlgoMasters ๐
๐ Donald trump teaches you here ๐
๐๐๐๐๐๐๐๐๐ ๐๐๐๐ ๐๐๐
There are three important pieces to create a function:
๐ก 1. Arguments - they are values passed into a function. if i create a function that validates an email, I'd need to accept the email as a function argument.
๐ป 2. Function Code- the function code is what goes inside of the curly braces. This is where you define what your function does.
๐ฅ3. Return Value - This is a part of the function code. It lets you define what value to send back to the function caller.
๐คณ๐คณ๐๐ผ๐๐ผ
Let's see the snippet using a function #[
fahrenheitToCelsius]#| RUN | | COMPILE |
let fahrenheitToCelsius = function (fahrenheit) {
const celsius = (fahrenheit - 32) * (5 / 9)
return celsius
}
let temp70 = fahrenheitToCelsius(70)
console.log(temp70)
let temp32 = fahrenheitToCelsius(32)
console.log(temp32)
LESSON 5: null and undefined in JS
๐ฅThe null value represents the intentional absence of any object value.
๐ญThe global undefined property represents the primitive value undefined. It is one of JavaScript's primitive types.
more on:-
Null - undefined -
๐๐๐๐๐๐๐๐๐๐๐๐๐ ๐๐ ๐
๐ JOIN AND SHARE NOW ๐
๐ AlgoMasters ๐
๐ Donald trump teaches you here ๐
๐๐๐๐๐๐๐๐๐ ๐๐๐๐ ๐๐๐
Programiz
Online JavaScript Compiler (Editor) - Programiz
Write and run your JavaScript code using our online compiler. Enjoy additional features like code sharing, dark mode, and support for multiple programming languages.
๐1๐ฅฐ1๐1
EvoNext
LESSON 4: FUNCTIONS IN JAVASCRIPT There are three important pieces to create a function: ๐ก 1. Arguments - they are values passed into a function. if i create a function that validates an email, I'd need to accept the email as a function argument.โฆ
AlgoMasters-Jsfunctions.pdf
87.9 KB
content: javascript function basics
size: 88 kB only
prepared by: AlgoMasters PLC ๐
size: 88 kB only
prepared by: AlgoMasters PLC ๐
๐3๐ฅ2๐1
Searching&&SortingIN_c++.pdf
2 MB
Title:โ
_ #searching and sorting /DSA/
file_size: ๐ณ๐ฎ #2.0 MB
language: #c++
join ยปhttps://t.me/+txk6Ik_UwGc4ZGM0
๐ _#Data structure and #algorithm_๐
file_size: ๐ณ๐ฎ #2.0 MB
language: #c++
join ยปhttps://t.me/+txk6Ik_UwGc4ZGM0
๐ _#Data structure and #algorithm_๐
๐4๐ฅ1
Q1[Javascript]: Why do we write functions?
Anonymous Quiz
12%
Make our code reusable
10%
Avoid writing repeated code
8%
Make our code easier to understand
71%
All of these
๐6๐1
Q2[ Javascript]: The_______ relational operation means "is not equal to."
Anonymous Quiz
4%
:=
20%
=!
3%
@=
72%
!=
๐9๐จโ๐ป3๐ค1
Q3[ Javascript]: NULL is a data type whose value is not initialized.
Anonymous Quiz
43%
False
57%
True
๐6๐1
JavaProjectIdea101.pdf
1.2 MB
"Development of Java Applications in Eclipse
Environment and Development of Java Based Calendar
Application with ๐ฉ Email Notifications"
-This sample of java project may help you;
File size: 1.2MB;
join and share๐ฅ๐
for More:- https://t.me/LearnToCode_bot
Environment and Development of Java Based Calendar
Application with ๐ฉ Email Notifications"
-This sample of java project may help you;
File size: 1.2MB;
join and share๐ฅ๐
for More:- https://t.me/LearnToCode_bot
๐ฅฐ1
Newtworking_AlgoMasters.pdf
79.6 KB
This pdf may help you revise your #networking course..
file size : 80 KB only;
contents: exercises with answer key;
prepared by: AlgoMasters PLC. ๐ ๐ช
#JavaScript #tutorial continues....
file size : 80 KB only;
contents: exercises with answer key;
prepared by: AlgoMasters PLC. ๐ ๐ช
#JavaScript #tutorial continues....
๐4๐2
Paul Deitel, Harvey Deitel - C++ 9e How to Program.pdf
14 MB
This #c++ book is often recommended by Lecturers;๐ค
๐ฑ๐ฑ๐ฑ๐ฑ๐ฑ๐ฑ๐ฑ๐ฑ๐ฑ
file size: 13.9 MB; ๐ช
โณ๏ธโณ๏ธโณ๏ธโณ๏ธโณ๏ธโณ๏ธโณ๏ธโณ๏ธ
share and join ๐ฅ
๐ฑ๐ฑ๐ฑ๐ฑ๐ฑ๐ฑ๐ฑ๐ฑ๐ฑ
file size: 13.9 MB; ๐ช
โณ๏ธโณ๏ธโณ๏ธโณ๏ธโณ๏ธโณ๏ธโณ๏ธโณ๏ธ
share and join ๐ฅ
๐3๐1
EvoNext
LESSON 4: FUNCTIONS IN JAVASCRIPT There are three important pieces to create a function: ๐ก 1. Arguments - they are values passed into a function. if i create a function that validates an email, I'd need to accept the email as a function argument.โฆ
[javascript]๐LESSON 6: Object Basics๐ฆ
โณ๏ธ It is one the data types in javascript. It is used to store various keyed collections and more complex entities.
๐Object prototype properties
And there are many static methods used to increase the functionality of an object
๐ซOBJECTS WITH FUNCTIONS๐
โ๏ธObjects can be used as Function arguments
๐ฅgetSummary(myBook);
โ๏ธObjects as Function Return Values
๐
For more Comments :> @fightAgainNow
Share and Join > A L G O M A S T E R S
let's end this lesson and THIS is my gift 4U ๐น๐ฅ๐ท
โณ๏ธ It is one the data types in javascript. It is used to store various keyed collections and more complex entities.
const obj = {
property1: value1, // property name may be an identifier2: value2, // or a number "property n": value3, // or a string};๐ฅYou can create a new object by opening and closing curly braces. Below is an object with three properties ; title, author , and page count;
let myBook = {
title: '1984',
author: 'George Orwell',
pageCount: 326
}
โ๏ธ [ RUN ] โ๏ธ๐Object prototype properties
myBook.valueOf() // show everything inside {}myBook.hasOwnProperty("p")//return boolean valueAnd there are many static methods used to increase the functionality of an object
๐ซOBJECTS WITH FUNCTIONS๐
โ๏ธObjects can be used as Function arguments
๐ฅgetSummary(myBook);
โ๏ธObjects as Function Return Values
๐
let convertFahrenheit = function (fahrenheit) {
return {
fahrenheit: fahrenheit,
kelvin: (fahrenheit + 459.67) * (5 / 9),
celsius: (fahrenheit - 32) * (5 / 9)
}
}
let temps = convertFahrenheit(74)
console.log(temps)
โ๏ธ [ RUN ] โ๏ธFor more Comments :> @fightAgainNow
Share and Join > A L G O M A S T E R S
let's end this lesson and THIS is my gift 4U ๐น๐ฅ๐ท
โค4๐1๐ฅฐ1
Free Resources to learn SQL
๐๐ป๐๐ป
Modesql: https://mode.com/sql-tutorial/introduction-to-sql
kudavenkat playlist (first 16): https://www.youtube.com/playlist?list=PL08903FB7ACA1C2FB
SQL Cheatsheet
https://www.sqltutorial.org/wp-content/uploads/2016/04/SQL-cheat-sheet.pdf
khanacademy SQL course: https://www.khanacademy.org/computing/computer-programming/sql
SQL Book for Beginners
https://t.me/learndataanalysis/36
Practice sql (Very Important)
https://leetcode.com/problemset/database/
https://www.hackerrank.com/domains/sql
https://www.windowfunctions.com/
https://www.sql-practice.com/
ENJOY LEARNING ๐๐
JOIN and SHARE
> https://t.me/+2GT8wMCrJpQyMDFk
๐๐ป๐๐ป
Modesql: https://mode.com/sql-tutorial/introduction-to-sql
kudavenkat playlist (first 16): https://www.youtube.com/playlist?list=PL08903FB7ACA1C2FB
SQL Cheatsheet
https://www.sqltutorial.org/wp-content/uploads/2016/04/SQL-cheat-sheet.pdf
khanacademy SQL course: https://www.khanacademy.org/computing/computer-programming/sql
SQL Book for Beginners
https://t.me/learndataanalysis/36
Practice sql (Very Important)
https://leetcode.com/problemset/database/
https://www.hackerrank.com/domains/sql
https://www.windowfunctions.com/
https://www.sql-practice.com/
ENJOY LEARNING ๐๐
JOIN and SHARE
> https://t.me/+2GT8wMCrJpQyMDFk
โค2๐ฅฐ1
Coding Projects in Python_compressed.pdf
6.9 MB
๐๐๐๐๐๐๐๐๐๐๐
๐๐A Book for python with projectsโณ๏ธ
๐๐๐๐๐๐๐๐๐๐๐
file size: 6.9 MB only
credit: Tech 21
share and join [ AlgoMasters ];
Good night!๐๐๐โค๏ธ
๐๐A Book for python with projectsโณ๏ธ
๐๐๐๐๐๐๐๐๐๐๐
file size: 6.9 MB only
credit: Tech 21
share and join [ AlgoMasters ];
Good night!๐๐๐โค๏ธ
๐3๐ฅฐ2
แฅแแณแ แแขแจแฑแต แญแญแตแถแต แจแแฐแต แ แแ แ แฐแจแณแฝแ!!
๐๐๐๐๐๐๐๐๐
แ แแแ แแแณแจแฅแฉ แ แแ แแแซแ แ แแ แฅแแแแแแข
๐ง๐พโ๐๐ ๐ฝ๐ง๐พโ๐๐ ๐ฝ๐ง๐พโ๐๐ ๐ฝ๐ง๐พโ๐๐ ๐ฝ
Merry Ethiopian Christmas!!
๐๐๐๐๐๐๐๐๐
แแแซแ แ แแ!!
โ๏ธโ๏ธโ๏ธโ๏ธโ๏ธโ๏ธโ๏ธโ๏ธ
> https://t.me/+txk6Ik_UwGc4ZGM0
๐๐๐๐๐๐๐๐๐
แ แแแ แแแณแจแฅแฉ แ แแ แแแซแ แ แแ แฅแแแแแแข
๐ง๐พโ๐๐ ๐ฝ๐ง๐พโ๐๐ ๐ฝ๐ง๐พโ๐๐ ๐ฝ๐ง๐พโ๐๐ ๐ฝ
Merry Ethiopian Christmas!!
๐๐๐๐๐๐๐๐๐
แแแซแ แ แแ!!
โ๏ธโ๏ธโ๏ธโ๏ธโ๏ธโ๏ธโ๏ธโ๏ธ
> https://t.me/+txk6Ik_UwGc4ZGM0
๐5๐1๐ฅฐ1
- what programming languages should i learn ?
- Top 20 programming languages
<check this> https://youtu.be/BdNDCW6aP4w </check>
โก ใ ค โใ ค โฒ ๐
หกแถฆแตแต หขแตแตแต หขสฐแตสณแต unmute
- Top 20 programming languages
<check this> https://youtu.be/BdNDCW6aP4w </check>
โก ใ ค โใ ค โฒ ๐
หกแถฆแตแต หขแตแตแต หขสฐแตสณแต unmute
๐ฑ1