DEV Community

Discussion on: What apps do you use for development?

Collapse
 
timotej_avsec profile image
Timotej Avsec

Hey! So I'm a full-stack web developer who mainly uses Laravel and Vue.js. As and IDE I use PhpStorm by JetBrains and I love it! It supports so many things out of the box (I use time tracking and database explorer almost all the time). For local server I use Homestead, which is basically Vagrant Ubuntu box which includes services necessary for Laravel development (Nginx server, multiple versions of PHP, MySql, Redis, ...), and it is also very easy to setup. Now for other tools I use: our team uses Jira on daily basis to track tasks and Jira Tempo to log our working hours. My OS is Windows 10 :)