DEV Community

Cover image for What are your favorite free tools or resources?
Nočnica Mellifera for Heroku

Posted on

What are your favorite free tools or resources?

For me it's Github and Visual Studio Code, but what are your favorite free tools and resources?

Top comments (14)

Collapse
 
vonheikemen profile image
Heiker

My favorites tools are the ones I use every day.

Collapse
 
nocnica profile image
Nočnica Mellifera

complete with links? Thanks!

Collapse
 
lvirot profile image
Loïck Virot

To me :

Other:

Collapse
 
yaythomas profile image
yaythomas • Edited

some great suggestions here! I'll just list ones not seen already:

  • fish shell - out of box you already get what you have to spend more time configuring w oh my zsh
  • homebrew - package manager for MacOS
  • pypyr - for automating & running and consolidating ad hoc scripts. (I might be biased on this one, I wrote it 😂)
  • GitHub Actions - you mention GitHub already, but special mention to the relatively new GitHub Actions for the awesome free CI/CD capabilities. Oh, also GitHub Pages!
  • hugo - static web-site generation
  • zopfli compression - great for PNG compression. Although, that's prob just about been supplanted by Brotli today.
  • arch linux

[edit:] oh, and curl, definitely

Collapse
 
eljayadobe profile image
Eljay-Adobe

I've a few:

  • Linux
  • Vim
  • Git
  • Xcode
  • Visual Studio (community edition)
  • PyCharm (community edition)
  • Google Test, or Boost Test, or Catch2, or Doctest
Collapse
 
insanenaman profile image
Naman Gupta

Being a web dev, I ♥️ nextjs as framework , VS Code as editor (with Night Owl Theme), FaunaDB, Cloud Functions (Any platform), dev.to for sharing knowledge and Some services that help me in building side project - dev.to/insanenaman/15-easy-peasy-s.... Let's cover more some other day 😂

Collapse
 
huseyinsimsek profile image
Huseyin Simsek

Static Site Generator : Hugo

Collapse
 
nocnica profile image
Nočnica Mellifera

Love Hugo

Collapse
 
crimsonmed profile image
Médéric Burlet

Editor: Visual Studio Code

Database Management: Table Plus

State Management: OvermindJS

API Data: PokeAPI

API Data: YuGiOhAPI

Comm: Discord

Git: GitHub

Collapse
 
ovahsen profile image
Olivia Vahsen 🥑 🦄

Definitely Atom and SourceTree! For learning, I like to recommend codingbat for beginners who are totally new to code.

Collapse
 
hwbuk profile image
hwbuk • Edited

I'd say currently:

Development process

Hosting

  • Netlify
  • Heroku

Design

Keeping track of everything!!

Collapse
 
easyflutter profile image
Easy Flutter • Edited

I'm a mobile developer so let me add my tools (Free).

Code Editor

  • VSCode

Framework

  • Ionic
  • Flutter

Tools

  • scrcpy (screen mirroring)
    • Chrome Dev Tool for debug

I'm also having mission of producing free learning resources for Flutter Tutorial. please check it out.

Collapse
 
joelbonetr profile image
JoelBonetR 🥇

Photopea, Winrar (if on windows), Elementary OS, Chrome and Chrome beta...

Collapse
 
Sloan, the sloth mascot
Comment deleted