10 Magical Chrome extensions 🔥🔥🔥
For developers

These browser extensions will blow your mind
Some are extremely useful and some are fun to have

🧵 Thread
#codeNewBie #chrome
🦋 1. Bypass Paywalls Chrome

🔸 Bypass Paywalls is a web browser extension to help bypass paywalls for selected sites
🔸Bypass paywall for quora, medium, bloomberg & many many more websites
🔸You need developer mode ON to use this extension
🔸Link 👇
github.com/iamadamdev/byp…
🦋 2. Headless Recorder

🔸A Chrome extension that records your browser interactions
🔸And generates a Playwright/Puppeteer script
🔸Automate your entire browser interaction and tweek the script to do more
🔸Link 👇
checklyhq.com/docs/headless-…
🦋 3. Dark Reader

🔸It generate a dark mode that aims to reduce the eyestrain of the user
🔸It is feature-rich and can be configured in many ways throughout the UI
🔸Link 👇
darkreader.org
🦋 4. cVim

🔸 Vim for Google Chrome
🔸Control your browser with your keyboard only
🔸Configure keybinding for every task
🔸link 👇
github.com/1995eaton/chro…
🦋 5. Octotree

🔸 GitHub on steroids
🔸 Awesome code review & exploring
🔸Quick pull request navigation
🔸Tree-based file filtering
🔸Multi-tab support
🔸22 syntax themes
🔸Link 👇
octotree.io
🦋 6. Enhanced GitHub

🔸Displays repo size
🔸Displays each file size for every active branch
🔸Show download link for each file
🔸Copy file's contents directly to Clipboard
🔸Link 👇
github.com/softvar/enhanc…
🦋 7. Google Unlocked

🔸It unlocks hidden google search results
🔸scans hidden search results that were censored by Google due to complaints
🔸Only manual installation available
🔸Link 👇
github.com/Ibit-to/google…
🦋 8. Refined Hacker News

🔸adds useful features and tweaks a few stuff on Hacker News to make the experience better
🔸without changing the look and feel
🔸Link 👇
github.com/plibither8/ref…
🦋 9. Treeverse

🔸Treeverse is a tool for visualizing and navigating Twitter conversation threads
🔸Open Twitter and click on the tweet that you would like to visualize the conversation
🔸Link 👇
github.com/paulgb/Treever…
🦋 10.

🔸Searches the DOM for any embedded script link, as script tag may contain keys for specific API(such as Google maps API)
🔸You can add keywords to search for it at any website you visit
🔸Link 👇
github.com/momenbasel/Key…
Liked this thread ??

Subscribe to my newsletter bitfumes.com/newsletters

Follow me for more content

• • •

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

Keep Current with Sarthak (100DaysOfAWS)

Sarthak (100DaysOfAWS) 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 @Sarthaksavvy

23 Sep
10 Best Practices to use GIT on team 🔥 🔥 🔥

Always ask yourself why you are using any git command

Here consider `main` branch is `production` branch

OK ready ???
Let's make your git experience on amazing 👇

Thread 🧵 #git #github
🦋 1. Never push into main branch🔥 🔥 🔥

🔸Always create new branch & make a Pull Request (PR) to main/master branch
🔸In this way, your main/master branch stay safe
🔸And your code will get pushed only after review from team member
🦋 2. Always have protection on Main branch🔥 🔥 🔥

🔸Set a rule that no one can directly push to main
🔸Main will progress only with the merge of clean PR
🔸It protects your production branches from receiving unexpected and irreversible changes
Read 12 tweets
22 Sep
10 Best practices in MySQL 🔥 🔥 🔥

Follow these best practices to make your queries faster and efficient

Note: Please research more about each topic before applying

Thread 🧵
#mysql #CodeNewbie
🦋 1. Add Index key columns 🔥 🔥 🔥

🔸 Always index columns that you plan on searching on
🔸 Index the columns which are used in JOIN clauses so that the query returns the result fast
🔸 Do not use Index for many column, it will slow the Insert or Update
🦋 2. LIMIT 1 When Getting a Unique Row 🔥 🔥 🔥

🔸Adding LIMIT 1 to your query can increase performance
🔸Reduces execution time because the database engine will stop scanning for records after it finds the first match
Read 12 tweets
18 Jun
Learning AWS is one of the best decision I have ever made

Here is why 🧵
1/6
Constantly growing in revenue
The graph below shows that how industry need AWS cloud power

AWS revenue was $13.5 billion, up 32%, and operating profits were a record $4.2 billion
Isn't it a giant
2/6
Fastest Growing Public Cloud Service

By 2020 AWS is expected to increase its market share to 52-percent.

Amazon & Microsoft accounted for more than half of cloud infrastructure revenues in Q4 2020
Read 7 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!

:(