Related Content
Using a Multibranch Jenkins Pipeline with Docker Typically, code for a Docker image is developed using multiple GitHub branches, with each branch being the code for a single Docker image tag. However, having to create and run a Jenkins pipeline for each GitHub branch can be cumbersome. Try a multibranch pipeline to integrate multiple GitHub branches simultaneously. |
||
The Myth of Too Many Scrum Meetings A common complaint in organizations adopting Scrum is that Scrum has too many meetings. However, people may not be considering all the time they spent meeting before Scrum—and how effective that time really was. As long as you keep meetings focused, people should waste less time in meetings than they did before Scrum. |
||
5 Areas to Focus On for a Great Mobile App UX During mobile app development, the user experience should be at the forefront of your creative process. For an application to become popular among users, you have to think about the users and the various ways they’ll interact with your application. Here are five areas to pay attention to when designing for optimum UX. |
||
Getting the Most out of Your Agile Meetings One of the most common complaints of any software team during a retrospective is the issue of too many meetings. Agile ceremonies can provide a lot of value to the team, but only when they're done correctly. Here are four ways to get the most out of meetings, avoid wasting time, and gain value for everyone involved. |
||
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. |
||
Tips for Dealing with a New Boss Simply listening to what a new boss says can be a good way to detect what’s important to them. Instead of bombarding the boss with an overview of your accomplishments or a declaration of what you view as significant, start by paying attention. You’ll be showing an interest in their needs and demonstrating your value. |
||
How to Achieve Better Internal Communication Our methods of communicating are often on “autopilot.” Being more mindful of when and how we communicate can eliminate problems and strengthen internal relationships. There are several things that can be improved or implemented to increase trust and effective communication on any business team. Here are some ideas. |
||
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. |