Skip to content

Latest commit

 

History

History
118 lines (99 loc) · 4.71 KB

productive-tools.md

File metadata and controls

118 lines (99 loc) · 4.71 KB

Productive Tools

Mobile App - Screenshots Generator

Automation Tools

  • Zapier - For integrations
  • Automate IO
  • @datagrab_io - for web scraping
  • IFTTT
  • Tasker
  • Make (@integromat)
  • Hexomatic AI
  • Fasd - Switch between directories
  • Node-RED

Python at Microsoft

Web Scrapping (using Advanced AI tools)
10 mind-blowing AI websites
  • Tribe Scaler
    • Powered by AI to write better & faster.
    • Create viral hooks and headlines in seconds
  • fireflies.ai
    • Instantly record meetings across any web-conferencing platform.
    • Transcribe, and search across your voice conversations
  • Excel Formula Bot
    • Stop wasting hours creating Excel formulas.
    • Turn your spreadsheet problem into a formula in seconds.
    • Experience the full power of Excel & Google Sheets AI.
  • Margin Eraser
    • Remove unwanted things from images in seconds.
    • Upload an image and mark the bit you want removed.
    • Download your improved image.
  • Autoenhance
    • AI photo editor that enhances your workflow.
    • Instantly get brighter, colorful and evenly lit images.
    • Sky replacement and perspective correction to transform photos.
  • Writesonic
    • AI writer that helps you write long-form blog posts & articles.
    • Break free from writers block and scale your content production.
    • Take content creation to the next level.
  • Talk To Books
    • Get quotes from books that respond to your question.
    • A creativity tool by Google to explore new ideas.
    • Explore an index of > 100,000 books.
  • Rytr
    • An AI writing assistant to help you write 10x faster.
    • Enter your post topic, select the variants and creativity level.
    • Choose the variants that are best suited to your style.
  • Namelix
    • Generate a short, catchy business name using AI.
    • Decide using key words or domain extensions.
    • Short names are unique, memorable and affordable.
  • Replika
    • Your AI companion who cares.
    • There to listen and talk, always on your side.
    • Ready to chat when you need an empathetic friend.

Recording

asciinema - Record and share your terminal sessions, the right way (G)

Windows 10

FIX: Computer randomly freezes in Windows 10

Design / Diagram

drawSQL - Make an Entity-Relation diagram of the System
Ex: ER Diagram - Validate Request Body and Parameter in Spring Boot
Github - HTML Invoice Template
Github - HTML Invoice Template 2 | Good

Whiteboard Collaboration Tools

  • Mural
  • Miro
  • Figjam (Figma)
  • ClickUp

Google Search

How to use Google as a Software Engineer

How to get better results with the help of operators?

  • Exact Search wrap it in quotes e.g. "cannot read property 'map' of undefined"

  • Specific Site use site: e.g. site:reactjs.org Optimizing Performance

  • Exclude add a hyphen with a term you wish to exclude e.g. get child element in javascript -jquery

  • Before and After limit the time range e.g. react hooks after:2020 angular2 before:2016

  • Wildcard useful in combination with the others e.g. Want to find all github sub-domains? site:*.github.com -www