Eleftheria Batsou Profile picture
May 10 β€’ 8 tweets β€’ 2 min read Twitter logo Read on Twitter
REST vs. RESTful API:
Let's break it down in simple terms! 🧡
πŸ›οΈ REST, short for Representational State Transfer, is an architectural concept, not a technology itself.

It provides guidelines for building networked applications.
πŸ› οΈ A RESTful API is the practical implementation of those guidelines. It's an #API that follows the principles of REST.
πŸ”‘ #REST principles include:

1️⃣ Stateless - no client context is stored
2️⃣ Client-Server Architecture - separate entities communicate
3️⃣ Uniform Interface - consistent rules
4️⃣ Resource-Oriented - resources identified by URIs
🌐 A #RESTful API uses standard HTTP methods (GET, POST, PUT, DELETE) for operations on resources.

It communicates via representations (e.g., JSON, XML) and employs HTTP status codes to indicate request outcomes.
πŸ“š In a nutshell, REST is the concept, while RESTful API is the practical implementation.

REST provides guidelines for designing networked apps, and a RESTful API is an API that adheres to those guidelines.
🌟 Now you know the difference!

REST is like a blueprint for building APIs, and a RESTful API is the actual implementation following that blueprint.

Happy coding! πŸ’»
[Let me know if you find this type of content useful ~ and I'd love to create more for you]

β€’ β€’ β€’

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

Keep Current with Eleftheria Batsou

Eleftheria Batsou 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 @BatsouElef

May 11
Do you remember your 1st computer science class in college? Honestly, was it interactive? Did it intrigue you? πŸ€·β€β™€οΈ

If the answer to the above questions is "no" and you're looking to upgrade your skills, keep reading!
Introducing @brilliantorg - the best way to build skills in:
βœ”οΈ Artificial Intelligence
βœ”οΈ Computer science
βœ”οΈ Machine learning
βœ”οΈ Problem Solving
βœ”οΈ Data analysis
βœ”οΈ Algorithms
βœ”οΈ Math, etc

Here's why I'm using it ⬇️

brilliant.org/BatsouElef/
Did you know that with interactive lessons you can learn 6x more effectively?!

Say goodbye to boring lectures and hello to hands-on learning with Brilliant's thousands of lessons on topics from AI to data science and beyond! πŸš€
Read 8 tweets
Dec 15, 2021
πŸ’Š Drug Dealers VS Programmers πŸ‘©β€πŸ’»

A thread πŸ§΅πŸ‘‡
[1/9]
πŸ’Š Refer to their clients as β€œusers”.
πŸ‘©β€πŸ’» Refer to their clients as β€œusers”.
[2/9]
πŸ’Š β€œThe first one’s free!”
πŸ‘©β€πŸ’» β€œDownload a free trial version…”
Read 11 tweets
Nov 2, 2021
Build HTML Forms The Right Way βœ…

The dos and don'ts of UX for HTML forms + some JS 😁

πŸ§΅πŸ‘‡
1. Request as little as possible πŸ‘

Entering more data than necessary is annoying and that's a fact.

If you really only need an email, consider not asking for first name, last name, and phone number.

Smaller forms == higher conversion rates.
2. KISS = Keep It Simple S... πŸ˜…

By sticking to simple designs that use standard input types, you're creating a more cohesive experience, not only across your site but across the internet.

Users are less likely to get confused by some fancy & novel input. Stick to the classics.
Read 20 tweets
Oct 20, 2021
HTML: Did you know all these things belong to the <head>?

πŸ§΅πŸ‘‡ A thread
[1] But first what is the "HEAD"? πŸ‘©β€πŸ”¬

The head of an HTML document is the part that is not displayed in the web browser when the page is loaded.

It contains information such as the page <title>, links to CSS, links to custom favicons, and other metadata.
[2] Ok, another unknown word: "METADATA", what is this? 🧱

METADATA = data about the HTML.

These are things such as the author, and important keywords that describe the document, etc.
Read 12 tweets
Oct 18, 2021
Before you deliver your CSS code make sure you have completed these 12 things. πŸ§΅πŸ‘‡
[1/12] Responsive Web Design πŸ“±

Does your website use a responsive web design?

If not, fix your CSS!

If you don't know what Responsive Web Design is, check out this article by @tmoulos

growthrocks.com/blog/responsiv…
[2/12] Unique ID πŸ‘€

Check if all of the IDs are used and if they are unique to a page.
Read 14 tweets
Oct 16, 2021
7 Skills needed to be a front-end developer | For Juniors πŸ™Œ

πŸ§΅πŸ‘‡
It’s possible to become a front-end developer without a college degree, provided you acquire the right skills. πŸŽ“

In this thread, I'm sharing my view of the top 7 technical skills a front-end developer must possess.

Let's go. πŸ‘‡
[1/7] Learn HTML and CSS 🦴

Hypertext markup language (HTML) and cascading style sheets (CSS) are a website’s skeleton.

While HTML gives structure to web pages, CSS helps style the HTML elements with the color, fonts, typeface, and more.
Read 12 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!

:(