Risky Business
Explores the role of IT security and other risk professionals in advising businesses, arguing for a normative approach to extreme risks.
Explores the role of IT security and other risk professionals in advising businesses, arguing for a normative approach to extreme risks.
A technical guide comparing spatial patterns in continuous raster data for overlapping regions using R, focusing on NDVI data analysis.
Security audit results for vdirsyncer reveal four minor findings, including file permissions and error handling issues, with fixes implemented.
Using GitHub Actions to trigger Airflow DAGs for orchestrating data pipelines across Spark, Dremio, and Snowflake.
Explores using GitHub Actions for software development CI/CD and advanced data engineering tasks like ETL pipelines and data orchestration.
A practical guide to structuring Go projects, advocating for simplicity over rigid conventions and explaining when to use or avoid common directory patterns.
Podcast interview with Gorkem Ercan discussing Eclipse Foundation, AI/ML adoption in enterprises, CI/CD practices, and open source development.
Explores the future of PostgreSQL, focusing on the power of extensions like pg_stat_statements, Citus, and pg_search to add new capabilities.
A guide explaining dbt macros, their purpose, benefits, and how to use them to write reusable, standardized SQL code in data transformation projects.
A summary of HashiConf 2024, covering major announcements like Terraform Stacks and the event's focus on Infrastructure and Security Lifecycle Management.
A discussion on the proposed behavior and limitations of the new <selectedoption> element for styling HTML select elements.
A talk at Python Marche 2024 exploring various ways to contribute to the Python community, from coding to documentation.
A developer shares lessons learned from a minor AWS production incident involving SQS message limits and the claim check pattern.
Quarterly roundup of data lakehouse trends, table formats, and major industry news from Apache Iceberg to Delta Lake.
Announcing the free C23 edition of 'Modern C', a book updated for the new C standard with new features like _BitInt, nullptr, and constexpr.
A tutorial on using PyArrow for data analytics in Python, covering core concepts, file I/O, and analytical operations.
Explores the use of LLMs to generate synthetic data for training AI models, discussing challenges, an experiment with coding data, and a new library.
Explores the core reasons for using Change Data Capture (CDC) to extract data from operational databases for analytics and other applications.
Learn two Git tricks: quickly switch back to the previous branch and view the last 5 checked-out branches using reflog.
A comprehensive guide to using Rust's built-in collection types, including vectors, arrays, hashmaps, and sets, with performance tips and examples.