Amazing Web Tools for Frontend Engineer πŸš€

A Thread 🧡
1️⃣ Learn X in Y minutes ⏰

Take a whirlwind tour of your next favorite language. Community-driven! Algorithms & Data Structures.

learnxinyminutes.com
2️⃣ JSON Editor Online πŸ“

JSON Editor Online is a web-based tool to view, edit, format, transform, and diff JSON documents.

jsoneditoronline.org
3️⃣ Excalidraw 🎨

Excalidraw is a virtual collaborative whiteboard tool that lets you easily sketch diagrams that have a hand-drawn feel to them.

excalidraw.com
4️⃣ Cloudfare Speed Test 🏎

Test your Internet connection. Check your network speed, latency, and jitter with our Internet speed test.

speed.cloudflare.com
5️⃣ Regex101

Regular expression tester with syntax highlighting, explanation, cheat sheet for PHP/PCRE, Python, GO, JavaScript, Java. Features a regex quiz & library.

regex101.com
6️⃣ DevHints πŸ”₯

A ridiculous collection of web development cheatsheets Β· One-page guide to.

devhints.io
Thanks for reading this thread ❀️

If you found useful, please retweet the first one ☺️

β€’ β€’ β€’

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

Keep Current with Suprabha

Suprabha 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 @suprabhasupi

25 Jun
Understand Public and Private class fields in Javascript πŸ”₯

Class fields are public by default, but private class members can be created by using a hash # prefix.

Thread 🧡 Image
There are two types of object fields:

1️⃣ Public:
Accessible from anywhere. They comprise the external interface. Until now we were only using public properties and methods.

2️⃣ Private:
Accessible only from inside the class. These are for the internal interface.
ImageImage
Read 4 tweets
23 Jun
Websites to Prepare for Interview πŸ”₯

These are the sites, you can prepare for job interview πŸ‘‡

A Thread 🧡
1️⃣ HackerRank

Matching developers with great companies.

hackerrank.com
2️⃣ LeetCode

Free Online Code Editor for Interviews. Build Your Own Tests and Get Results instantly.

leetcode.com
Read 7 tweets
23 Jun
Using #CSS, links can be styled in many different ways.

We can change the behaviour of CSS link as:

1 :hover
2 :active
3 :visited
4 :focus

#100DaysOfCode #DEVCommunity
1️⃣ :hover

The :hover CSS pseudo-class triggered when the user hovers over an element with the cursor.

πŸ“ If you are using :link, :visited, :active. Remember to add hover after link and visited according to LVHA-order: :link β€” :visited β€” :hover β€” :active.
2️⃣ :active

The :active CSS pseudo-class starts when the user presses down the primary mouse button.
Read 7 tweets
5 May
Listed few React/Redux interview question πŸš€

Soon will be adding answers for all the questions.

#100DaysOfCode #code #CodeNewbie #Dev #womenintech #programming #React #Redux #javascript
Read 5 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 Become our Patreon

Thank you for your support!

Follow Us on Twitter!

:(