From f722d20725586ee4744d077770ef7a89ab05e360 Mon Sep 17 00:00:00 2001 From: Ahmed Abdelhalim Date: Thu, 10 Aug 2023 15:39:23 +0300 Subject: Migrate from brunch to hugo --- data/home/writing.yaml | 29 +++++++++++++++++++++++++++++ 1 file changed, 29 insertions(+) create mode 100644 data/home/writing.yaml (limited to 'data/home/writing.yaml') diff --git a/data/home/writing.yaml b/data/home/writing.yaml new file mode 100644 index 0000000..de93987 --- /dev/null +++ b/data/home/writing.yaml @@ -0,0 +1,29 @@ +Writing: + - title: The Publish/Subscribe Pattern on Rails + content: + A + + Toptal published blog post + + on implementing the Pub/Sub + pattern in practice in Rails apps. + + - title: Clean Code and the Art of Exception Handling + content: + A + + Toptal published blog post + + on different tactics and strategies for exception handling + and how to employ them to write cleaner code. + + - title: Over The Wire Solutions + content: + Solutions for some of the OTW wargames + documented in a README files format. + + - title: Hack The Box Solutions + content: + Learning security analysis via documenting the solutions for some of the + HTB machines + in a README files format. -- cgit v1.2.3