summaryrefslogtreecommitdiffstats
path: root/data/home/writing.yaml
diff options
context:
space:
mode:
authorAhmed Abdelhalim <[email protected]>2024-03-28 14:38:03 +0100
committerAhmed Abdelhalim <[email protected]>2024-03-28 14:42:14 +0100
commitd313ce4341ba6d1b3d79ac9c01fa2a436ca9adfd (patch)
tree2fba4e5501c6e22171dd0561db3e1557ca0191d6 /data/home/writing.yaml
parent93ea4ef3897457dcf4f7a870a691b27094bd7a6a (diff)
Remove toptal articles and merge projects
Diffstat (limited to 'data/home/writing.yaml')
-rw-r--r--data/home/writing.yaml29
1 files changed, 0 insertions, 29 deletions
diff --git a/data/home/writing.yaml b/data/home/writing.yaml
deleted file mode 100644
index de93987..0000000
--- a/data/home/writing.yaml
+++ /dev/null
@@ -1,29 +0,0 @@
-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.