ASAndreas Schommerinaschommer.hashnode.dev·May 30 · 2 min readMake Python Trust Your Corp Proxy Using SessionsMy current employer uses a transparent proxy to filter web traffic. This type of proxy intercepts HTTPS requests and forwards them to the target server, allowing for content inspection and filtering o00
ASAndreas Schommerinaschommer.hashnode.dev·Feb 2 · 4 min readWriteup: The Game v2Introduction I recently signed up for TryHackMe to learn some basic pen-testing skills and improve my Linux knowledge. Besides targeted training courses, the platform offers challenges of varying difficulty levels and topics. A cool feature is that y...00
ASAndreas Schommerinaschommer.hashnode.dev·Dec 4, 2025 · 5 min readThe annoying online courseIntroduction Depending on your job and the industry your employer is in, you may need to take mandatory courses on topics like money laundering, organized crime, and data protection at regular intervals. Many of these courses are web applications tha...00
ASAndreas Schommerinaschommer.hashnode.dev·Nov 28, 2025 · 6 min readDrill, Baby, DrillWhy Distributed Queries Depending on the size of a company and legal requirements for data protection, a company maintains different environments for their product to clearly separate development from live service. Common environments include Develop...00
ASAndreas Schommerinaschommer.hashnode.dev·Nov 21, 2025 · 5 min readHow to Implement Global Exception Handling in ASP.NET CoreProblem Details For a long time, there wasn't a clear standard for presenting errors to clients from an HTTP-based API. HTTP itself offers many status codes, which is a good starting point. However, the occasional REST enthusiast claiming this is eno...00