Relative Requirements
CSS Wizardry
NOVEMBER 10, 2017
Define the relative importance of project traits in order to make development smoother
CSS Wizardry
NOVEMBER 10, 2017
Define the relative importance of project traits in order to make development smoother
O'Reilly Software
NOVEMBER 7, 2017
The architectural design, automated quality assurance, and deployment skills needed for delivering continuous software. There is an ever-increasing range of best practices emerging around microservices, DevOps, and the cloud, with some offering seemingly contradictory guidelines. There is one thing that developers can agree on: continuous delivery adds enormous value to the software delivery lifecycle through fast feedback and the automation of both quality assurance and deployment processes.
This site is protected by reCAPTCHA and the Google Privacy Policy and Terms of Service apply.
Professor Beekums
NOVEMBER 5, 2017
One of the first things used to describe story points is a negative: story points do not equal time. 1 story point can not be equated with 1 hour, 3 hours, or any other unit of time. While it can be advantageous to have a unit of work that isn’t associated with time, it is important to note that story points will ultimately be a unit of time. Story points are used in conjunction with sprints.
The Polyglot Developer
NOVEMBER 6, 2017
Proper cross-origin resource sharing (CORS) configuration is one of those things that is completely necessary when building a RESTful API, but also one of those things that is a total pain in the butt when it comes to prototyping an application. CORS related errors are common when testing a web application where the front-end JavaScript layer exists on a different port or host than the API that it tries to access.
VoltDB
NOVEMBER 10, 2017
Modern applications have two primary needs: performance and. ease of operations, both at scale. Performance. The performance consists of two aspects: throughput and latency. Both are driven by applications becoming machine-driven i.e. API-driven. Humans will wait much longer than an API will since APIs have strict latency expectations due to timeouts.
SQL Server Performance
NOVEMBER 10, 2017
Recently we started experiencing a very strange issue in our production reporting environment where the Re-indexing and Update Statistics operation suddenly began taking more than 2 days to complete and was thus causing blockage in the database which in turn caused impairment in application performance. Reporting Server Configuration Details: SQL Server Version: SQL Server 2005 […].
Particular Software
NOVEMBER 6, 2017
Good software developers will answer almost every question posed to them with the same two words. It depends. The best software developers don't stop there. They'll go on to explain what it depends on. But this common response highlights a fundamental truth about developing software: it's all about tradeoffs. Do you want speed or reliability? Maintainability or efficiency?
Technology Performance Pulse brings together the best content for technology performance professionals from the widest variety of industry thought leaders.
VoltDB
NOVEMBER 10, 2017
Modern applications have two primary needs: performance and. ease of operations, both at scale. Performance. The performance consists of two aspects: throughput and latency. Both are driven by applications becoming machine-driven i.e. API-driven. Humans will wait much longer than an API will since APIs have strict latency expectations due to timeouts.
Professor Beekums
NOVEMBER 5, 2017
One of the first things used to describe story points is a negative: story points do not equal time. 1 story point can not be equated with 1 hour, 3 hours, or any other unit of time. While it can be advantageous to have a unit of work that isn’t associated with time, it is important to note that story points will ultimately be a unit of time. Story points are used in conjunction with sprints.
The Polyglot Developer
NOVEMBER 8, 2017
When building a modern web application, being able to navigate between pages is a necessity. Not to mention it is very important to be able to do so easily. To make this possible, frameworks such as Angular, React, and Vue use what’s known as a router and a set of routes. Each possible point of navigation, or page, is a route with its own configuration.
Let's personalize your content