torchicalpacalearns.hashnode.dev·Oct 26, 2024unpacking build.gradle and gradlew: a guide to building projects ⚒️🚧have you ever opened up a new project and wondered what is the mysterious build.gradle file and gradle folder? what do they actually do, and why are they important in projects? heres’s a quick guide! “back in my day” before gradle, setting up a Java...Discussbuild toolsgradlew
Niranjan A Sniranjan-as.hashnode.dev·Oct 25, 2024Understanding Monorepos: The Simplified Guide 📚Introduction Monorepos have been gaining popularity, especially in the web development community, as they offer a streamlined approach to managing multiple projects within a single repository. This post will explore what a monorepo is, its advantages...Discuss·28 readsCodebase management
Guillaume Dormoygdsource.hashnode.dev·Oct 14, 2024Building Techniques: A Deep Dive into TypeScriptAfter the fundamentals of building in part1 and a closer look into Go building phase, let’s dive into typescript. TypeScript, a typed superset of JavaScript developed by Microsoft, has its own unique build process that involves transpilation to JavaS...DiscussTypeScript
Sean Coughlinblog.seancoughlin.me·Sep 30, 2024Gradle: Java Build Tools, Tasks, Dependencies, and Multi-Project BuildsIntroduction In Java development, build tools are a crucial part of the workflow. They automate tasks such as compiling code, managing dependencies, packaging applications, and even running tests. As projects grow in size and complexity, manually han...Discuss·51 readsSoftware EngineeringJava
Okoye Ndidiamakaamikdigital.hashnode.dev·Sep 27, 2024Task Runners and Build Tools: An Introduction to Gulp, Webpack, and Other Essential ToolsIn today's fast-moving world of web development, efficiency is all that matters. Developers need to multitask: from writing clean code to testing and deploying applications. If one has to be productive with high quality, then mundane tasks need to be...DiscussTask Runner
Ranjan Yadavranjany.hashnode.dev·Sep 23, 2024Mastering Maven: The DevOps Build Tool for Streamlined CI/CD PipelinesIn today’s fast-paced world of software development, building and deploying applications quickly and efficiently is key to success. DevOps engineers play a crucial role in enabling this efficiency by setting up robust CI/CD pipelines that automate bu...Discussmaven
Idorenyin Akaninyenedorendev.hashnode.dev·Sep 7, 2024Why Use A Build Tool?Firstly what the he*** is a build tool? A build tool is a software utility that helps automate the conversion of a code base into an efficient, compatible executable program to enable it to run in different environments such as (production, developme...Discuss·57 readsReact
Aneesh Kumaraneeshthetechmaestro.hashnode.dev·Aug 4, 2024Understanding Maven: Kickstart Your Journey to Efficient Project Management!Similar read can be found in my personal blog Introduction to Maven What is Maven? Maven is a Java-based automation tool primarily used for Java projects. Not only Java, but Maven can also manage and build code projects written in C#, Ruby, Scala, a...Discuss·10 likes·91 readsjava build tool
Mohamed Abubakkar Mtechchroniclesbymohamed.hashnode.dev·Aug 2, 2024Effortless Java Builds: Mastering Maven for Seamless DevelopmentWhat is Maven? Maven is a powerful build automation and project management tool used primarily for Java applications. It simplifies the process of building, managing dependencies, and documenting projects by providing a standardized way to handle pro...Discussmaven
Surajblog.devsuraj.me·Jul 20, 2024Build & Package Manager tools in DevOpsIntroduction to Build & Package Manager Tools: What are built and package manager tools? When developers create an application, it needs to be available to end users. This involves deploying the application on a production server, which requires movi...Discuss·23 likes·164 readsDevOpsgradle build tool