Is there any way i can automate sending an ecert to my company’s client? [closed]
Closed 4 days ago.
Is there any way i can automate sending an ecert to my company’s client? [closed]
Closed 4 days ago.
Is there any way i can automate sending an ecert to my company’s client? [closed]
Closed 4 days ago.
Is there any way i can automate sending an ecert to my company’s client? [closed]
Closed 4 days ago.
How do I go from “here’s the zip” to a good release strategy?
I can write code, resolve dependencies, and get my program to run on my computer; I have no idea where to go from here though. How do I get the software ready for distribution?
What software models are appropriate for daily builds and continuous integration?
On reading the joel test and about daily builds, a discussion with a few tech-lead friends of mine in various companies revealed that they never did daily builds or continuous integration because according to them:
How to get started with this project?
I recently finished my C++ programming class, and I’ll start school in september. There is a limited online Parking spot registration and it always gets filled very quickly.
What are the downsides of leaving automation tags in production code?
I’ve been setting up debug tags for automated testing of a GWT-based web application. This involves turning on custom debug id tags/attributes for elements in the source of the app. It’s a non-trivial task, particularly for larger, more complex web applications. Recently there’s been some discussion of whether enabling such debug ids is a good idea to do across the board.
What is development automation?
When someone refers to “Development Automation”, what is it exactly?
Acceptance tests for large multi-step online form
I have to extend/fix a large online form written by other developer. There is a lot of code, mixing PHP and JS. It’s kind of write-only style of coding and I want to redo it completely, but currently I can’t.