Priya_garg Profile picture
23 | Self Taught Frontend Web Developer | Tweets about HTML, CSS, JavaScript | “I'll read my books and I'll drink coffee and I'll bolt the door”✨
Jun 22, 2022 7 tweets 4 min read
To make your next web development project more successful, here is a list of the top 5 tools for frontend development.

A Thread🧵👇 Image 1. Creative Tim - creative-tim.com

🌀 It is a BootStrap-based front-end web development tool.

🌀 It provides an extensive toolkit of UI elements, easy-to-use templates, and dashboards. Image
Jun 21, 2022 8 tweets 3 min read
Basic understanding of CSS Specificity -

Understanding this concept is necessary to have control over your HTML and CSS.

A Thread🧵👇 What is CSS Specificity?

👉 Basically, it is a set of rules applied to CSS selectors to determine which style is applied to an element.

👉 A CSS selector that is used to target an element determines the degree of specificity.
Jun 11, 2022 13 tweets 4 min read
Basic Git commands to upload a project on GitHub -

Every developer must know these 10 basic commands.

A Thread🧵👇 If you don't know, what is Git?

Then, clear your confusion from this thread.
Jun 5, 2022 7 tweets 4 min read
Found some awesome Portfolio Ideas for web developers -

You can get an idea to build your own👇 1. Lounge Lizard - loungelizard.com

👉 This portfolio is build by New York based design company .

👉 This website looks professional and difficult to build at the same time .

👉 But this website will definitely helps you to grab anyone's attention.
Jun 4, 2022 11 tweets 3 min read
What are variables in JavaScript ?

Let's understand them with examples🧵👇 Why do we need variables ?

👨‍💻 In programming , We know there is a lot of data processing .

🖥 We may need to store that data before or after processing for future use.

❓Then , here arise a question?

🤔Where to store that data, right ?

✔ And variables solves this problem.
Jun 1, 2022 7 tweets 4 min read
Awesome helpful websites for every developers :-

A🧵👇 1. Readme.so - readme.so/editor

It will assist you in creating a good format README file for your open source project.
May 31, 2022 8 tweets 2 min read
Git is the most essential thing to learn as a programmer.

Let's understand it an easy way 🧵👇 🏢 Let's assume you work for a Gaming company .

🎮 And you are asked to build a new Gaming app .

👨‍💻 You are not building this project alone but with a team of 4-5 developers.

❓ Here arise a question ?
May 30, 2022 8 tweets 2 min read
Ways to learn JavaScript for free 🧵👇

Learning JavaScript is easy - there is no need to enroll in an undergraduate program in computer science to do it .

There are countless way to learn JavaScript .

Some of them are listed below : - 1. Self guiding Websites and courses -

Flexible online courses are the perfect solution for those who want to learn on their own schedule, or don't have the time to enroll in a formal program.

Some of these websites are :-
May 26, 2022 7 tweets 2 min read
Have you ever wondered why array index starts at 0 not 1 ?

A 🧵👇 Image ◉ An array is essentially a pointer.

◉ What does it mean that an array is a pointer?

◉ It means that it stores a memory address. Instead of storing the value, it stores the location of that value.

Let's understand this with an example -
May 25, 2022 10 tweets 3 min read
Let's learn map(), filter() and reduce() JavaScript method :-

These are used to -
1. Iterate over an array.
2. Create a new array without modifying the old one.

A 🧵👇 1. Array.map() -

◉ It applies a function to each element of an array to generate a new array based on the first array.

Take a look at this example -
May 13, 2022 10 tweets 3 min read
Learn all the HTML Tags used for Text Formatting✨ -

A 🧵👇 INTRODUCTION -

When creating a web page, you add tags to contents of the page.

These tags provide extra meaning and allow browsers to show users the appropriate structure to the page.

Read tags 👇
May 11, 2022 4 tweets 3 min read
Learn Web Development for Free in 2022 -

When we have so many best FREE resources available then why we need to buy paid courses.

Here I have mentioned resources (Documentations and YouTube tutorials) with their links 🧵👇 Read Documentation -

1. MDN - developer.mozilla.org/en-US/

2. Freecodecamp - freecodecamp.org

3. W3Schools - w3schools.com

4. Educative - educative.io/courses/learn-…