summaryrefslogtreecommitdiffstats
path: root/data/home/writing.yaml
blob: de939873cc6a3ff6f515bfc87fec2e1d5eee2e8c (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
Writing:
  - title: The Publish/Subscribe Pattern on Rails
    content:
      A
      <a href="https://www.toptal.com/ruby-on-rails/the-publish-subscribe-pattern-on-rails">
        Toptal published blog post
      </a>
      on implementing the <abbr title="Publish-Subscribe">Pub/Sub</abbr>
      pattern in practice in Rails apps.

  - title: Clean Code and the Art of Exception Handling
    content:
      A
      <a href="https://www.toptal.com/abap/clean-code-and-the-art-of-exception-handling">
        Toptal published blog post
      </a>
      on different tactics and strategies for exception handling
      and how to employ them to write cleaner code.

  - title: <a href="https://git.sr.ht/~a14m/OTW"> Over The Wire Solutions </a>
    content:
      Solutions for some of the <a href="https://overthewire.org/wargames/">OTW wargames</a>
      documented in a README files format.

  - title: <a href="https://git.sr.ht/~a14m/HTB"> Hack The Box Solutions </a>
    content:
      Learning security analysis via documenting the solutions for some of the
      <a href="https://hackthebox.eu">HTB machines</a>
      in a README files format.