Markdown Converter
Agent skill for markdown-converter
Write four learning objectives with a formal voice in an applying and understanding verb using the following format: `The students should be able to`
Sign in to like and favorite skills
Write four learning objectives with a formal voice in an applying and understanding verb using the following format:
The students should be able to
Here are some learning objectives examples [
Write a short intro in a friendly tone about the topics to be discussed in this lesson. Do not use subsections or bullets.
Start writing in a tutorial/blog approach with a friendly tone about the following topic [Authentication fundamentals] with sub-topics [
When you finish creating all the content. Write a short conclusion in a friendly tone about the topics we have discussed in this lesson. Do not use subsections or bullets.
Based on these topics and subtopics [ 1. State management hooks 1.1 useState hook 1.2 useState future value hook 1.3 useState type assertion
2. Reducers 2.1 Reducer functions 2.2 useReducer hook 3. Context 3.1 Create Context 3.2 Provide Context 3.3 Consume Context 4. CallBacks 4.1 Passing callbacks as props 4.2 using CallBacks as event handlers
] give me 2 coding exercises with the following structure: [ Objective Problem statement Instructions Hints Complete code solution ]
Write a 20 question quiz using multiple-choice, matching types of questions, and others. Also, present the answer to each question and the type of question. Use a format like
[##Multiple Choice (7 multiple choice questions here)
What is the first step in requirements engineering? a) Designing the user interface b) Writing code c) Gathering and defining the needs and constraints of a software system d) Testing the software system
Correct Answer: c) Gathering and defining the needs and constraints of a software system
##Matching Question
Match the following functional requirements with their corresponding descriptions:
A. User registration B. Product catalog C. Shopping cart D. Secure payment processing
Correct Answers: A - 1 B - 2 C - 3 D - 4 ] based on these topics [ Creating Flask-socketIO server in Python Handling WebSocket Connections Sending and receiving data over websockets Creating React Client with SocketIO Connecting to a WebSocket server using SocketIO Sending and receiving data with SocketIO in React ]
all these applied to react with typescript give me 1 coding exercises with the following structure: [ Objective Problem statement Instructions Hints Complete code solution ]
True or False: In Auth0, the Auth0 provider is not necessary for user authentication in a React application.
Correct Answer: False
Type Safety: No implementation of type safety.
Ensure Component’s Prop Type Safety: Components lack prop type safety.
Ensure Correct Interface Creation for Tasks: Absence of interfaces or incorrect interface creation.
Utilize Typed Hooks, Reducers, Context, and Callback Functions: Lack of typed implementation for hooks, reducers, context, and callback functions.
based on these topics and subtopics [ Setting up GraphQL in a React environment Apollo Client URQL Apollo Provider Defining GraphQL queries using URQL useQuery Hook from Apollo QueryParams and consumption using useQuery hook ]
give me an exercise for graphql mutations queries using this api: https://graphqlzero.almansi.me/api in a format like the following [ ## Exercise 1: Consuming data from Rick and Morty API
Objective:
Problem Statement:
You are tasked with consuming the Rick and Morty GraphQL API. Use the API documentation to elaborate different queries to get the data you need for your web application.
Instructions:
Hints:
comand + bar-space or control-space to autocompletequerycreate a function that stores all the messages sent by each user, in localstorage, then display a list of all the messages grouped by usernames
Create a new page for showing the history of messages sent by each user, add filtering