Skip to content

Latest commit

 

History

History
40 lines (25 loc) · 2.46 KB

File metadata and controls

40 lines (25 loc) · 2.46 KB

100 Days of Coding

William Ponton

This page acts as a repository for any resources, interesting articles, videos, or other links that I use or find intersting during the challenge. I will reference the day related to the resource.

Markdown Emojis

Github

Day 0

This video refreshed my memory on how to clone a Github project using Anaconda prompt.

Day 2

Will R Chase's site is a huge inspiration for my personal portfolio site. I love Will's site because it shows a lot of personality and has some really impressive visualizations.

Angela Baltes my friend from a Python bootcamp also has a killer site that I was inspired by. I love simplicity and professionalism of her site.

Day 3

This article is a start to solving my problem of pushing a local project to a new Git repo from VS.

This Git Cheat Sheet is a nifty cheat sheet for Git commands.

Ultimate Git cheat sheet right here. I stumbled on this one and I think this will solve all my problems.

Day 5

I finally solved my Github upstream problem using this article I found after googling the error in my VS compiler. Eureka!

Day 10

Found a really cool SVG generator site that creates the css code for complex backgrounds. Really cool! Check it out - SVG Backgrounds

Day 20

I was researching some ways to have multiple sized images responsive to different screen views and came upon this article about srcset and sizes attributes. Check it out - Responsive images

Day 21

More research on responsive image grids and I found a few other great tutorials from W3 School. How To - Image Grid as well as CSS Image SPrites.

Day 41

Matplotlib resources I have been using to update the notebook in the DS Playbook project. Check out the documentation here.