<?xml version="1.0" encoding="UTF-8"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>programming — FixDevs</title><description>Latest fixes and solutions for programming errors on FixDevs.</description><link>https://fixdevs.com/</link><language>en</language><lastBuildDate>Fri, 20 Mar 2026 00:00:00 GMT</lastBuildDate><atom:link href="https://fixdevs.com/tags/programming/rss.xml" rel="self" type="application/rss+xml"/><item><title>Fix: Go context deadline exceeded / context canceled</title><link>https://fixdevs.com/blog/go-context-deadline-exceeded/</link><guid isPermaLink="true">https://fixdevs.com/blog/go-context-deadline-exceeded/</guid><description>How to fix Go context.DeadlineExceeded and context.Canceled errors — setting timeouts correctly, propagating context through call chains, handling cancellation, and debugging which operation timed out.</description><pubDate>Fri, 20 Mar 2026 00:00:00 GMT</pubDate><category>go</category><category>debugging</category><category>backend</category><category>programming</category><category>performance</category><author>FixDevs</author></item><item><title>Fix: Python logging Not Showing Output</title><link>https://fixdevs.com/blog/python-logging-not-working/</link><guid isPermaLink="true">https://fixdevs.com/blog/python-logging-not-working/</guid><description>How to fix Python logging not displaying messages — log level misconfiguration, missing handlers, root logger vs named loggers, basicConfig not working, and logging in libraries vs applications.</description><pubDate>Fri, 20 Mar 2026 00:00:00 GMT</pubDate><category>python</category><category>debugging</category><category>backend</category><category>programming</category><author>FixDevs</author></item><item><title>Fix: Go panic: runtime error: invalid memory address or nil pointer dereference</title><link>https://fixdevs.com/blog/go-nil-pointer-dereference/</link><guid isPermaLink="true">https://fixdevs.com/blog/go-nil-pointer-dereference/</guid><description>How to fix Go nil pointer dereference panics — checking for nil before use, nil interface traps, nil map writes, receiver methods on nil, and defensive nil handling patterns.</description><pubDate>Thu, 19 Mar 2026 00:00:00 GMT</pubDate><category>go</category><category>debugging</category><category>backend</category><category>programming</category><author>FixDevs</author></item></channel></rss>