DEV Community

Cover image for Top 7 Featured DEV Posts from the Past Week
Brian Bethencourt for The DEV Team

Posted on

Top 7 Featured DEV Posts from the Past Week

Every Tuesday we round up the previous week's top posts based on traffic, engagement, and a hint of editorial curation. The typical week starts on Monday and ends on Sunday, but don't worry, we take into account posts that are published later in the week.

You Don’t Need a Mentor: Embracing the Power of Community

Everyone says “find a mentor”, but in reality it might not be all that effective to rely solely on them. @bekahhw shows us that when we see mentorship as daily opportunities to learn and grow, communities become an invaluable resource.

How to Improve Performance of Your Database by Indexing Large Tables

Database indexing is a technique that makes searching and retrieving data from a database faster. Here’s @karishmashukla with more on why you would want to index your database and how to go about doing it.

The Moq-gate: You Either Die a Hero...

The .NET community is currently engaged with an alarming discussion regarding the implications of the latest Moq version. What is this all about? @pbouillon will fill you in!

Debugging Rules: Understand the System

Fixing problems without a genuine understanding can create unnecessary difficulties and compromise the program's quality. This series from @rajasegar is all about debugging, so read on to learn more!

Complementing exceptions - Introducing monads for error handling in ruby

Contemporary programming languages like OCaml, Rust, Elm, Haskell, and Go feature an approach alternative to exceptions. Essentially, errors are treated as values and they are managed as regular variables. Let’s dive into this technique with @cherryramatis!

Introducing ModelFusion: Build AI apps with JavaScript and TypeScript

There are few libraries out there specifically for JS/TS devs that make working with AI models, including LLMs, easier. That’s why @lgrammel has announced ModelFusion!

My final take on Gradle (vs. Maven)

Gradle is built on the premise that flexibility is good, while experience has shown @nfrankel the opposite. Irrelevant customizations bring no benefit and are easy to develop but expensive to maintain.

That's it for our weekly Top 7 for this Tuesday! Keep an eye on dev.to this week for daily content and discussions...and be sure to keep an eye on this series in the future. You might just be in it!

Top comments (4)

Collapse
 
devencourt profile image
Brian Bethencourt
Collapse
 
bekahhw profile image
BekahHW

Thanks so much!!!

Collapse
 
cherryramatis profile image
Cherry Ramatis

It’s an honor to feature this amazing list

Collapse
 
rajasegar profile image
Rajasegar Chandran

Thanks for the feature