codemarch Profile picture
Aug 20 16 tweets 4 min read
Learn About APIs

Thread: 🧵
1. What is an API?

🔗
2. What is an API and how does it work?

🔗
3. API For Beginners

🔗
4. What is Restful API?

🔗
5. What is RestAPI?

🔗
6. How to use Public API?

🔗
7. Fetch API Introduction

🔗
8. Make and deploy your own API

🔗
- Projects to Practise

➡️ YouTube links 👇
1. Build a Coronavirus Live Data Web App in Javascript Using Covid-19 API | Javascript Project

🔗
2. Food Recipe App Using API | Vanilla JS Project

🔗
3. 250 Unique APIs for your next Project

🔗
4. Build and Deploy 5 JavaScript & React API Projects in 10 Hours - Full Course | RapidAPI

🔗
If you enjoyed reading this thread, please do the following:
1. Like the thread❤️
2. Retweet the first tweet.🔃
3. Follow me and enable notifications: ✅
@CodeMarch
Thank you for reading all the way through.
Download our free JavaScript Resources ebook Here:

codemarch.gumroad.com/l/udhhj

• • •

Missing some Tweet in this thread? You can try to force a refresh
 

Keep Current with codemarch

codemarch Profile picture

Stay in touch and get notified when new unrolls are available from this author!

Read all threads

This Thread may be Removed Anytime!

PDF

Twitter may remove this content at anytime! Save it as PDF for later use!

Try unrolling a thread yourself!

how to unroll video
  1. Follow @ThreadReaderApp to mention us!

  2. From a Twitter thread mention us with a keyword "unroll"
@threadreaderapp unroll

Practice here first or read more on our help page!

More from @codemarch

Aug 21
Master Bootstrap.

Thread: 🧵
🔶Official Website:

getbootstrap.com
🔷 Youtube 🔗 links.

Learn from Best, links are given below👇
Read 16 tweets
Aug 21
JavaScript Hoisting.

Complete Explanation:

Thread 🧵
Before Starting the concept of Hoisting , you have to understand the flow of “ How JavaScript Works “ .

Hoisting is JavaScript's default behavior of moving declarations to the top.

In JavaScript, a variable can be declared after it has been used.
In other words; a variable can be used before it has been declared.

First, we'll examine the results of calling a function without first defining it. Image
Read 15 tweets
Aug 20
JavaScript Math Methods and Properties.

Detailed Explanation:

Thread🧵
1. Math Object Methods: -

- The Math object allows you to perform mathematical tasks.

1.1. ceil(x) :-

- Math.ceil(x) returns the value of x rounded up to its nearest integer.

Syntax:- Math.ceil(number)

➡️Example:-
1.2. floor(x) :-
- Math.floor(x) returns the value of x rounded down to its nearest integer.

Syntax:- Math.floor(number)

➡️Example:-
Read 23 tweets
Aug 19
Designing Platforms for Developers.

Thread🧵
📌Visme

🔗 visme.co
📌Figma

🔗 figma.com
Read 11 tweets
Aug 19
Dates in JavaScript.

Detailed Explanation:

Thread🧵
📌JavaScript Date objects represent a single moment in time in a platform-independent format. Date objects contain a Number that represents milliseconds since 1 January 1970 UTC.
📌Creating Date Objects :-

There are 4 ways to create a date object.

👉new Date()
👉new Date(milliseconds)
👉new Date(Date string)
👉new Date(year, month, day, hours, minutes, seconds, milliseconds)

📌new Date()
You can create a date object using the new Date() constructor.
Read 14 tweets
Aug 18
🔶 JavaScript Arrays (Explanation)👇

New Thread 🧵
1. What is a JavaScript Arrays.
An array in JavaScript is a variable that can hold several values.

➡️Example:
2. What's the Point of Using an Array?
If you have a list of items (say, a list of car names), storing the cars in single variables might look like this:

➡️Example:
Read 26 tweets

Did Thread Reader help you today?

Support us! We are indie developers!


This site is made by just two indie developers on a laptop doing marketing, support and development! Read more about the story.

Become a Premium Member ($3/month or $30/year) and get exclusive features!

Become Premium

Don't want to be a Premium member but still want to support us?

Make a small donation by buying us coffee ($5) or help with server cost ($10)

Donate via Paypal

Or Donate anonymously using crypto!

Ethereum

0xfe58350B80634f60Fa6Dc149a72b4DFbc17D341E copy

Bitcoin

3ATGMxNzCUFzxpMCHL5sWSt4DVtS8UqXpi copy

Thank you for your support!

Follow Us on Twitter!

:(