Codeminer42's Engineering Blog
Advanced

Symmetric Encryption in JavaScript for PII
Disclaimer While this article provides an overview of symmetric encryption and its implementation using standard JavaScript libraries, it should not be considered a substitute for a thorough security review by…
Everything you need to know about Concurrent React (with a little bit of Suspense)
Table of Contents Intro The Problem Synchronous Rendering The Solution Concurrent List Filtering Concurrent Rendering ~ Branching Workflow Concurrent Features Transitions Deferred Values Suspense Additional Considerations Suspension Points Low Priority…
How to use dynamic Components in Vue
Hi guys, in today's post I want to share an interesting scenario about using dynamic components with you. Imagine this situation where you have a search feature in your application.…
Optimizing Rails API JSON generation
JSON has become a ubiquitous data transfer format for web APIs. Whether you're working on a third-party integration, or endpoints to serve data for rich clients (single page application, mobile…
Scalable Frontend #3 — The State Layer
State tree, the single source of truth This post is part of the Scalable Frontend series, you can see the other parts here: “#1 — Architecture” and “#2 — Common…