Related Content
3 Ways to Have Fun at Work and Improve Productivity Enjoying your job isn’t just a nice perk. Happiness enhances motivation, leads to higher job satisfaction, and increases productivity. Companies can provide opportunities for employees to engage in meaningful ways, but it’s up to the people to create and innovate. Here are three ways to inject fun into your workday. |
||
Using Cypress for UI Test Automation There are lots of tool options out there for UI automation. Cypress is an interesting tool for browser automation because the architectural overhead is lower since there is no emphasis on page objects, and it encourages you to manage state by building tests as small as possible. Here's how it gives you concise tests. |
||
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. |
||
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. |
||
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. |
||
4 DevOps Antipatterns to Avoid While lots of organizations are making good progress with DevOps, there are others that have fallen prey to common DevOps antipatterns. Signs usually include a slowdown or stopping of progress toward a fully collaborative organization operating at a high velocity. Here are four DevOps antipatterns to watch out for. |