Related Content
Cultivating Quality Code: A Slack Takeover with Jeff Langr Thought leaders from the software community are taking over the TechWell Hub to answer questions and engage in conversations. Jeff Langr, author of a number of books about software, hosted this Slack takeover and discussed the pros of unit testing versus end-to-end testing, code reviews, and test-driven development. |
||
Sunk Cost: Knowing When to Call It Quits Acknowledging that a product isn't ready to ship may seem like a simple call—if it isn't the desired quality by the target date, why not pull the plug? But when you start considering all the effort, time, and money you've already invested, it becomes harder to make that decision. Here's a story to help you remember. |
||
Using the Phalcon PHP Framework with MySQL Some PHP frameworks now support the model-view-controller (MVC) design pattern, most notably the open source Phalcon framework. Phalcon has the lowest level of overhead due to memory and CPU for MVC applications, and it supports object-relational mapping features. Here's how you can get started with Phalcon and MySQL. |
||
5 Steps to Successful Remote Project Management As the workforce gets more distributed, project management is becoming a challenge. Managing a group of people sitting in the same office is hard enough; the increasing trend of remote work is making everything even more complicated. But if you take these five actions, you can have successful remote project management. |
||
Why Project Managers Need Exceptional Writing Skills The project manager’s role is to ensure the project is done efficiently and effectively. The modern project manager needs to have great communication skills to convey the essentials of the project, and most of this communication is done through writing. Here are some examples when good writing skills will help. |
||
Narrow versus Strong AI: The Future of Artificial Intelligence Artificial intelligence is one of the fastest growing fields in technology, but there’s still a lot of uncertainty surrounding what truly qualifies as AI, the different types of AI, and how quickly AI is advancing. How do we differentiate AI that updates us on today’s weather from AI that can think and act on its own? |
||
2 Ways Developers Can Contribute to Better Testing Testers need to find important information about product quality and present it in a way that can be acted upon. As the people building the software, developers are in a great position to observe the product. By monitoring the test environment and conducting unit testing, they can help inform about product quality. |
||
Making Testing Work within Your Sprints A common problem for Scrum teams is having a good understanding of what work is complete by the end of the sprint. Teams often end with a few items coded but not fully tested, but since the goal of a sprint is to have a deliverable increment of work, skipping tests isn’t a good idea. Here's how you can fit them in. |