No nonsense guide to Go projects layout
A practical guide to structuring Go projects, advocating for simplicity over rigid conventions and explaining when to use or avoid common directory patterns.
A practical guide to structuring Go projects, advocating for simplicity over rigid conventions and explaining when to use or avoid common directory patterns.
Security audit results for vdirsyncer reveal four minor findings, including file permissions and error handling issues, with fixes implemented.
Podcast interview with Gorkem Ercan discussing Eclipse Foundation, AI/ML adoption in enterprises, CI/CD practices, and open source development.
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.
Explores the future of PostgreSQL, focusing on the power of extensions like pg_stat_statements, Citus, and pg_search to add new capabilities.
A summary of HashiConf 2024, covering major announcements like Terraform Stacks and the event's focus on Infrastructure and Security Lifecycle Management.
A guide explaining dbt macros, their purpose, benefits, and how to use them to write reusable, standardized SQL code in data transformation projects.
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.
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.
A tutorial on using PyArrow for data analytics in Python, covering core concepts, file I/O, and analytical operations.
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.
A technical guide to methods for comparing spatial patterns in raster data, focusing on analysis using R for both continuous and categorical data.
A curated newsletter issue covering the latest tools, tutorials, and best practices in mobile automation for iOS, Android, Flutter, and Kotlin Multiplatform.