Merge Conflict Logo
MERGE CONFLICT DIGEST
Wednesday, September 10, 2025
Subscribe View Online
Web

Frontend Development 🎨

I made GraphQL Editor VS Code extension free
#GraphQL

The Aexol GraphQL Editor for VSCode extends the editor with a GraphQL Visual Editor, allowing users to visualize and interact with schemas directly within VSCode. It supports auto-complete, schema validation, and real-time preview, making it easy to edit and manage GraphQL queries and schemas, available for free under the MIT License.

Common FP - A New JS Utility Lib (2 minutes read)
#JavaScript

Common FP is a user-friendly utility library for JavaScript developers to explore functional programming concepts without complex terminology or theory. It offers practical utilities like mapValues and enforces conventions that might feel restrictive to experienced developers familiar with other libraries like Ramda or Sanctuary.

React Developer's Misadventure with Hardware Development (Youtube Video)
#React

A web developer shares their experience learning hardware, providing links to relevant Amazon pages for books and materials like "Hardware as a Web Developer" and a GitHub repository with additional resources. They invite followers to join the waitlist for Tabbie, a project or tool, and encourage Twitter follow-up, offering support and community.

Backend & APIs 🔧

A new experimental Go API for JSON - The Go Programming Language (17 minutes read)
#Go

The upcoming changes to Go's `encoding/json` package aim to address performance issues and limitations. The new `jsonv2` package introduces streaming encoding and decoding, customizable marshaling and unmarshaling, type-specified customization, and caller-specified customization, offering improved performance and robust error handling.

As a Rails dev, one thing you MUST know is Turbo Prefetching (3 minutes read)
#Rails

Turbo v8 Prefetching is a Rails feature that speeds up navigation by prefetching pages as users hover over links for over 100ms, giving an average 500-800ms head start. This can be enabled globally or per-link with a meta tag and data attribute, allowing developers to selectively disable it where needed, providing precise control.

Browser & Platform 🌐

How I helped my client scale their browser tests with Datadog
#Datadog

Building reliable synthetic tests for mobile apps involves creating artificial scenarios mimicking real-world user interactions to ensure expected performance under various conditions. Synthetic testing uses pre-defined scripts with machine learning algorithms to generate realistic user behavior, revealing app bottlenecks and optimizing code for better performance and accuracy.

Security & Privacy 🔒

A Short Summary of the Last Decades of Data Management • Hannes Mühleisen (Youtube Video)
#DataManagement #OpenSource #Cloud

The evolution of data management has transformed from vendor-dominated monoliths to open-source engines, cloud resources, and specialized systems for semi-structured and vector data. Hannes Mühleisen's talk will summarize key trends, including those that didn't make it, taking attendees on a journey through the trillion-dollar industry's ongoing quest for innovative data management solutions.

Products & Industry Moves 🚀

I made a free VSC extension to manage my AI prompt/rule files (5 minutes read)
#VSC #Extension #AI

The Rules Manager VS Code extension provides unified AI programming tool management, offering cloud sync, tag classification, and one-click add to local projects. It supports multiple file formats and has an intuitive web interface for rule management, making it suitable for individual developers and enterprises with features like project rule management and version control.

Git Notes: git's coolest, most unloved­ feature (3 minutes read)
#GitNotes #Git

Git notes are a feature that allows users to add metadata about commits and objects without modifying them. This enables annotating commits with discussion threads, code reviews, and test results, viewable in tools like `git log`. However, their obscure interface has limited adoption, relegating them to obscurity, except for motivated users who extend them to suit their needs.

Software Development & Engineering 💻

What Is a Modular Monolith And Why You Should Care? 🔥 (6 minutes read)
#ModularMonolith

A modular monolith offers a balance between robustness and flexibility by organizing code into well-defined modules with loosely-coupled interfaces, promoting modularity and separation of concerns for easier maintenance and scaling. This architecture is beneficial for starting new projects, reducing risk and allowing for simplified deployment, improved performance, and increased development velocity.

9 Programming Tips for Beginners (Youtube Video)
#Python #OOP #SOLIDDesign

This article provides resources and tips for beginner programmers, covering topics like Google search commands, Python object-oriented programming, and SOLID design principles. The content is aimed at supporting and engaging with new programmers through YouTube tutorials, blog articles, and online courses, with a call-to-action to subscribe or ring a notification bell.

Security & Vulnerabilities 🛡️

Visually identify and prioritize security risks using Cloudcraft
#Cloudcraft #GoogleCloud #Compliance

Datadog Security has expanded its offerings to enhance compliance and threat protection for Google Cloud users. This expansion enables organizations to monitor and manage their cloud-based infrastructure more effectively, ensuring adherence to regulatory requirements like GDPR, HIPAA, and PCI-DSS. It aims to provide a comprehensive security solution for Google Cloud customers.

Industry & Business 💼

My 18-Month Journey Building a SaaS App (7 minutes read)
#SAASApp #RustLang

The author of RekoSearch, a SaaS platform for semantic search, spent 18 months building it after facing numerous technical challenges such as authentication and scalability issues. They overcame these obstacles using AWS services and Rust programming language before gaining significant knowledge and now work on improving RekoSearch with new features like API key systems.

Published by Merge Conflict Digest