DEV Community

Cover image for What are you glad you no longer use?
Madza
Madza

Posted on

What are you glad you no longer use?

Ether you found it to be too distracting, waste of the time, too low of a quality, too bloated or you just don't trust particular brand and found another alternative...

What service or tool are you glad you stopped using?

Latest comments (119)

Collapse
 
promikecoder2020 profile image
ProMikeCoder2020

Pycharm => Vs code
JavaScript => Typescript
Vanila JavaScript or jQuery => React
CSS => SCSS
Bootstrap => Material UI
And now I am learning estate for state management with react and it seems much better than context+useReducer

Collapse
 
gsarig profile image
Giorgos Sarigiannidis • Edited
  1. Desktop > Laptop (MacBook Pro) and then
  2. Laptop > Surface Pro
  3. Cheap mouses > Ergonomic mouse
  4. Cheap chair > High quality ergonomic chair
  5. Cheap keyboard > Expensive, ergonomic keyboard
  6. Cheap 27' monitor > Dell Ultra wide 34'
  7. Joomla > WordPress
  8. Bootstrap > Vanilla CSS (with preprocessors)
  9. jQuery > Vanilla JS
  10. Google Maps > OpenStreetMap (for the most uses, at least)
  11. Atom/Brackets/Sublime > PHPStorm
  12. XAMPP > WSL
  13. Hetzner > DigitalOcean
  14. EasyEngine > Webinoly
  15. Evernote > OneNote
  16. Contact Form 7 > Gravity Forms
  17. ACF Blocks > "Vanilla" Gutenberg
  18. Self-hosted GIT (Gitea) > GitHub
  19. FTP Sync > GitHub Actions
  20. PHPMyAdmin > db management via SSH or PHPStorm
  21. Coffee with milk and sugar > Black coffee
Collapse
 
cnease10 profile image
Cierra Nease

Good black coffee has changed my life!

Collapse
 
madza profile image
Madza

Great list ✨Thanks for the input 🙏❤

Collapse
 
kristjanlink profile image
kristjanlink

All manner of online tools to check string length / amount of characters.

I coded my own bash script which is crazy simple and I never have to leave the command line again!

kristjanlink.github.io/linkblog/si...

Collapse
 
joelbonetr profile image
JoelBonetR 🥇

I stopped using bootstrap and jquery in favor of custom css grid layout mini framework and vanilla js.
Also planning to try postgre instead mysql, I definitely keep Chrome as main browser.
I'm switching from jetbrains to VS Code too, jetbrains are better tbh but heavier too which makes some processes slower so I'm cutting down some heavy apps. The plugin for adding jetbrains key mappings helped a lot too 😆

Collapse
 
pengeszikra profile image
Peter Vivo • Edited
  1. OOP > functional programming
  2. turbo pascal > flash > js > js ES++ / react
  3. function call |> pipeline operator
  4. python > rust
  5. notepad ++ > jetbrains > VSC
  6. photoshop > krita
  7. plasticine > blender
  8. videoton TV computer > window desktop > MacBookPro 13
  9. switch language short key > touch bar
  10. rebol > linux console > iterm2
Collapse
 
akositey profile image
Chester Martinez

Windows > MacOS (can also be Linux but I found OSx is much stable than most distros)
not worth the stress when PC become slow and it eventually will! Can't turn off Windows Updates since 10 came out. Not a gamer so no real benefit for me there. Windows is just so "messy" and slow.

Collapse
 
djnitehawk profile image
Dĵ ΝιΓΞΗΛψΚ

ummm... I don't think anybody has ever gone back to php from c#. the .net ecosystem offers too much convenience, performance and features to let go of. linq, strong typing, kestral, compiled binaries, nuget, visual studio, and a whole bunch of c# language features are really difficult to live without. even the php syntax just feels wrong now to me after using c# over the years. btw I have totally ditched mvc even on .net and I use servicestack for making web apis. there's no way I can let that go either. but I will have a look at laravel just for fun when I get a chance. 🙏🙏🙏

Collapse
 
natelindev profile image
Nathaniel

javascript -> typescript
jquery -> vanilla js
bootstrap -> css in js

Collapse
 
bias profile image
Tobias Nickel

backbone.js
it has some good ideas, like how it organizes view components. I used such structure even without backbine in some app. but the models are useless and having every data object trigger events pretty much lead to spagetty code. the routervlooks powerfull and usefull but alternatives like page.js are a much better fit for growing projects. not to mentions routers, integrated to our todays frameworks.

Sometimes i wonder if some piece of widely adopted tech, is actually holding our industry back.

Collapse
 
warmuuh profile image
Peter

Postman > Milkman
I started developing my own alternative to postman and finally have the perfect tool for all my Api development needs

Collapse
 
cfvescovo profile image
Carlo Federico Vescovo

Java (for Android) -> Dart + Flutter

Collapse
 
adam_cyclones profile image
Adam Crockett 🌀

Adobe Experience Manager!

Collapse
 
paraspl01t profile image
Tushar Tyagi

I started web development 6 years ago back when I was learning PHP.
Since then I've ditched many tools and technologies for better alternatives. Some of them I can remember are:

  1. notepad++ > brackets > atom > VSCode
    Left npp when I came to know about brackets. but brackets too couldn't keep up with rise of atom. atom is too buggy and slow nowadays so VSCode for life.

  2. Xampp on windows > NGINX, PHP, MySql setup on local Ubuntu server
    Best decision of my life.

  3. Bootstrap > Materialize > Own CSS reset and utility file.
    CSS libraries are bloat.

  4. jQuery > vanilla JS
    youmightnotneedjquery.com/

  5. Windows 7 > Windows 10 > Ubuntu > Manjaro
    F**k Windows! Seriously.

  6. PHP > Node.js
    PHP is just over complicated.

  7. MySql > MongoDB
    MongoDB is a NoSQL database that stores data as JSON-like documents. This works really well with Node.js

  8. Wordpress > Custom CMS / any static site generator.
    Wordpress is just too heavy and overkill for most cases and I don't like PHP anyways.

  9. Google Drive > GItHub
    No explainition needed

  10. bash > zsh
    like bash, zsh is a also a UNIX shell but offers more customization/theming options and git integration.

  11. Shitty laptop > somewhat OK desktop.

  12. Hotel > Trivago

Collapse
 
cescquintero profile image
Francisco Quintero 🇨🇴

Stopped using Google Chrome and now use Brave instead.

Collapse
 
richytong profile image
Richard Tong • Edited

Macbook Air -> Thinkpad x220
macOS -> Arch
sublime -> vim