Skip to content

Instantly share code, notes, and snippets.

View Davidosky007's full-sized avatar
🎯
Available for Hire

David Bassey Davidosky007

🎯
Available for Hire
View GitHub Profile
@Davidosky007
Davidosky007 / gist:ee30f126d3a8473e0ffb9502b15656ee
Created July 7, 2021 00:19
Information for Code reviewers
This is the link to my vidoe presentations
https://www.loom.com/share/8fa537788d6b41839e97b083469c8599
https://www.loom.com/share/ea2241eeb9d3456da37ee7429bb6a995
And also about the filter component you are to select all input fields to get the desired list of pets
@Davidosky007
Davidosky007 / WEBSITE_AUTH.md
Created December 17, 2020 18:48 — forked from mdang/WEBSITE_AUTH.md
Lesson: Website Auth

Website Auth

Learning Objectives (Cookies + Sessions):

  • Describe how HTTP cookies work
  • List common uses and limitations of cookies
  • Explain why the statelessness of HTTP necessitates sessions & cookies
  • Describe how sessions work
  • Describe where a session exists in a client/server interaction
  • Demonstrate how cookies are sent back and forth between client and server
@Davidosky007
Davidosky007 / CLI_COMMANDS.md
Created December 17, 2020 18:46 — forked from mdang/CLI_COMMANDS.md
CLI Commands

Commands

pwd

cd

  • Discuss absolute and relative links
  • Use directory shortcuts '.', '..', '~' to navigate the filesystem
  • Use tab completion for navigating faster
  • Use CTRL + a to move to the beginning of the line
@Davidosky007
Davidosky007 / RAILS_CHEATSHEET.md
Created December 17, 2020 18:43 — forked from mdang/RAILS_CHEATSHEET.md
Ruby on Rails Cheatsheet

Ruby on Rails Cheatsheet

Architecture

Create a new application

Install the Rails gem if you haven't done so before