Skip to content

Commit 195e758

Browse files
Add Tools section
1 parent 452add0 commit 195e758

File tree

2 files changed

+42
-0
lines changed

2 files changed

+42
-0
lines changed

README.md

+1
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,7 @@ My Personal notes and bookmarks regarding Work, Drupal, Project management and m
4949
- [Project Management](pm.md) (Project estimation, hr, brief, work streams etc)
5050
- [Public speech](public-speech.md)
5151
- [RSS feeds](rss.md)
52+
- [Tools](tools.md)
5253
- [UI Design](design/ui) (tips for UI design)
5354

5455
## Similar

tools.md

+41
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,41 @@
1+
# Tools
2+
3+
Some tools I use for several development or sysadmin tasks.
4+
5+
## Apache/Nginx
6+
7+
- https://htaccess.madewithlove.com
8+
- https://www.digitalocean.com/community/tools/nginx
9+
- https://csp-evaluator.withgoogle.com
10+
- https://observatory.mozilla.org
11+
- https://securityheaders.com
12+
13+
## API testing
14+
15+
- https://www.postman.com
16+
17+
## Cron jobs
18+
19+
- https://crontab.guru
20+
- https://crontab-generator.org
21+
- https://devtoolcafe.com/tools/cron
22+
23+
## Website details
24+
25+
- https://builtwith.com
26+
- https://whois.domaintools.com
27+
28+
## Performance test
29+
30+
- https://pagespeed.web.dev
31+
- https://yellowlab.tools
32+
- https://tools.pingdom.com
33+
34+
## Tunneling
35+
36+
Order of tools is of my preference.
37+
38+
- https://ngrok.com
39+
- https://github.com/cloudflare/cloudflared
40+
- https://github.com/ekzhang/bore
41+
- https://github.com/robbie-cahill/tunnelmole-client

0 commit comments

Comments
 (0)