Akos Profile picture
11 Nov, 12 tweets, 6 min read
10 JavaScript Concepts You Should Learn 💛

Web3, Front or Backend Development, these are the building blocks of JavaScript

🧵 👇
1️⃣ Grammar and types

Basic grammar, variable declarations, data types, and literals.

🔗 developer.mozilla.org/en-US/docs/Web…
2️⃣ Control flow and error handling

Statements, Conditional Statements, Exception handling. This is where interactive programming beings.

🔗 developer.mozilla.org/en-US/docs/Web…
3️⃣ Loops and Iterations

The bread & butter of programming and why we love it. This is where you tell the machine in JavaScript to do something X times.

🔗 developer.mozilla.org/en-US/docs/Web…
4️⃣ Functions

Building blocks of every programming language. A set of statements, grouped together to process some kind of input and return an output.

🔗 developer.mozilla.org/en-US/docs/Web…
5️⃣ Expressions and operators

Assignments, comparisons, arithmetics, logical, string, and other operators.

🔗 developer.mozilla.org/en-US/docs/Web…
6️⃣ Numbers and dates

In JavaScript, you'll most often use Decimal numbers, but there's support for Binary, Octal, and Hexadecimal numbers.

🔗 developer.mozilla.org/en-US/docs/Web…
7️⃣ Text Formatting

In this chapter, you'll learn how to work with Strings in JavaScript

🔗 developer.mozilla.org/en-US/docs/Web…
8️⃣ Regular Expressions

Regular Expressions are a powerful tool that opens up an entirely new world of solving problems for programmers who know how to use them.

🔗 developer.mozilla.org/en-US/docs/Web…
9️⃣ Indexed collections

Data structures that are ordered by an index value, such as Array.

🔗 developer.mozilla.org/en-US/docs/Web…
🔟 Keyed Collections

Data structures that are ordered by a key, such as Map and Set.

🔗 developer.mozilla.org/en-US/docs/Web…
If you found this thread helpful, please Re-Tweet the first Tweet.

If you'd like to see more content like this, consider following me on Twitter @akoskm.

📚 Check out my FREE Twitter threads at akoskm.gumroad.com/l/akos-threads

and my blog akoskm.com.

Until next time 👋

• • •

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

Keep Current with Akos

Akos 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 @akoskm

2 Nov
5 YouTube channels to Level Up Your React Skills 🍄

(Based on your recommendations!)

🧵 👇
1⃣ JavaScript Mastery by @jsmasterypro

The purpose of JavaScript Mastery is to help both aspiring and seasoned developers take their development skills to the next level and build awesome apps.

🔗 youtube.com/c/JavaScriptMa…
2⃣ Clever Programmer @cleverqazi

You can find awesome programming lessons here! Also, expect programming tips and tricks that will take your coding skills to the next level.

🔗 youtube.com/c/CleverProgra…
Read 7 tweets
1 Nov
5 Simple Ways to Make Money as a Developer

🧵 👇
1️⃣ Blogging

I spent the past 3 months doing Tech Writing as a side-gig (thread with how much 💰 I made coming up later this week).

You don't have to be a good writer to start.

You have to be good at understanding and explaining concepts.

Start here ➡️ learntocodewith.me/work-in-tech/t…
2️⃣ Digital Products

Kind of like Online Courses, but way more accessible for me.

You can turn your knowledge into:

🔹an e-book
🔹a SaaS application
🔹 a template collection

and sell that on platforms like Gumroad.

Start here ➡️ gumroad.com/blog/sell-more…
Read 7 tweets
25 Oct
A Short Introduction to TypeScript 💙

🧵👇
TypeScript (TS) is a superset of JavaScript (JS) - meaning: any JS code you write is already valid TS code (not necessarily error-free though 😄).

The TypeScript compiler turns TypeScript into JavaScript.

So what's to point of all this if it's turned into JavaScript anyway? 🤔
The TypeScript compiler analyses your code. It creates itself a map describing how all your code is related - based mostly on the types you provide.

This is called Static type-checking.

If you look carefully at the code below you'll notice that it's 🤏 close to being 100% JS.
Read 7 tweets
6 Oct
10 FREE React Courses to Level Up your React Skills 🍄

Thread 🧵👇
1⃣ Code 15 React Projects - Complete Course

Improve your skills with the React JavaScript library by building 15 projects using React.Ÿ”— Code: github.com/john-smilga/re…

🔗
2⃣ React JS Frontend Web Development for Beginners

Learn React JS along with Modern JavaScript from absolute scratch. This course is a getting started guide for beginners. - Free Course

🔗 udemy.com/course/react-t…
Read 12 tweets
5 Oct
Are you spending too much time on research for your next blog post/thread?

Tutorial hell ➡️ Research hell

3 steps I use to keep my research time under control

🧵👇
1/5 Main & Subtopics

I estimate the scope of my main topic and explain it in a few sentences. Think of this as writing the intro of a blog post.

Break the main topics into sub-topics. I like to work with 5 to 10 subtopics, they're ideal for Twitter threads later.
2/5 Length

I try to limit the stuff I write to a blog post-sized piece ~1000 - 1500 words.

Usually, I can make 5-8min length videos from the same posts.

Longer or shorter videos might work better for you, but I think this length is a good start.
Read 7 tweets
4 Oct
8 Websites to find REMOTE Jobs in Tech

🧵👇
1⃣ RemoteOK

Browser over 45 000 remote jobs as a Developer, Designer, Copywriter, Customer Support Rep, Sales Professional, Project Manager, and more! Find a career where you can work remotely from anywhere.

🔗 remoteok.io
2⃣ We Work Remotely

We Work Remotely is the best place to find and list remote jobs that aren't restricted by commutes or a particular geographic area. Browse thousands of remote work jobs today.

🔗 weworkremotely.com
Read 10 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

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

Donate via Paypal

Thank you for your support!

Follow Us on Twitter!

:(