Skip to content

Instantly share code, notes, and snippets.

View Ammar-64's full-sized avatar

Ammar Sammour Ammar-64

View GitHub Profile

Discussion about Cron and Websockets:

  1. What is a cron job?
  2. Is it possible to specify a time zone when scheduling a task with cron?
  3. What happens if a cron job takes longer than expected to complete its execution? Will another instance start running while the first one is still executing?
  4. What is a websocket?
  5. What is the advantage of using WebSockets over traditional HTTP requests?
  6. What is Socket.IO?
  7. What do we mean by websocket handshake?
  8. What is redis?
  9. What is the purpose of using redis?

Showcase your solid knowledge of HTML and CSS creating a webpage for a restaurant.

VISUAL REQUIREMENTS:

  • Landing page.
  • Should include the navbar and the footer.
  • Menu Page that include meals with name, price, description and image.
  • Meet our chefs section that has a list of chefs.
  • Utilize forms to a usage of your choice such as reservation/booking or feedback form.
  • Contact details section including phone number, email, and address.
@Ammar-64
Ammar-64 / weeklyplans.md
Created April 6, 2021 11:56 — forked from halitbatur/weeklyplans.md
IST Bootcamp Planning
@Ammar-64
Ammar-64 / gist:5d3d23b123ababd0980adfbebf4ef9b8
Last active September 23, 2020 17:03 — forked from louisrli/gist:c136857f6d6ca7d26df868a985bd86bc
Discussion questions on React.useEffect()
1. When does a React component re-render?
2. How can you replicate componentWillUnmount using useEffect ?
3. How can you replicate componentDidUpdate using useEffect ?
4. What does the React.useMemo hook do?