RSS Amplifier

Podcast

Ahmadali’s Substack

Downstream of my writings on publicnotes.io

ahmadallish.substack.comRSS feed ↗10 episodes

Written by

Latest episodes

Public Notes Changelog: Week 38 of 2023

This week I got my drone pilot license 🎉 and I took the opportunity and documented the process in Legal Preparation page.

Public Notes Changelog: Week 36 of 2023

In the past two weeks I was busy with creating The SRE Audiobook, its project docs, and ohshitpython.com.

Public Notes Changelog: Week 34 of 2023

In the past few weeks, I've been busy with my on-boarding at Booking.com 😄 and leaning Perl, which lead me to buy ohshitperl.com and start writing about its quirks.

Public Notes Changelog: Week 31 of 2023

Here’s what’s been happening on publicnotes.io in the past week:

Public Notes Changelog: Week 30 of 2023

This is the first changelog of my new project publicnotes.io, so here's the top-level categories that I've created from the beginning:

Json Logging in HAProxy: The Right Way

I’ve searched for json logging in haproxy (in order to feed them to graylog, which we’ll get to later in this post) and found some one…

Installing multiple nuget packages in one command

One of my problems with nuget is that I can’t install multiple packages in one command while we can do the same in other package managers…

Overwriting Configuration using Environmental Variables in ASP.NET Core

I’m developing a dockerized system and I want environmental variables in my docker container overwriting my appsettings.json to make my app…

How to scroll a page which lazy loads it’s data to the actual end of it

Sometimes you need to get to the end of some list that is loading it’s items using javascript (known as lazy loading) like list of an…

Using docker registry from Iran

As an iranian, I’m officially blocked by docker because of US laws. I just started learning docker and I couldn’t even try hello world…