Stretching my Legs in the Data Engineering Ecosystem in 2022
A data engineer explores the evolution of the data ecosystem, comparing past practices with modern tools and trends in 2022.
A data engineer explores the evolution of the data ecosystem, comparing past practices with modern tools and trends in 2022.
A workaround to customize the fields shown in Airtable's .ics calendar export, which by default only uses the primary field.
A deep dive into the Neural Tangent Kernel (NTK) theory, explaining the math behind why wide neural networks converge during gradient descent training.
A look at Java 19 features including Project Loom's virtual threads, structured concurrency, records, and new programming patterns.
A personal exploration of AI image generation tools like Midjourney, Stable Diffusion, and DALL-E 2, discussing their accessibility and the art of prompt crafting.
Explores using the Hare programming language for kernel development, focusing on low-level memory management and boot information structures.
A guide on migrating a low-code automation from Azure Logic Apps to Power Automate Flow, including moving data to SharePoint.
A detailed overview of the current T-34 custom keyboard layout, designed for a 34-key board and implemented with QMK firmware.
AWS Builder Experience community seeks collaboration on projects involving CI/CD, Infrastructure as Code, and AWS best practices.
A developer shares 100 personal opinions on programming, software development practices, tools, and team methodologies.
Explains a subtle bug where GC.KeepAlive fails to prevent garbage collection of a delegate in async code involving native methods.
A participant's detailed report on their team's experience and technical approach in the 2022 ICFP programming contest.
Explores AI image generation tools like DALL·E 2 and Stable Diffusion, and the emerging market for specialized prompts on platforms like Promptbase.
A technical blog post discussing penalized complexity priors in Bayesian statistics, focusing on how to set priors that appropriately penalize model complexity.
An appreciation of QEMU's power, versatility, and reliability for virtualization, cross-architecture development, and kernel testing.
Opinion piece on the debate over using self-closing tags (like <input />) versus implicit closing in HTML, discussing readability and tooling.
A developer details their journey rewriting their personal blog's static site generator from Haskell/Hakyll to a custom Rust solution to improve speed and reduce dependencies.
Tips from indie developers on how to increase your chances of getting your app featured on the Apple App Store by using Apple's official submission form.
An eBook explaining LINQ (Language Integrated Query) in C# using visual sketches and code samples, with over 30 pages of content.
Explains how to implement strongly typed middleware in ASP.NET Core using the IMiddleware interface, contrasting it with the conventional approach.