Click here to Skip to main content
65,938 articles
CodeProject is changing. Read more.
Everything / BUILD

BUILD

BUILD

Great Reads

by CodingBruce
Self-installing version tracking REST service for builds
by Kailash Shastri
Tips and tricks to speed up your VS.NET builds
by Trần_Tuấn_Anh
In the world of containerization, Docker has become an essential tool for developers and DevOps engineers. However, creating an efficient Dockerfile is crucial for ensuring your Docker images are not only small in size but also built quickly.
by ASP.NET Community
Abstract FactoryThe Gang of Four defintion for this design pattern is: "Provide an interface for creating families of related or dependant objects

Latest Articles

by CodingBruce
Self-installing version tracking REST service for builds
by Kailash Shastri
Tips and tricks to speed up your VS.NET builds
by Trần_Tuấn_Anh
In the world of containerization, Docker has become an essential tool for developers and DevOps engineers. However, creating an efficient Dockerfile is crucial for ensuring your Docker images are not only small in size but also built quickly.
by ASP.NET Community
Abstract FactoryThe Gang of Four defintion for this design pattern is: "Provide an interface for creating families of related or dependant objects

All Articles

Sort by Score

BUILD 

by Trần_Tuấn_Anh
In the world of containerization, Docker has become an essential tool for developers and DevOps engineers. However, creating an efficient Dockerfile is crucial for ensuring your Docker images are not only small in size but also built quickly.
by DotNetLead.com
How to build and deploy Angular application using GitHub and Azure
by DotNetLead.com
How to build an OpenAI chat application using Angular, ASP.NET API, and Azure
by Minh Danh Nguyen (ToughDev)
How to build Wireshark 1.12.5 static binaries for CentOS 5
by Minh Danh Nguyen (ToughDev)
Custom USB device that processes input from peripherals and displays on computer
by Minh Danh Nguyen (ToughDev)
Developing vintage 68K Macintosh apps with CodeLite IDE, Retro68 and pce-macplus emulator
by Minh Danh Nguyen (ToughDev)
Retro68 GCC-based SDK for 68K Mac
by levelnis
This article assumes the reader is familiar with James Kovac's PowerShell based build language, PSake, and explains how to pass parameters from the command line and use them within a PSake build script.
by J. Frank Reeves
Power of JavaScript template literal
by Trần_Tuấn_Anh
In Java, two common runtime issues related to class loading are ClassNotFoundException and NoClassDefFoundError. These exceptions can be confusing for developers, especially when diagnosing and fixing classpath issues.