Priya_garg Profile picture
21. Frontend Web Developer. Concepts, Tips, Tricks, Resources - HTML. CSS. JavaScript. Loved both fiction and non-fiction books .
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-ā€¦