7+ Super helpful websites for web developer you probably didn't know exist π
A thread π§΅π
1. Tabler icons
1424 Fully customizable free SVG icons. (MIT license)
πlink tablericons.com
Sep 7, 2021 β’ 12 tweets β’ 6 min read
11 Amazing sites/tools for web developers you may not know
If you're a web developer make sure you check these out π
1οΈβ£ Eva Design System
Eva web is a customisable UI library for sketch that makes it easy to create awesome designs for web applications and dashboards.
πeva.design
8 websites to answer all your programming related doubts
A thread π§΅π
1. Stackoverflow - A community based space to find and contribute answers to technical questions
π stackoverflow.com
Sep 2, 2021 β’ 11 tweets β’ 5 min read
Learn coding by playing games and practicing through fun challenges π€Ήπ²
A thread π§΅π
β‘οΈ CodinGame
CodinGame is a challenge-based training platform for programmers where you can improve your coding skills with fun exercises (25+ language supported)
πcodingame.com/home
Jun 15, 2021 β’ 10 tweets β’ 5 min read
9 useful websites for web developers & Designersπ₯
A thread π§΅
1οΈβ£ Codedamn : One of the best platform to learn web developement along with mentorship, hands-on practice, and courses
π Codedamn.com
Jun 14, 2021 β’ 12 tweets β’ 3 min read
Git commands that you should know
A thread π§΅π
1οΈβ£ git init
Jun 9, 2021 β’ 13 tweets β’ 4 min read
Amazing Tools For Frontend Developers
A thread π
β‘οΈ Neumorphism Generator
Powerful HTML Features you may not know
A thread π§΅π
β‘οΈ The Meter Tag : The <meter> tag defines a scalar measurement within a known range, or a fractional value. This is also known as a gauge.
JavaScript Math Function
A thread π§΅π
β‘οΈ Math.abs() : The JavaScript Math.abs() function returns the absolute value of a number.
Jun 4, 2021 β’ 6 tweets β’ 2 min read
HTML Tricks π‘β΄οΈ
A thread π§΅π
1. Picture tag :
The <picture> tag gives web developers more flexibility in specifying image resources.
The most common use of the <picture> element will be for art direction in responsive designs. Instead of having one image that is scaled up or down based on the viewport width
Jun 3, 2021 β’ 9 tweets β’ 4 min read
9 Very Useful Website For Every Developer
A thread π§΅π
1οΈβ£ DevDocs
DevDocs combines multiple API documentations in a fast, organized, and searchable interface.
πdevdocs.io
2οΈβ£ stackoverflow
Stack Overflow is a question and answer website for professional and enthusiast programmers.
πstackoverflow.com
Jun 2, 2021 β’ 8 tweets β’ 2 min read
Useful CSS units You should know
A thread π§΅π
π px :
The px unit is the magic unit of CSS
The px is thus not defined as a constant length, but as something that depends on the type of device and its typical use.
May 31, 2021 β’ 8 tweets β’ 3 min read
Important HTML tags for SEO
A thread π
1οΈβ£ Title tag :
π Title tags are displayed on search engine results Pages ( SERPs ) as a clickable headline for a given results .
π<!DOCTYPE> : Defines the document type
π<html> : Defines an HTML document
π<head> : Contains metadata/information for the document
π<title> : Defines a title for the document
π<body> : Defines the document's body
π<h1> to <h6> : Defines HTML headings
π<p>: Defines a paragraph
π<br> : Inserts a single line break
π<hr>: Defines a thematic change in the content
π<!--...--> Defines a comment
May 25, 2021 β’ 7 tweets β’ 3 min read
Here are some insights which I got from yesterday's spaceπ
β‘οΈThere are two kinds of people we get to see after rejection 1. One who take it in a positive way , pen down things that lead to rejection , Work hard try to overcome those and prepare themself for the next interview
2. The other one after rejection takes the step back thinking that's it's very difficult for them to clear those interviews and they develop a fear of rejection inside them which doesn't let them prepare for the next one
May 25, 2021 β’ 8 tweets β’ 2 min read
Write your html codes 10X faster with emmets
π
β‘οΈ Child : >
nav>ul>li
β‘οΈ Climb-up : ^
div>p>span+em^a
May 24, 2021 β’ 5 tweets β’ 1 min read
JavaScript interview questions guide
A thread π