Want to beat a COLD? 5 weather apps for Android, iOS to plan your day smartly

These are the 5 best weather apps that you can download on your Android and iOS device to help you plan your day better. Negative 4 degrees Celsius? This is…

How to make a career in training and become a training hero

A corporate (or employee) coach has a powerful and influential role in every company. They are responsible for inspiring and nurturing a workforce that is one step ahead of business…

What is a Burndown Chart?

A burndown chart provides project managers and developers a quick and easy way to visualize the progress of any software project over time, showing the progress of work and how…

How much does it cost to develop a mobile application for diet and nutrition?

Careful management of health and nutrition quickly become a habit among people. Therefore, monitoring one’s own health and food consumption is quickly becoming the norm for a health-conscious population. With…

How to improve the transfer of learning in the workplace

Let’s say your team has just completed a course on building customer relationships. We hope to increase customer satisfaction scores and drive repeat sales. But back at work, the fast…

Tips for conducting a SWOT analysis

This project management guide presents several best practices for successfully conducting a SWOT analysis in your software development organization. What is a SWOT analysis? A SWOT analysis helps project managers…

Catch it yourself – The Daily WTF

We’ve all seen the blank catch block, “swallow mistakes and ignore them”. David sends us a “top” example of that anti-pattern, with a few bonuses that make it even better.…

3 Reasons Why You Should Attend the Articulate User Conference

I’m really excited about the Articulate User Conference this year. It is October 25, 2022 and is co-located with Devlearn. The conference includes five courses covering 25 topics. All are…

String formatting in Java: String.format() method.

While System.out.println() is good for debugging and displaying simple messages, not good for string formatting. Formatted strings not only display the contents of the string, but also display the contents…

Yesterday and Today – The Daily WTF

There is poor date handling, which often involves re-engineering the date handling itself, often using strings or integers along the way. There is also the poor date handling used by…