I've been interested foreign languages for as long as I can remember. One summer, I took an Arabic course at the city community college. Our professor, a dynamic and young native speaker from Morocco, shared her perspective of what it meant to greet a person in the person's native language. She called it a bridge and a way to build a positive connection. This resonated.
Bug Fix 1 - Build Fail, Broken Link
Where to Get Test Eth for Dev Testing
https://faucets.chain.link/rinkeby
Polygon/MATIC https://matic.supply/ // Returned "Network error" on 5-26-22
How to Install Metamask
Embedding Youtube Video in React
- Make a component to hold the Youtube Iframe Embed Code
Front Matter - Blogging like a hacker
Markdown documents have metadata at the top called Front Matter.
Creating a Community Newsletter/App for the Realworld with the Metaverse
[SUCCESS] Created community-meta-app.
[INFO] Inside that directory, you can run several commands:
`npm start`
Starts the development server.
`npm run build`
Bundles your website into static files for production.
`npm run serve`
Serves the built website locally.
`npm deploy`
Publishes the website to GitHub pages.
We recommend that you begin by typing:
`cd community-meta-app`
`npm start`
Happy building awesome websites!
Happy Mothers Day!
Look at that, I am my mother's first grown woman!
Feel free to play around I promise to be courageous, kind, productive and true to myself. Also, I have the right to edit this post as much as I like.
Welcome
Docusaurus blogging features are powered by the blog plugin.
Simply add Markdown files (or folders) to the blog
directory.
Regular blog authors can be added to authors.yml
.
The blog post date can be extracted from filenames, such as:
2019-05-30-welcome.md
2019-05-30-welcome/index.md
A blog post folder can be convenient to co-locate blog post images:
The blog supports tags as well!
And if you don't want a blog: just delete this directory, and use blog: false
in your Docusaurus config.
MDX Blog Post
Blog posts support Docusaurus Markdown features, such as MDX.
tip
Use the power of React to create interactive blog posts.
<button onClick={() => alert('button clicked!')}>Click me!</button>