Shecodes related coding questions - SheCodes Athena - AI | SheCodes

Shecodes related coding questions

👩‍💻 Technical question

HI, will the classes be online

🤖 SheCodes Athena says:

Answered in 0.56 seconds

Yes, the SheCodes classes are conducted online. Students can access the course materials and participate in the classes from anywhere with an internet connection.

👩‍💻 zoom or youtube

🤖 SheCodes Athena says:

Answered in 0.72 seconds

SheCodes classes are conducted on the live video conferencing platform Zoom. Students will join the classes through Zoom and have the opportunity to interact with the instructor and other participants in real-time.

👩‍💻 Technical question

How to upload images to shecodes

🤖 SheCodes Athena says:

Answered in 2.05 seconds

SheCodes offers a cloud-based coding platform that doesn't support uploading images directly. However, if you are working on a specific project that requires images, you can host your images on a free image hosting website like Imgur or Cloudinary and include the image URLs directly in your code.

For example, if you are working on a website project using HTML and want to add an image, you can use the HTML <img> tag and set the src attribute to the URL of your hosted image. Here's an example:

html
Copy code
<img src="https://i.imgur.com/your-image.png" alt="Description of your image">

Make sure to use the direct URL of the image and not the URL of the webpage where it is hosted. This approach works for most programming languages and is a common practice in web development.

👩‍💻 Technical question

Do I get a certificate for doing the free basic coding course

🤖 SheCodes Athena says:

Answered in 2.7 seconds

Yes, upon completing the SheCodes Basics workshop, you will receive a certificate of completion.

👩‍💻 Technical question

Asked 2 years ago in HTML by Jennifer

what is <a>

🤖 SheCodes Athena says:

Answered in 2.4 seconds

<a> is an HTML tag that is used to create a hyperlink to a different web page or a specific location within the same web page. It stands for "anchor" and is used with the href attribute to specify the URL or the location to which the link points. Here is an example of the <a> tag with an href attribute that links to the SheCodes website:

html
Copy code
<a href="https://www.shecodes.io">Go to SheCodes</a>

When the user clicks on the link, it will take them to the SheCodes website.

👩‍💻 HTML, CSS and JavaScript Code instructions

Asked 2 years ago in HTML by Celeste

A link to shecodes

🤖 SheCodes Athena says:

Answered in 2.85 seconds

HTML:

html
Copy code
<a href="https://www.shecodes.io/">SheCodes</a>

CSS:

css
Copy code
/* No CSS necessary */

JavaScript:

javascript
Copy code
/* No JavaScript necessary */

👩‍💻 Technical question

what programming languages does shecodes use

🤖 SheCodes Athena says:

Answered in 2.45 seconds

SheCodes uses a variety of programming languages in the different courses they offer on their platform. The main language they use across all courses is JavaScript, however they also introduce HTML and CSS during the introductory courses. For more information visit https://www.shecodes.io/courses.

👩‍💻 Technical question

My background image won't show up and I keep getting this error. Failed to load resource: the server responded with a status of 404 (Not Found). How can I fix it ?

🤖 SheCodes Athena says:

Answered in 23.08 seconds

There are a few possible reasons why this issue may be happening. First, make sure that the file is in the same folder as the HTML. If the file is in another folder, you will need to provide the relative path from your HTML file to the image. Make sure that the file type is supported by the browser (e.g. supported types include PNG, JPEG, and GIF). Additionally, check if the filename is spelled correctly and its case-sensitivity is correct. Finally, try adding a '/' at the beginning of the src path.

For example, if your HTML and image files are in the same directory, you can use this code:

html
Copy code
<img src="yourImage.png" />

If the image file is in another directory, you can include the relative path instead:

html
Copy code
<img src="/images/yourImage.png" />

If you are still having issues, please reach out to the SheCodes team here: https://www.shecodes.io/contact.

🤔 Frequently Asked Questions

If you have any other questions, you can easily reach out to us here

AI stands for Artificial Intelligence. AI bots are able to learn from conversations with users and expand their knowledge this way.

SheCodes Athena will help you with technical questions about your code using artificial intelligence to find the answer. Imagine a super powerful human who has memorized everything on the internet and can access that knowledge in a matter of seconds. 🤯

SheCodes Athena can answer most coding-related questions, even complicated ones! It can even find bugs in your code and tell you how to fix them in just a few seconds. Impressive, right?

Just remember we're still in testing mode so the AI may return strange or incorrect replies. Feel free to message us if this happens!

SheCodes Athena can only reply to coding-related technical questions. The same type of questions you would ask in the channels on Slack.

For questions that are not coding-related, write us here 😃

You should treat Athena like a SheCodes team member, so always be polite! 😊 Ask your questions as detailed as possible, just like you would do on Slack.

Here are some examples:

- Prettier isn't working on my VS Code. How do I fix this?

- How do I make bullet points with different colors using the list element?

- My code in Codesandbox is having some issues. Can you please tell me what the issue is? [Include the link to your Codesandbox]

For now, SheCodes Athena is limited to 5 questions per day for each student.

In that case, you can either ask SheCodes Athena a follow-up question, or you can post on the designated weekly channel on Slack!

Our technical assistants are still available on Slack and are always happy to help! 😍💪

Remember, questions are limited to 1000 characters.

- If you're working with an HTML file: Post a snippet of your code related to the issue you're having (just copy the code and paste it into the question box).

- If you're working with Codesandbox: Good news, you can just post the link to your Codesandbox and the AI Assistant will be able to view your code.

- If you have a longer question that would require an entire HTML file or more than 1000 characters, post it in the designated weekly channels on Slack! 😃

Athena was the Greek goddess of wisdom, among other elements. She received her name from the city of Athens, which she is known for protecting.

Much like the goddess Athena, SheCodes Athena is also incredibly wise and can solve complicated coding puzzles in a matter of seconds! 😍

Not likely. AI can automate tasks and make developers' jobs more efficient but it can't fully replace the human ability to deal with complex software. And AI will still require human developers to supervise and improve it further.

So developers may see their tasks change but they won't be replaced by AI. 👩‍💻🤝💻