Tue.Feb 07, 2023

article thumbnail

Top 10 Best Practices for Scaling Your Application: Expert Tips for Optimizing Performance and Ensuring Reliability

DZone

Are you tired of constantly struggling to keep up with the demands of a growing user base for your application? If so, it's time to focus on scaling. But where do you start? Don't worry; you've come to the right place. In this article, we'll provide you with ten expert tips for scaling your application and optimizing its performance. As your application grows and attracts more users, it's important to ensure that it can handle the increased demand.

article thumbnail

Nurturing, Motivating and Recognizing Non-Code Contributions

Percona Community

When discussing contributions, we still see a lot of emphasis on the code contributions into project repositories. But the open source world is extensive and diverse, and everyone can find their place there. Your project will benefit from various experiences that non-coders can bring to the table. Isn’t that cool when you receive an issue with an interesting bug from the community, read about a user case in a blog or a review, or someone makes a video guide for your product?

Code 99
Insiders

Sign Up for our Newsletter

This site is protected by reCAPTCHA and the Google Privacy Policy and Terms of Service apply.

Trending Sources

article thumbnail

Pipes And Filters Pattern

DZone

Applications today collect an infinite amount of data. Many applications need to transform this data before applying any meaningful business logic. Tackling this complex data or a similar processor-intensive task without a thought-through strategy can have a high-performance impact. This article introduces a scalability pattern – pipes and filters – that promotes reusability and is appropriate for such scenarios.

IoT 136
article thumbnail

The truth about CSS selector performance

CSS - Tricks

Geez, leave it to Patrick Brosset to talk CSS performance in the most approachable and practical way possible. Not that CSS is always what’s gunking up the speed , or even the lowest hanging fruit when it comes to improving performance. But if you’re looking for gains on the CSS side of things, Patrick has a nice way of sniffing out your most expensive selectors using Edge DevTools: Crack open DevTools.