Skip to content

Instantly share code, notes, and snippets.

View Ammar-64's full-sized avatar

Ammar Sammour Ammar-64

View GitHub Profile
FAQ’s for Displaced talent hub:
### Visa requirements
*** What documents are needed for the skilled worker visa?
All documents must be translated into English.

Join Re:Coded as a mentor and shape the future of tech talents

Guide, empower, and share your industry expertise to bridge the gap and foster inclusivity in the tech ecosystem.

As a mentor, you will help develop tech talent, promote diversity in the tech industry, give back to the community, and gain valuable learning opportunities.

Apply now! https://bit.ly/3smmORU

Help us spread the word by sharing this post and tagging professionals who might be interested. Together, let's make a difference!

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.

Cloud Computing discussion

  • What are some use cases of cloud computing?
  • Mention some of the advantages of cloud computing.
  • What are the most popular cloud providers?
  • What are cloud functions? mention at least 2 use cases.
  • What are CI and CD? and how are they helpful
  • What is serverless architecture?
  • What is Kubernetes?
@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?
@Ammar-64
Ammar-64 / e-commerce.md
Last active October 13, 2020 15:59
e-commerce project (istanbul bootcamp 3)

e-commerce project

During the course of the coming weeks, we'll be building the new better Amazon, it’s better because you’ll build it

Requirement:

  • Products page that displays a list/grid of products
  • Single product page that displays the details of a single product
  • Cart component wherre the user can add items in order to check them out later (using context API to move the state of the items to the cart)
  • Implementation of react-router to navigate between pages
  • Authentication where a specific user can sign in/up and see his products in the cart
  • The data should be coming from firebase and changes there when an item has been checked out.