web developer

Below you'll find a list of all posts that have been tagged "web developer"

Make Your Own Email Address Generator for Testing

When building and testing online accounts, most require a unique email address. This constraint leaves demo systems full of email addresses like test1@example.com. Let’s talk about a great way to generate test email addresses.

The 7 Most Common Types of Errors in Programming and How to Avoid Them

Encountering bugs is a huge part of the development process. Some of the best developers are those who have become comfortable with navigating the types of errors in programming and fixing them quickly.

Developer Productivity Tips for Maximum Team Performance

Being productive makes us happy. Let’s face it, who doesn’t want to do more in less time? More and more, employers are embracing productivity as the key measure of success. Rather than simply making sure team members are clocking a certain number of hours, they’ve realized that measuring employees’ output is more important.  Even if…

Your Guide to the Software Development Life Cycle

In the fast-paced world of software, it’s hard to believe that the basic development process has been around since the 1950s.  Sure, we’ve made tweaks and improvements such as creating the waterfall model in the 70s and introducing agile in the early 2000s, but the basic steps of the software development life cycle (SDLC) have…

Website QA: Testing a Website for Keyboard Users

Some of your website users will not use a mouse or touchscreen, we’re going to show how tab order impacts testing a website as a keyboard user.

How to Instantly Insert Your Most Used Bash Commands

There are commands we don’t run often enough to commit to muscle memory. Let’s talk about some of the most common ones.