The tools used in development can be important time savers and overall experience improvements. This is why they get their own page on the website. I recommend you check out the ones below, as many of them ease my life every day.
Awesome packs
This page contains links to interesting awesome packs
available out there. At the moment they are just collected, but in the future I might filter interesting software and put it in a special category. But without more introduction, here they are:
- vuejs/awesome-vue
- lorabv/awesome-agile
- kahun/awesome-sysadmin
- Kickball/awesome-selfhosted
- joho/awesome-code-review
- styfle/awesome-online-ide
- ramitsurana/awesome-kubernetes
- bradtraversy/design-resources-for-developers
Sites and tools
- tiny-helpers.dev A collection of web tools used in development
- nodesign.dev Help for people who want their ideas into prototypes as soon as possible
- awesomejs.dev A nice helper for picking proper tools for your project
- regex101.com Online regex tester and debugger for easy development
- photopea.com Online image editing in a Photoshop like application
Installed tools
These are some of the tools that I installed locally and use every day. Some of these tools are operating system specific (e.g. they can be found only for Linux or OS X), though.
- Visual Studio Code
- Postman
- Gource
- Anydesk
- SourceTree
- SQLite browser
- ohmyzsh
- sequelpro
- slate
- ConEmu
- HeidiSQL
- putty
- WinSCP
- Notepad++
- TortoiseGit
Articles on tools
The following articles are about programs, packages and methods of completing tasks.
Fanny – monitor your CPU temperature on macOS
Recently, because of the fan activity/noise, I have been tempted to try some monitoring tool….
Edit files directly on the server
I have recently taken more interest into Ubuntu. Though Docker appears to be really useful,…
npm istambul
Istanbul instruments your ES5 and ES2015+ JavaScript code with line counters, so that you can…
Slate – Window positions, docking stations and macOS
State is a tool helping your Macbook remember the position of windows when plugging and…
npm whatwg-fetch
The fetch() function is a Promise-based mechanism for programatically making web requests in the browser….
Aurelia.io – the javascript framework that competes with Angular2
With its strong focus on developer experience, Aurelia can enable you to not only create…