Related Content
Top 10 TechWell Insights Stories of 2019 Career development was on many software practitioners' minds in 2019, as some of our top stories were about having a technical lead on a Scrum team and making the switch from quality assurance to quality engineering. Stories about new ideas such as DevOps and continuous testing also ranked high. Check out the roundup. |
||
When to Use MapReduce with Big Data MapReduce is a programming model for distributed computation on big data sets in parallel. It's a module in the Apache Hadoop open source ecosystem, and a range of queries may be done based on the algorithms available. Here's when it's suitable (and not suitable) to use MapReduce for generating and processing data. |
||
Use Self-Evaluation to Stay on the Right Career Track Employer evaluations measure your performance against expected objectives, evaluate you against other employees, and aim to keep you relevant in your company. But it’s also a good idea to perform a self-examination in relationship to your place of employment, to ensure you stay attractive to potential future employers. |
||
How to Make the Most of Your Conference Experience You researched the conference you want to attend and gained approval to go—now what? These tips will ensure you make the most of your conference experience, from planning who and what you want to see while you're there, to starting to network ahead of time, to making sure you bring back the most valuable information. |
||
Testing, Today and Tomorrow: Slack Takeovers with Arthur Hicken and Aprajita Mathur Thought leaders from the software community are taking over the TechWell Hub to answer questions and engage in conversations. Arthur Hicken and Aprajita Mathur each recently hosted Slack takeovers, and they talked about keeping IoT devices secure, onboarding new test team members, and what skills we should be learning. |
||
Creating a Community of Testers Many teams are divided by product or feature, with only one dedicated tester per team. How do you learn and grow in your career when you’re disconnected from your peers? One solution is to create your own community of testers that spans the organization. Here are some ideas to start and facilitate a Quality Guild. |
||
Transitioning to Testing: The Qualities We Should Be Looking For Testing is an accessible career choice for people who don't come from the typical paths into a tech job. Previous jobs and formal education should matter less than the abilities to observe, identify risks, and report that information. How can we change our interview processes to highlight these skills and mindset? |
||
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. |