https://github.com/FriendsOfPHP/Goutte
https://chrome.google.com/webstore/detail/refined-bitbucket/afppminkfnfngihdocacbgeajbbdklkf
https://www.npmjs.com/package/drakov
https://blog.martinhujer.cz/17-tips-for-using-composer-efficiently/
https://getcomposer.org/doc/articles/autoloader-optimization.md
https://github.com/appstract/laravel-opcache https://medium.com/appstract/make-your-laravel-app-fly-with-php-opcache-9948db2a5f93
Understanding Nginx Server and Location Block Selection Algorithms https://www.digitalocean.com/community/tutorials/understanding-nginx-server-and-location-block-selection-algorithms
https://github.com/tj/n
http://www.hecticgeek.com/2012/11/stress-test-your-ubuntu-computer-with-stress/
http://dag.wiee.rs/home-made/dstat/
https://www.expeditedssl.com/aws-in-plain-english
https://github.com/open-guides/og-aws
http://databaserefactoring.com
sudo apt-get install unattended-upgrades apt-listchanges
sudo dpkg-reconfigure -plow unattended-upgrades
/etc/apt/apt.conf.d/20auto-upgrades
APT::Periodic::Update-Package-Lists "1";
APT::Periodic::Download-Upgradeable-Packages "1";
APT::Periodic::Unattended-Upgrade "1";
APT::Periodic::AutocleanInterval "7";
If auto reboot on a day by day basis is acceptable, then uncomment the following lines and update appropriately.
/etc/apt/apt.conf.d/50unattended-upgrades
Unattended-Upgrade::Automatic-Reboot "true";
Unattended-Upgrade::Automatic-Reboot-Time "01:00";
If it isn't, then instead create a cron job to reboot as often as you'd like updates installed. In this case, we'd recommend once a week (http://www.cronmaker.com/)
#launch cron manager for root
sudo crontab -e
#install a reboot to run once a week on Sunday at 1am.
0 1 * * 0 /sbin/reboot -h
Linux commands mindmap https://xmind.app/m/WwtB/
https://monodraw.helftone.com/
┌─────────────────────────┐
│Sources: Statsd, Collectd│
│ etc. │
└─────────────────────────┘
│
▼
┌ ─ ─ ─ ─ ─ ─ ─ ─ ─ ─ ─ ─ ─ ─ ─ ─ ─ ─ ─ ─ ─ ─ ─ ─ ─ ─ ─ ─ ─ ─ ─
AWS ELB │
└ ─ ─ ─ ─ ─ ─ ─ ─ ─ ─ ─ ─ ─ ─ ─ ─ ─ ─ ─ ─ ─ ─ ─ ─ ─ ─ ─ ─ ─ ─ ─
│
┌───────────────────┴───────────────────┐
▼ ▼
┌───────────────────────┐ ┌───────────────────────┐
│ │ │ │
│ Polymur A │ │ Polymur B │
│ │ │ │
└───────────────────────┘ └───────────────────────┘
│ │
├───────────────────────────────────────┤
▼ ▼
┌───────────────────────┐ ┌───────────────────────┐
│ │ │ │
│ Graphite A │◀─────────────▶│ Graphite B │
│ │ │ │
└───────────────────────┘ └───────────────────────┘
▲ ▲
└───────────────────┬───────────────────┘
│
┌ ─ ─ ─ ─ ─ ─ ─ ─ ─ ─ ─ ─ ─ ─ ─ ─ ─ ─ ─ ─ ─ ─ ─ ─ ─ ─ ─ ─ ─ ─ ─
AWS ELB │
└ ─ ─ ─ ─ ─ ─ ─ ─ ─ ─ ─ ─ ─ ─ ─ ─ ─ ─ ─ ─ ─ ─ ─ ─ ─ ─ ─ ─ ─ ─ ─
▲
│
┌───────────────────────────────┐
│ │
│ Grafana │
│ │
└───────────────────────────────┘
https://chmln.github.io/flatpickr/
- Loading analytics.js
- Tracking custom data
- Error tracking
- Performance tracking
- Using autotrack plugins
- Testing your implementation
- Filtering out local/spam data
- Reporting and visualizing your data https://philipwalton.com/articles/the-google-analytics-setup-i-use-on-every-site-i-build/
Lens is a kubernetes IDE made by Kontena, Inc. It's an open-source application that runs on macOS, Linux, and Windows
Ever since I've discovered Lens I've been using it religiously, so far I'm around 6 months into using the tool and the experience has been phenomenal
There are 2 available themes for Lens:
- Light theme
- Dark theme
Personally I like the dark theme, it kinda reminds me of discord, the user experience is great and self-explanatory
Lens has multi-cluster support which is super useful, allegedly you can run hundreds of clusters at the same time which is a great feature and saves time from switching in abetween context
At a quick glance you have all the resources available at the left hand bar, from pods to deployments, from configmaps to service.
You'd even get a list of custom resources available to choose from.
Going into the pod section, Lens allows you to view logs of the containers and attach to it, if you have a lot of pods in the cluster you can filter by namespace and search on keywords
You'd also be able to edit resources on the fly, which is really useful if you're quickly updating a change esp for quick testing purposes.
With the CRD section if you're running istio on your cluster you'd be able to Edit your virtualservices entry too
Overall I really like this tool and it has greatly boosted my efficiency while working with kubernetes clusters.
http://jlongster.com/How-I-Became-Better-Programmer
https://github.com/Developer-Y/cs-video-courses
https://github.com/sindresorhus/pageres-cli
OKRs and performance management app https://7geese.com/