For further actions, you may consider blocking this person and/or reporting abuse
For further actions, you may consider blocking this person and/or reporting abuse
Jimmy McBride -
Beau Coburn -
Ben Halpern -
Ben Halpern -
Once suspended, aravindballa will not be able to comment or publish posts until their suspension is removed.
Once unsuspended, aravindballa will be able to comment and publish posts again.
Once unpublished, all posts by aravindballa will become hidden and only accessible to themselves.
If aravindballa is not suspended, they can still re-publish their posts from their dashboard.
Once unpublished, this post will become invisible to the public and only accessible to Aravind Balla.
They can still re-publish the post if they are not suspended.
Thanks for keeping DEV Community safe. Here is what you can do to flag aravindballa:
Unflagging aravindballa will restore default visibility to their posts.
Top comments (27)
After years of experimentation, my development stack has mostly settled out.
Environment:
Editors and IDEs:
Coding Tools:
Other Tools:
Atom as an editor (sometimes even emacs) and vagrant (with VirtualBox) for the environment.
JetBrains IDEs for code and vagrant for environment
I just switched to Emacs from SublimeText and I'm really loving it. I don't spend my whole day deep in code, so a full-blown IDE isn't something I need, but the built-in shell and git integration (via magit) are amazing.
Also, I highly recommend Fish Shell
The best pro-tip I've ever received is to set my font size in all my applications to be relatively large (14pt+). This decreases eye strain and has had the biggest impact on making my day more enjoyable.
Here is mine.
Why Firefox otherwise?
I wanted to try the new rendering engine and it looks like its faster!
If you like Firefox engine, you have firefox developer edition for development purposes too :)
Recently tried this out.
Here it is:
Strange but extremely helpful:
Mac's text-to speech feature! - When writing the best advice is to read your content out loud. I can't be bothered, so I use the text-to-speech feature and I manage to get all the spellings but also, if I can be bothered, I'm able to make what I write sound more like me!
Here are the tools I use:
Editors: VS Code, Atom, LightTable, Emacs(amateur though)
IDEs: CodeBlocks, JetBrains
Browser: Chrome(mostly), Quantum Firefox for a change
Terminals: Git Bash, Powershell,Cmder, Ubuntu Bash (too many)
Note taking: Typora, Sticky Notes
Chat apps during dev: Slack, Gitter
Resources & Bookmarks: Airtable,Chrome
Hosting code: Github, Bitbucket
Blog: Medium
Project Plan: Asana, Trello
Prototyping: JustInMind, Pencil & Paper
My toolchain is as follows:
I don't really use graphical IDEs because they tend to be resource-heavy on my underpowered machines, and I like my dev environment as portable as can possibly be. My routine whenever I connect to a new box is to run a shell script that installs the tools I use and configures the shell just the way I like :)
Editor: emacs
Version Control: git/GitHub
GitClient: magit(emacs)
OS: macOS(office), Arch Linux(home)
Language: Go, Python
Shell: zsh
Terminal: iTerm2
CI: Travis CI
Other:
vscode - take time and setup your debugging environments depending on what app you working on. The debugging features have saved me tons of time. There is a bit of a learning curve but worth it.
iTerm - always open
Insomnia - for API requests
nvm - switching between node envs
Pomy - personal pomodoro time keeper, I like working in 25 minutes increments and breaking my tasks up that way. Then 5 minutes of whatever to think about something else for a bit then back to it. Goal is 4 - 8 Poms each day which is ~2 - 4 hours of solid coding which yields more than you might think.
Brave - browsing and reading for breaks in between poms
Chrome + Devtools - majority work and some browsing
SimpleNote - quick notes, pseudocode, articles to read later
Pretty much all of these are open all the time. Also when I am working I mute my notifications as they get pretty distracting and annoying.
I use Cloud9 for a couple of years now and I am very happy with it! It offers a cloud IDE where you can create multiple workspaces. They have templates for workspace setups like Django app, NodeJS, Angular, Python and more but what you get in the end is a container with an ubuntu system that you can configure how you need it. With it the IDE of course!
Recently Amazon teamed up with them and now there are different pricing models and it uses AWS now. I still enjoy the "old" control panel and contracts but the new ones look promising also!
Sublime Text all the way! Been using it for 4 years now.
Debian, Arch/Manjaro or OBSD. Termux under Android.
vim for editing. strace and gdb for low level debugging.
tmux or XFCE, usually.
picoLisp for general programming, sh/bash/dash for general scripting environment.
tcl and pdflatex for fun and fud.
Tools like socat, nmap, tcpdump, sqlmap, gforth, swipl, NightCode.
Sublime Text & Cloud 9 have been a joy to work with! Definitely makes things easier. Also honorable mention would be Eclipse!
Sublime as my Text Editor and Linux as my Enviroment