MSVC Build Tools Preview updates – June 2026
https://devblogs.microsoft.com/cppblog/msvc-build-tools-preview-updates-june-2026/
MSVC Build Tools Preview updates – June 2026
https://devblogs.microsoft.com/cppblog/msvc-build-tools-preview-updates-june-2026/
📚 Resources:
GitHub: github.com/forgezero-cli/ForgeZero
License: MIT | ForgeZero Core Team
Feedback welcome! 🛠️
I got tired of maintaining Makefiles for small assembly/C projects.
So I built fz — a single statically-linked binary that wraps NASM, GAS, FASM, GCC/Clang and LD.
fz -asm hello.asm
fz -cc main.c
fz -dir ./src
No config needed to get started.
Repo: github.com/forgezero-cli/ForgeZero
Small #JVM projects shouldn’t need pages of XML & complex setup. @li_haoyi shows how Mill replaces boilerplate-heavy builds with simple configs & executable scripts — helping teams prototype faster & reduce JVM tooling friction.
Read now: https://javapro.io/2026/05/13/simpler-jvm-project-setup-with-mill/
Ever wonder how Babel really works under the hood? The Plugin Conveyor Belt Behind Babel digs into the pipeline powering all those JavaScript transforms.
Read More: https://zalt.me/blog/2026/05/babel-plugin-conveyor
If you've ever wondered how exactly Maven plugins and extensions differ from each other, you might want to check out my latest article.
Most people think Maven is just dependencies, plugins and lifecycle phases. But there’s a lesser-known layer that can completely change how Maven behaves: extensions.
This breaks down what they are, how they hook into Maven early and why they’re different from plugins, with real examples.
If you’ve ever wondered what Maven plugins actually are and how they fit into the bigger picture, my latest article might help clarify things for you. It walks through the essentials — what plugins do, how they’re used and how they tie into the Maven lifecycle. It also explains the difference between phases and goals in a way that’s (hopefully) easy to follow and understand.
#buildtools
#cicd
#devops
#devlearning
#java
#maven
#softwaredevelopment
Why Gradle? 🚀
- Faster builds (incremental + caching)
- Flexible (Groovy/Kotlin DSL)
- Multi-project support
- Rich plugin ecosystem
- Built-in dependency management
Maven works. Gradle accelerates. ⚡