Sajal Sharma Profile picture
21, computers, movies.
2 subscribers
Apr 21, 2022 13 tweets 4 min read
React is the most popular JavaScript library, as it makes things easier and faster.

3 basic features of React every beginner should know ↓ 1. React is a library, not a framework.

The difference?

• A library is a collection of code that we can use in our project.
Our project is not completely dependent on it.
Ex: React

{1/9}
Mar 25, 2022 12 tweets 4 min read
10 Websites to find your next Remote Job ↓ 🔗 Remote OK

A remote job site that tags all of their job listings, making it simple and easy to set filters for the specific listings you want.

{1/10}
remoteok.io
Mar 22, 2022 13 tweets 3 min read
10 GitHub Repos to learn and get better at JavaScript

Learning and Sharing ↓ • javascript-algorithms

Many popular algorithms and data structures are explained using JavaScript.

{1/10}
github.com/trekhleb/javas…
Mar 21, 2022 14 tweets 4 min read
Semantic Elements in HTML

Understand with visuals ↓ • <nav>

The <nav> element defines a set of navigation links.
All the primary website links like Home, About, etc.

{1/9}
Mar 20, 2022 8 tweets 3 min read
My Top 6 Reads of this Week 🌱

Life lessons, excelling at public speaking, achieving goals, and more! Some great lessons, as always - by @SahilBloom

{1/6}
Mar 18, 2022 10 tweets 3 min read
We keep hearing that JavaScript is the best investment you can make and it's true! So,

4 YouTube playlists to learn JavaScript for free ↓ 🔗 Namaste JavaScript by Akshay Saini

{1/4}
youtube.com/playlist?list=…
Mar 15, 2022 7 tweets 3 min read
Level up your Front-end skills with these 5 websites ⚡ 🔗 Frontend Mentor

Solve real-world HTML, CSS, and JavaScript challenges whilst working on professional designs.

{1/5}
frontendmentor.io
Mar 14, 2022 11 tweets 3 min read
CSS align-self Property ⚡

Explained and Visualised ↓ As we know, the align-items property works on the flex-container - the whole container, every child element.

• The align-self property works on the flex-items - the single child element of the flex container.

Also, the align-self property overrides the align-items property.
Mar 13, 2022 10 tweets 4 min read
My Top 8 Reads of this Week ☕

• Best Books
• Using YouTube efficiently
• Effective Decision-Making
• Roadmap to becoming a Full-Stack Developer, and more! ↓ Using YouTube efficiently - by @MakadiaHarsh

{1/8}

Mar 12, 2022 10 tweets 3 min read
CSS align-items Property ⚡

Explained and Visualised ↓ The align-items property defines how the elements are laid out along the cross axis (perpendicular to the main axis).

Here, we are considering the main axis as horizontal (⇄) and the cross axis as vertical (⇅).
Mar 11, 2022 7 tweets 3 min read
Level up your CSS with these 5 tools ⚡ 🔗 CSS Grid Generator

Learn CSS Grid visually and build web layouts with this interactive CSS Grid Generator.

{1/5}
grid.layoutit.com
Mar 10, 2022 10 tweets 3 min read
CSS justify-content Property ⚡

Explained and Visualised ↓ The justify-content CSS property controls how the browser distributes space between and around different elements on the main axis of a flex container and the inline axis of a grid container.

Let's see it working in flex ↓
Mar 8, 2022 8 tweets 3 min read
Games are always fun 🎮

5 Games to learn JavaScript the fun way ↓ 🎮 Codewars

Codewars is a coding practice site for all programmers where you can learn various programming languages - JS too!

{1/5}
codewars.com
Mar 7, 2022 9 tweets 3 min read
5 Useful CSS Shorthand properties with examples ↓ Background

{1/5}
Mar 6, 2022 11 tweets 5 min read
My Top 8 Reads of this Week ☕

Networking, Upgrading yourself, Tackling Procrastination, and more! ↓ The art of standing out -by @SahilBloom

{1/8}
Mar 5, 2022 9 tweets 3 min read
CSS Object-fit property is one golden property for our images!

Let's learn about the Object-fit property in CSS ⚡ The CSS object-fit property is used to specify how an <img> or <video> should be resized to fit its container.
Mar 4, 2022 7 tweets 2 min read
CSS Generators can help you save a lot of time.

4 Amazing CSS Generators for your next project ⚡ 🔗 GetWaves

A free SVG wave generator to make unique SVG waves for your next web design.

{1/4}
getwaves.io
Mar 1, 2022 10 tweets 4 min read
CSS is tricky.

At least for me. But if that's the case with you too, then~

7 Best Resources for you to learn CSS ⚡

↓ 🔗 MDN Docs

Offer a useful CSS learning area, as well as a variety of helpful tutorials, tools, and other resources.

Platform: Website
Price: Free

{1/7}
developer.mozilla.org/en-US/
Feb 28, 2022 17 tweets 5 min read
JavaScript Arrays and Array methods

Understand with examples ↓ An array is nothing more than a grouping of components or things.

Arrays are used to store data as elements and retrieve them when needed.

In JavaScript, a pair of square brackets [] denotes an array. The array's items are separated by commas (,)
Feb 26, 2022 11 tweets 4 min read
JavaScript Data Types

Understand with examples ↓ Let's learn about the various data types available in JavaScript with the help of examples.

There are different types of data that we can use in a JavaScript program. For example:

{0/8}
Feb 24, 2022 7 tweets 2 min read
5 useful websites for every web developer ⚡ 🔗 Tabler Icons

Free and Open-Source icons designed with attention to detail to make your design stand out.

{1/5}
tablericons.com