Skip to content

Commit

Permalink
Promo
Browse files Browse the repository at this point in the history
  • Loading branch information
tyt2y3 committed Jun 30, 2024
1 parent 10f1b94 commit 1012864
Show file tree
Hide file tree
Showing 2 changed files with 40 additions and 4 deletions.
22 changes: 20 additions & 2 deletions FireDBG/blog/2024-01-31-visual-dynamic-program.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ image: https://firedbg.sea-ql.org/img/visual-dynamic-program.png
tags: [news]
---

<img src="/img/visual-dynamic-program.png" width="50%"/>
<img src="/img/visual-dynamic-program.png" style={{borderRadius: "25px", maxHeight: "50vh"}}/>

import { Image } from '../src/themed.js';

Expand Down Expand Up @@ -231,4 +231,22 @@ If we look into the memo of the last node, we can see that we only used 13 eleme

## Conclusion

I hope you learnt something today! FireDBG is your *best companion* in writing, debugging and analyzing algorithms. You don't have to install the Rust toolchain to interact with the call trees, as I have bundled them in the [testbench with full source code here](https://github.com/SeaQL/FireDBG.Rust.Testbench/tree/main/dynamic-programming). You should be able to just open the `dynamic-programming` folder, install the VS Code extension and start playing.
I hope you learnt something today! FireDBG is your *best companion* in writing, debugging and analyzing algorithms. You don't have to install the Rust toolchain to interact with the call trees, as I have bundled them in the [testbench with full source code here](https://github.com/SeaQL/FireDBG.Rust.Testbench/tree/main/dynamic-programming). You should be able to just open the `dynamic-programming` folder, install the VS Code extension and start playing.

## Rustacean Sticker Pack 🦀

The Rustacean Sticker Pack is the perfect way to express your passion for Rust.
Our stickers are made with a premium water-resistant vinyl with a unique matte finish.
Stick them on your laptop, notebook, or any gadget to show off your love for Rust!

Moreover, all proceeds contributes directly to the ongoing development of SeaQL projects.

Sticker Pack Contents:
- Logo of SeaQL projects: SeaQL, SeaORM, SeaQuery, Seaography, **FireDBG**
- Mascot of SeaQL: Terres the Hermit Crab
- Mascot of Rust: Ferris the Crab
- The Rustacean word

[Support SeaQL and get a Sticker Pack!](https://www.sea-ql.org/sticker-pack/)

<a href="https://www.sea-ql.org/sticker-pack/"><img style={{borderRadius: "25px", maxHeight: "50vh"}} alt="Rustacean Sticker Pack by SeaQL" src="https://www.sea-ql.org/static/sticker-pack-1s.jpg" /></a>
22 changes: 20 additions & 2 deletions FireDBG/blog/2024-06-30-fizzbuzz-multithread.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ image: https://firedbg.sea-ql.org/img/fizzbuzz-multithread.png
tags: [news]
---

<img src="/img/fizzbuzz-multithread.png" width="50%"/>
<img src="/img/fizzbuzz-multithread.png" style={{borderRadius: "25px", maxHeight: "50vh"}}/>

import { Image } from '../src/themed.js';

Expand Down Expand Up @@ -267,4 +267,22 @@ In this article we discussed:

FireDBG can be used to study parallel algorithms in simulation, before scaling up to real-world distributed systems.

Probably the alternative title for this article can be **"Rendezvous channel - the Timedoor between parallel threads"**.
Probably the alternative title for this article can be **"Rendezvous channel - the Timedoor between parallel threads"**.

## Rustacean Sticker Pack 🦀

The Rustacean Sticker Pack is the perfect way to express your passion for Rust.
Our stickers are made with a premium water-resistant vinyl with a unique matte finish.
Stick them on your laptop, notebook, or any gadget to show off your love for Rust!

Moreover, all proceeds contributes directly to the ongoing development of SeaQL projects.

Sticker Pack Contents:
- Logo of SeaQL projects: SeaQL, SeaORM, SeaQuery, Seaography, **FireDBG**
- Mascot of SeaQL: Terres the Hermit Crab
- Mascot of Rust: Ferris the Crab
- The Rustacean word

[Support SeaQL and get a Sticker Pack!](https://www.sea-ql.org/sticker-pack/)

<a href="https://www.sea-ql.org/sticker-pack/"><img style={{borderRadius: "25px", maxHeight: "50vh"}} alt="Rustacean Sticker Pack by SeaQL" src="https://www.sea-ql.org/static/sticker-pack-1s.jpg" /></a>

0 comments on commit 1012864

Please sign in to comment.