mirror of
https://github.com/wezm/wezm.net.git
synced 2024-11-10 01:42:32 +00:00
Add Lobsters discussion link to professional-rust post
This commit is contained in:
parent
115709f379
commit
cea5c57ef0
3 changed files with 7 additions and 1 deletions
|
@ -127,6 +127,10 @@ img.cover-photo
|
|||
display: block
|
||||
margin: 0 auto
|
||||
|
||||
img.lobsters
|
||||
position: relative
|
||||
top: 2px
|
||||
|
||||
video
|
||||
max-width: 100%
|
||||
|
||||
|
|
|
@ -114,6 +114,8 @@ the frequency of bugs encountered in production, their type (such as panic or
|
|||
incorrect logic), their source, and ease of resolution. I look forward to
|
||||
writing more about our work in the future.
|
||||
|
||||
<img src="/images/lobsters.png" alt="" width="16" class="lobsters"> [Discuss on Lobsters](https://lobste.rs/s/7op1vm/my_first_3_weeks_professional_rust)
|
||||
|
||||
<div class="seperator"><hr class="left">✦<hr class="right"></div>
|
||||
|
||||
Previous Post: [A Coding Retreat and Getting Embedded Rust Running on a SensorTag](/technical/2019/03/sensortag-embedded-rust-coding-retreat/)
|
||||
|
|
|
@ -4,7 +4,7 @@ extra: Reflecting on the first 3 weeks of writing Rust in my new job.
|
|||
kind: article
|
||||
section: technical
|
||||
created_at: 2019-03-24 09:45:00.000000000 +11:00
|
||||
updated_at: 2019-03-25T16:08:40+11:00
|
||||
updated_at: 2019-03-25T17:00:08+11:00
|
||||
keywords:
|
||||
- rust
|
||||
short_url:
|
||||
|
|
Loading…
Reference in a new issue