The module bundler that conquered the web. Webpack transforms your scattered JS, CSS, images, and assets into optimized bundles that browsers actually want to load.
🔗 https://github.com/webpack/webpack
#JavaScript #WebDev #BuildTools
Latest posts tagged with #buildtools on Bluesky
The module bundler that conquered the web. Webpack transforms your scattered JS, CSS, images, and assets into optimized bundles that browsers actually want to load.
🔗 https://github.com/webpack/webpack
#JavaScript #WebDev #BuildTools
NPM json setup. ```json { "name": "hugo-rladies-theme-js", "private": true, "version": "0.1.0", "scripts": { "clean": "rm -rf assets/js/vendor assets/scss/vendor", "setup": "mkdir -p assets/js/vendor assets/scss/vendor", "build": "npm run clean && npm run setup && npm run sync:bootstrap && npm run sync:jquery", "sync:bootstrap": "cp node_modules/bootstrap/dist/js/bootstrap.bundle.min.js* assets/js/vendor/ 2>/dev/null || true && cp -r node_modules/bootstrap/scss assets/scss/vendor/bootstrap", "sync:jquery": "cp node_modules/jquery/dist/jquery.min.js* assets/js/vendor/ 2>/dev/null || true", "update": "npm update && npm run build", "postinstall": "npm run build" }, "dependencies": { "bootstrap": "^5.3.8", "jquery": "^3.7.0" } } ```
Managing a Hugo site gets complex fast - builds, dev servers, and getting dependencies where Hugo expects them. Here's how npm scripts solved our R-Ladies website workflow 🧵
#Hugo #NPM #WebDev #BuildTools #OpenSource #Automation
Watching a mixed-language app compile down into a single native binary will never get old.
#polyglot #nativecode #buildtools #backend #engineering
TIL: Cargo lets you use "host-tuple" as a target 👀
No need to remember your full target triple anymore! 🦀
#rustlang #cargo #rustdev #buildtools #cli
/5
Free webinar Jan 8 - architecture, migration examples, real customization scenarios. Patterns that work and why certain approaches fail.
Practical knowledge you can apply immediately. No theory lectures.
🎟️ vtns.io/spfx122-bsky
#SPFx #SharePointFramework #BuildTools
Extend Copado with confidence.
Check out how the Copado Extension Builder elevates customization and automation → youtu.be/K4x3ilolMJw
#Copado #ExtensionBuilder #CopadoExtensionBuilder #CopadoCertification #ReleaseManagement #BuildTools
SPFx v1.22's new Heft build system is powerful but has a learning curve.
Free webinar this Thursday walks through the architecture, migration strategies, & customization patterns.
Interactive Q&A included!!
🎟️ Register now vtns.io/spfx122-bsky
#SharePoint #BuildTools #SharePointFramework #SPFx
🚀 KSP 2.3.4 is out!
✅ Ignores sources in Kotlin directory
⚡ Skips Java symbol lookups in non-incremental builds
🧹 Cleans up ThreadLocals after processing
🔗 github.com/google/ksp/r...
#Kotlin #KSP #AndroidDev #BuildTools
🚀 First release of my small C++ project compiler and builder.
If you want to test it you can test it here: github.com/Treechcer/FO...
If you do please send me feedback! Thanks.
#CPlusPlus #Cpp #Programming #DeveloperTools #OpenSource #Coding #SoftwareDevelopment #GitHub #BuildTools #Compiler
🏗️🚧🚚**M5 Milestone: **
Script system refactored into modular libraries. Dupes gone, output standardized, pipeline maintainable. Event System Phase 3/9 incoming 🚀
#gamedev #indiedev #systemsarchitecture #buildtools #workflowautomation #solodev #gameengine #voidengine #devlog
Missed our vJUG session with Haoyi Li? Watch it on demand! 🎥
Topic: Simpler Java Build Tooling with OOP 👉 youtube.com/live/V03wKwcegxg
Learn why build tools are tricky & how OOP can make them faster, safer, and easier.
#Java #vJUG #BuildTools
My latest article is on artifact coordinates — the convention that makes every dependency unique, keeps builds reproducible and allows Maven to resolve artifacts.
#maven
#java
#apache
#cicd
#build
#buildtools
#devops
#devlearning
#softwaredevelopment
#softwaretesting
medium.com/maven-by-nat...
New HN discussion on dhooper's real-time C/C++/Rust build visualizer! This tool offers deep insights into build processes, helping developers pinpoint bottlenecks & inefficiencies in complex projects. A game-changer for optimizing dev workflows. #BuildTools 1/6
🚨 vJUG is back with another 🔥 session!
Join us Aug 26 for Simpler Java Build Tooling with OOP by the brilliant Haoyi Li.
Learn how object-oriented design can simplify Java builds & see the new Mill tool in action!
👉 bit.ly/3UdXIyZ
#Java #vJUG #BuildTools
In my latest article, we explore what the POM file actually is, why it matters and how it enables portable, reliable builds across environments.
#maven
#java
#apache
#cicd
#build
#buildtools
#devops
#buildtools
#devlearning
#softwaredevelopment
#softwaretesting
medium.com/maven-by-nat...
For anyone interested, I've started a Medium publication on Apache Maven, where I'll be covering a broad range of topics.
Let me know if there are topics you'd like to see.
#apache
#build
#buildtools
#cicd
#devops
#java
#maven
#softwaredevelopment
#softwaretesting
medium.com/maven-by-nat...
My latest article illustrates How To Set Up SAST Scanning Using Checkmarx One, GitHub Actions and GitHub Advanced Security.
#checkmarx
#buildengineering
#buildtools
#cicd
#devops
#devsecops
#devlearning
#github
#ghas
#infosec
#appsec
#softwaredevelopment
#softwaretesting
medium.com/devops-by-na...
I put together a brief guide on how to install Apache Maven (on Linux, MacOS and Windows).
I hope you find it useful! :)
#maven
#java
#apache
#cicd
#buildtools
#devops
#buildtools
#devlearning
#softwaredevelopment
#softwaretesting
medium.com/maven-by-nat...
With Maven 4.0.0 just around the corner, I thought I'd write a quick introduction to Apache Maven for any newcomers interested in getting acquainted with the tool, its history and philosophies.
bit.ly/4fr0hrj
#maven
#java
#apache
#cicd
#buildtools
#devops
#softwaredevelopment
#softwaretesting
We've released the script-based build tools!
#Script #TechNews #TechUpdates #programming #BuildTools
👋 Just released a cross-platform C utility library called everyutil-c — simple APIs, high-performance helpers, and robust build support (Makefile, Autotools, CMake).
⚙️ github.com/dailker/everyutil-c
#opensource #clibrary #cdev #buildtools
Overall: The discussion highlighted a tension. XSLT *could* simplify specific tasks (like static site generation) but faces significant challenges due to its perceived complexity and historical negative experiences for many developers. #BuildTools 6/6
Built My Dream App Without Coding.
Tried every app, nothing worked so I made my own relighting tool using Lovable.
Gave clear instructions, got real results. It’s simple, powerful, and mine.
#nocode #relight #photoapp #buildtools #uxdesign #lovabledev #madeeasy
youtube.com/shorts/_5PYk...
🗞️ This week in VoltBuilder News
We're gearing up to announce beta testing for macOS 15.5 and Xcode 16.4, and we've begun internal testing for the recently announced macOS Tahoe 26 and Xcode 26!
#Xcode #macOS #WWDC25 #iOSDev #BuildTools
Cross-platform cgo builds giving you nightmares? That multi-arch headache doesn't have to be a thing anymore. There's a way to make it genuinely easy and low-overhead. No more nonsense! #speedscale #GoLang #cgo #BuildTools #DevTips #Go bit.ly/3FCvE4H
The discussion highlights the pain points with C++ build tools but acknowledges CMake's role in managing dependencies and cross-platform builds, which is crucial for game projects. #BuildTools 3/6
Vite got a Rust powered upgrade. Rolldown-Vite is currently in technical preview, but offers 3–16× faster builds and up to 100× lower memory usage. You can get more details here: voidzero.dev/posts/announ...
#Vite #Rolldown #RustLang #WebDev #BuildTools
Kaya Weers is live at JNation 2025 with: “On an adventure into the depths of Maven”.
A talk for devs who want to understand their builds instead of just editing XML.
#JNation #Java #Coimbra #Maven #BuildTools
Is XTool a true "Xcode replacement"? The discussion highlights it still relies on Xcode's SDK and toolchain. Many see it as a build system *leveraging* Apple's components, not fully replacing the need for them. #BuildTools 2/6
🐌🚀 Speed up @maven.apache.org builds!
My new post shows how using Reactor Modules for #ParallelProcessing unlocks 👇
✅ Parallel Builds
✅ Dramatic Speedups
✅ Better Architecture
Read the guide:
blog.bmarwell.de/2025/04/24/f...
#Maven #Java #BuildTools #SpeedUp #SnailToRocket #Performance