Web Dev Resources
Last updated
Last updated
- check DNS propogation
- online dig command
Check SSL:
From web UI:
Using nmap: nmap — script ssl-enum-ciphers -p 443 www.your-site.com
Using openssl: openssl s_client -connect www.your-site.com:443 -tls1 < /dev/null
Chrome DevTools LightHouse
Sequence Diagram
- Performance, TTFB (time to first byte) and First Contentful Paint
view traffic in dev tool like panel by using proxy:
site:
gem:
screen size and view ports for different devices:
favicon:
App icon generator (iOS and Android):
Draw in ASCII:
ASCII to hand drawn diagram:
Swimlane (text driven):
PlantUML (can do more than just sequence diagram):