Remove Continuous Integration Remove Software Remove Test-Driven Development
article thumbnail

Continuous integration for Go applications

CircleCI

Go , an open-source programming language backed by Google, makes it easy to build simple, reliable, and efficient software. All network applications need well-tested features, and those developed in Go are no different. In this tutorial, we will be building and testing a simple Go blog. Happy coding!

article thumbnail

AoAD2 Practice: Continuous Integration

James Shore

Continuous Integration. Most software development efforts have a hidden delay between when the team says “we’re done” and when the software is actually ready to release. Continuous integration is a better approach. Continuous integration is also essential for collective code ownership and refactoring.

Insiders

Sign Up for our Newsletter

This site is protected by reCAPTCHA and the Google Privacy Policy and Terms of Service apply.

article thumbnail

5 Must-Read Books for Apprentice Software Developers ??

Xebia

Which books should you read as a software developer? Software Developers Should Read the Right Books. To have an even more significant impact on your career as a software craftsman, you should not just read; you should read the right books. Clean Code : A Handbook of Agile Software Craftsmanship.

article thumbnail

5 Books to Achieve the Mindset of a Software Craftsman ??

Xebia

Software Craftmanship Requires Reading the Right Books. To have an even more significant impact on your career as a software craftsman, you should not just read; you should read the right books. I’d argue that to become a Software Craftsman, you should start with getting the right mindset. Apprenticeship Patterns.

Software 130
article thumbnail

Automated testing with continuous integration for Electron applications

CircleCI

Visual Studio Code , one of the most popular code editors on the market at the time of writing, Slack , (almost) the defacto team collaboration software, and the desktop version of WhatsApp all have something in common. over native desktop software development methods, Electron.js Automating our tests. Conclusion.

article thumbnail

Functional vs non-functional software testing

CircleCI

When you think of software testing, what comes up first? For many developers, unit tests and integration tests are often top of mind. Both software testing methods are vital to writing and maintaining a high-quality production codebase. What is functional testing? Integration testing.

article thumbnail

Is CI as a product right for your org?

TechBeacon

When I was first exposed to continuous integration (CI), in a different decade, I was underwhelmed, I have to admit. Essentially we were talking about software to perform a checkout of all the code, to create a build, and then to email someone if the build broke.