Skip to content

Commit

Permalink
update spelling and add twitch
Browse files Browse the repository at this point in the history
  • Loading branch information
CrackTheCode016 committed Nov 4, 2023
1 parent 7b3821d commit 0a77b38
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 18 deletions.
31 changes: 13 additions & 18 deletions posts/welcome.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,43 +6,38 @@ author: bader
desc: a short about me and 'current status'
---


```rust
fn main() {
println!("Hi");
}
```

## hello.

Most of this blog will probably be an informal, rant-like format. Over the years, I've been privileged enough to have written on [Hackernoon](https://hackernoon.com/u/anormaljourney), which has gotten me pretty far. I mostly cover the following:
Most of this blog will probably be an informal, rant-like format.  Over the years, I've been privileged enough to have written on [Hackernoon](https://hackernoon.com/u/anormaljourney), which has gotten me pretty far.  I mostly cover the following:

- What the future of technology could look like.

- Web3 and blockchain. More specifically, [Polkadot](https://polkadot.network) and [Substrate](https://substrate.io), as that is my current occupational interest.
- Web3 and blockchain.  More specifically, [Polkadot](https://polkadot.network) and [Substrate](https://substrate.io), as that is my current occupational (and personal) interest.

- Rust and WebAssembly.

- Sometimes I stream on [Twitch](https://www.twitch.tv/baderyo_o)

At the time of this writing, I work as a technical educator at the [Web3 Foundation](https://web3.foundation), where I work on education surrounding blockchain engineering, design, and architecture.

I usually like to explore nuanced topics that relate to all of these things above, such as rebuilding the [internet using ants](https://hackernoon.com/reinventing-the-internet-welcome-to-the-antinet-bog001).

## FAQ

### What was this blob built with?
### How do you say your name?

This blog was born out of my love for Rust. It was made using Yew, which is a fantastic way for me to avoid writing JavaScript. In short, Yew compiles to WebAssembly, a portable format that can be executed in almost any modern browser.
I am not sure why you want to know, but Bader, Bay-der, Badder, Budder, or other pronunciation all work, as I really do not care. The list goes on, really any pronunciation works.  If you really want, pronounce it like Bed-e*rr*, but roll the _r_.

### Isn't blockchain/web3 a hype industry?
If I got you to try saying it while reading this, my goal is complete.

Not really. The technology is sound, the applications infinite, but the reality often disappointing. It will surely improve with time, as it has the potential to fundamentally change how we define computation over the internet.
### What was this blob built with?

### How do you say your name?
This blog was born out of my love for Rust.  It was made using Yew, which is a fantastic way for me to avoid writing JavaScript.  In short, Yew compiles to WebAssembly, a portable format that can be executed in almost any modern browser.

I am not sure why you want to know, but Bader, Bay-der, Badder, Budder, or other pronunciation all work, as I really do not care. The list goes on, really any pronunciation works. If you really want, pronounce it like Bed-e*rr*, but roll the _r_.
### Isn't blockchain/web3 a hype industry?

If I got you to try saying it while reading this, my goal is complete.
 Not really.  The technology is sound, and applications infinite, but the reality often disappointing.  It will surely improve with time, as it has the potential to fundamentally change how we define computation over the internet.

### What are you working on now?
### What are you working on now?

Check out my [GitHub](https://github.com/CrackTheCode016), it's the best place to stalk any projects.
Check out my [GitHub](https://github.com/CrackTheCode016), it's the best place to stalk any projects.
1 change: 1 addition & 0 deletions src/components/nav.rs
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@ pub fn navbar() -> Html {
<a target="_blank" href="https://github.com/CrackTheCode016"> <button>{"github"}</button></a>
<a target="_blank" href="https://twitter.com/baderyo_o"> <button>{"twitter"}</button></a>
<a target="_blank" href="https://www.linkedin.com/in/bader-youssef-975914159/"> <button>{"linkedin"}</button></a>
<a target="_blank" href="https://www.twitch.tv/baderyo_o"> <button>{"twitch"}</button></a>
</div>
</div>
</nav>
Expand Down

0 comments on commit 0a77b38

Please sign in to comment.