Planning poker is not about estimating
Planning poker is more than an estimation technique - it's a powerful tool for improving team communication, sharing knowledge, and leveraging collective intelligence in software development.
Everything I write, here and elsewhere. Newest first.
Planning poker is more than an estimation technique - it's a powerful tool for improving team communication, sharing knowledge, and leveraging collective intelligence in software development.
EuroPython 2016 highlights on Python's future including class attribute ordering (PEP 520), descriptor naming (PEP 487), Jupyter Lab improvements, and PyParallel GIL solution.
EuroPython 2016 notes on asynchronous programming with Python including asyncio patterns, futures, Twisted integration, and new async tools like uvloop and asyncpg.
A few notes from EuroPython 2016 about data processing, natural language processing, machine learning...
A few notes from EuroPython 2016 about testing and quality assurance.
Notes from EuroPython 2016 on web scraping tools and best practices including Jupyter, Selenium, client-server architectures, and Scrapy.
My notes about Europython 2016 Bilbao. Topics: asyncio, scraping, data processing, machine learning, testing, and some goodies from the future.
Presentation about Docker and container technologies at Anchor Coworking on December 27th, 2014, including slides and Q&A session covering Docker, CoreOS, Rocket, and practical DevOps considerations.
Set up Nginx as a reverse proxy for Docker private registry in a separate container, enabling virtual host configuration and fine-grained HTTP control.
Configure Docker private registry to use Amazon S3 as storage backend for container images, including IAM setup, common issues, and complete working configuration.