Teams | Collaboration | Customer Service | Project Management

The latest News and Information on Collaboration, tools and related technologies.

Create an Automated Notification System Using Python and Courier

Product notifications keep users engaged and informed about important updates related to web and mobile applications. However, building an effective notification system for your app that sends timely and personalized messages can be challenging. Courier's development platform for notifications simplifies this process by consolidating various communication APIs, data, and development tools in one place.

Assets & Configuration Management Highlights | Jira Service Management | Atlassian

Asset Management lets you manage any asset using a flexible and open data structure, unlike legacy CMDBs. While Configuration Management gives you visibility into the infrastructure that supports applications and services. Both Asset and Configuration Management are included in the Premium and Enterprise editions of Jira Service Management.

Engaging financial services employees-despite market fluctuations

The financial market is constantly evolving in tandem with a changing world. Companies now, more than ever, require engaged employees to stay ahead of the competition. However, the financial services industry faces significant challenges due to hiring trends such as digital transformation, an increasing focus on environmental, social, and governance (ESG) values, shifts in customer demographics, diversity initiatives, and cybersecurity risks. How can you keep them engaged? We have ideas.

Implementing the Transactional Model of Communication for Better Collaboration

Did you know that effective communication is so important in business that even a group of penguins couldn’t function without it? That’s right, they communicate to hunt for food and survive in harsh environments. And if they can do it, so can your team! One way to improve your communication is by using the transactional model. Not sure what that is? Let’s dive deeper and see how it can help your team soar like a flock of penguins.

What is a Proxy Server and How Does it Work?

The privacy of online browsing decreases every day. Since websites and applications record everything, you do, more and more individuals seek privacy-preserving measures. One of the alternatives you have for protecting your online identity is using web proxy servers. However, they also provide several additional advantages, which we'll learn from this writing.

Building great developer experiences: culture & tools | Atlassian

Happier developer teams almost always mean more effective teams that deliver more value to customers. Hear from Atlassian’s Head of Engineering, Daniel Tao and developer evangelist, Sven Peters, on how to build a great developer experience through culture and an integrated approach to your developer tools.

Sending Password Reset Notifications with Firebase and Courier

Setting up a password reset workflow inside your web application can be challenging. At a minimum, you need to build the logic to update the user’s password with a new hash, send the appropriate emails with the right content, and manage different user sessions across browsers. If you’re responsible for managing password reset emails, it’s likely that you also have to manage all aspects of authentication and password management for your application.

Sending Password Reset Notifications from Your Laravel PHP Framework

Resetting passwords is a critical way to make your app accessible to users, but setting up email notifications for password resets from scratch can be tedious and error-prone. While Laravel does support password reset email templates, Laravel emails can be unreliable and prone to being caught in spam filters, and the default email templates are not particularly customizable. It might also be desirable to set up a backup channel like SMS or a backup email provider in case the primary fails.