Eleftheria Batsou Profile picture
πŸ’Ό Community Manager @CrabNebulaDev, ex @hashnode 🐀 Tweets about #coding, #devrel - πŸ“Ή Content Creator πŸ“© DM for #collabs 🎀 Public Speaker πŸ’» Dev | UXer πŸ‡¬πŸ‡·
May 11, 2023 β€’ 8 tweets β€’ 3 min read
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/
May 10, 2023 β€’ 8 tweets β€’ 2 min read
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.
Dec 15, 2021 β€’ 11 tweets β€’ 1 min read
πŸ’Š Drug Dealers VS Programmers πŸ‘©β€πŸ’»

A thread πŸ§΅πŸ‘‡ [1/9]
πŸ’Š Refer to their clients as β€œusers”.
πŸ‘©β€πŸ’» Refer to their clients as β€œusers”.
Nov 2, 2021 β€’ 20 tweets β€’ 4 min read
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.
Oct 20, 2021 β€’ 12 tweets β€’ 2 min read
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.
Oct 18, 2021 β€’ 14 tweets β€’ 2 min read
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…
Oct 16, 2021 β€’ 12 tweets β€’ 2 min read
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. πŸ‘‡
Sep 27, 2021 β€’ 19 tweets β€’ 6 min read
17+ JavaScript Resourses

[A thread 🧡- Books, Courses, Tutorials, etc. ⬇] [1/17] MDN JavaScript Guide

developer.mozilla.org/en-US/docs/Web…
Sep 26, 2021 β€’ 7 tweets β€’ 1 min read
5 UI/UX mistakes I found (without even searching) in 10 websites in 15 minutes. πŸ‘‡

[Check it, unintentionally you might have the same issues in your website] [1/5] I can't copy the text.
Make your text "clickable". I may want to copy your email 😎