#codewithharry#JavaScript#Programming#Tutorials in #Hindi
Day 2: What I Learnt?
- What are Variables?
- Dynamically Typed Language vs Static Typed Language
- What are Syntax?
- How to declare a variable?
- Rules for choosing variable names in JavaScript
#codewithharry#Java#Programming#Tutorials in #Hindi
Day 2: What I learnt?
- Basic Structure of a Java Program
- What are functions?
- What are Classes?
- What are Objects?
- Naming Convention within Java
Yay🥳 We just deployed our first smart contract. All the credits goes to our fellow seniors @SahityaRoy07@DebanjannnYaps, mentors and obviously
@riseinweb3@Celo who guided us through all the confusion and brainstorming.
GitHub repo: https://t.co/j0jDkdbTwm
So far the brief intro about Web3 & Blockchain was really amazing, and the idea behind the invention of Crypto Currency was really eye opening. Really excited and looking forward to what's next👀
So far the brief intro about Web3 & Blockchain was really amazing, and the idea behind the invention of Crypto Currency was really eye opening.
Really excited and looking forward to what's next👀
@codewithharry DSA Course
Day 1: What I learnt?
DS: Way to arrange data in main memory.
Algo: sequence of steps to solve problems.
DB: collection of info in permanent storage.
DW: management of huge amount of legacy data.
BD: analysis of data which cannot be dealt traditionally.
@codewithharry JS Course
Day 1: What I learnt?
- Programming: A way to precisely command a computer the task and the procedure.
- EcmaScript: a standard for JS
- 3 ways to execute JS: Web Page Console, JS runtime, Script tag in HTML
#HTML#JavaScript#programmingtip
@codewithharry Java Course in Hindi
Day 1: What I learnt?
1991 - Sun Microsystems - James Gosling - Oak
First app language of WWW
Purely O.O.
Both a compiled & interpreted lang.
JDK - tool for dev and run Java Prog
JRE - helps in executions
#Java#oraclejava#jamesgosling
So, I would like to announce how I will be practising Learn in Public
For starters I will be focusing on developing an understanding of programming languages and DSA.
My First Mentor will be @codewithharry
7 Courses: C, C++, Java, JS, DSA, Python (both new and old)
@codewithharry C++ Tutorials in Hindi:
Lecture 1: What I Learnt?
1. What is Programming?
Precise Logical Commands given to a Computer.
2. Why C++?
Very Close to Hardware hence making it so fast.
3. Process of Compilation:
C++ Program -> Compiler -> .exe file
The C Flex:
- Linux, MacOS, Windows are mostly written in C.
- MySQL, Ruby, Pearl are also mostly written in C.
- First Compiler of Java was written in C.
- Libraries like CPython, NumPy, SciPy, Scikit Learn are also written in C.
- Apache and Ngnix is also mostly written in C.
@codewithharry C Language Tutorials in Hindi:
What I learnt today:
Why Learn C?
- Helps Programmers to manage memory usage well.
- Lets Programmers to reach as close as possible to Machine Code.
- C is speed.
- Helps Reduce Latency.
- Lowest level portable language.