Architectural task for interview for Go and Java https://sudonull.com/architectural-task-for-interview-for-go-and-java
Task for checking SOLID and SRP in an interview: salary calculation and PDF reports for employee and manager. Analysis of AI errors, evaluation criteria. Ideal for middle/senior dev.
Task Schedulers: Lessons for Developers https://sudonull.com/task-schedulers-lessons-for-developers
Learn how OS scheduler principles—from Pathfinder to Linux—will help optimize personal time. Batching, interrupt coalescing, minimizing context switch. Practical tips for middle/senior.
Claude Code for task analysis without code https://sudonull.com/claude-code-for-task-analysis-without-code
Learn how Claude Code automates competitor analysis, interviews, and data for product managers. Subagents, skills, MCP. Get started in 5 minutes — read the guide.
PromptPilot for AI CLI: task scheduler https://sudonull.com/promptpilot-for-ai-cli-task-scheduler
Set up prompt queues for Claude Code, Codex via CLI, Web UI, Telegram. Rate limits, resume, skills. Install and automate development without downtime.
CRUD in Python: creating a task manager with Tkinter and JSON https://sudonull.com/crud-in-python-creating-a-task-manager-with-tkinter-and-json
Practical guide to implementing CRUD operations in Python. Create a desktop application for task management with a graphical interface. Learn the basics of OOP, working with JSON and Tkinter.