Pete Codes
Building www.nocsdegree.com in public
Share No CS Degree on Hacker News
Launch www.nocsdegree.com
Stop pages opening in new tabs
remove weird margins around links
fixed footer probs in ghost by using !important, PRAISE THE LORD
Add mailchimp landing page for subscriptions
add Mailchimp subscription landing page button to Facebook
Fix sign-up and email confirmation pages so ppl don't forget to check spam or promotions folder
Changer header for twitter pic away from stock image
fix subscribe button text colour
add Buy Me A Coffee link to newsletter
change format of links in mailchimp
ask for feedback for newsletter
practise for and while loops in python
test automated welcome email
Learn for loops and while loops in Python
Edit Stepth Smith article
Send questions to Adriaan of Simple Analytics
Send questions to Adriaan of Simple Analytics
Learned Python if statement: age = 34 retirementAge = 67 if retirementAge > age: print("you cannot retire!")