Good read–Microservices patterns
The Twelve-Factor App
The 12-factor App is a methodology for building SaaS apps – https://12factor.net/
Few useful slides from today’s “AWS Data, Databases & Analytics online series” Day-2 opening session
A useful slide from today’s “AWS Data, Databases & Analytics online series” opening session.
Bookmark: Netflix fast.com Architecture
fast.com is an internet bandwidth speed test service from Netflix. Read its implementation architecture in their tech blog.
Bash script to backup using lftp
Can use below script to gzip a folder, and upload to a FTP site. We can use a cron task to schedule it.
#!/bin/bash
Fn=myvps-backup-$(date +%Y%m%d).tar.gz
tar cf - websites | gzip -9 - > $Fn lftp -u user@name,password myhostname.com << EOF
set ssl:check-hostname no
set ssl:verify-certificate false
cd /public_ftp
put $Fn
bye
EOF
Free Online Learning Due to Coronavirus – Free courses and resources
A good big list of free training courses and other resources – https://www.classcentral.com/report/free-online-learning-coronavirus/
AWS Whitepaper: Developing and Deploying .NET Applications on AWS
Here is a good read – https://d1.awsstatic.com/whitepapers/develop_deploy_dot_net_apps_on_aws.pdf
Free – Data Science and Cognitive Computing Courses
Free and Earn Badges