tech/webdev magazine

May 22, 2025

Iceland approved the 4-day workweek in 2019

Thursday, May 22, 2025 Teklinks

In 2019, Iceland made headlines by becoming one of the first countries in the world to adopt the four-day working week, not through a general law, but through agreements allowing workers to negotiate shorter weeks or reduced hours. Five years on, the results are indisputable.

Full article

Working on Complex Systems

Thursday, May 22, 2025 Teklinks

Hello! Today, let’s discuss a fascinating topic: complex systems. Throughout my career, I’ve worked in many complicated environments. For instance, I worked on optimizing driver-passenger matching in ride-hailing at a Uber's competitor. This context, like others, was technically challenging.

Full article

May 20, 2025

#Start using Rslib

Tuesday, May 20, 2025 Teklinks

We provide the scaffold tool create-rslib for quickly creating Rslib projects. This scaffold supports creating Node.js / React library projects and supporting development tools. Additionally, we provide migration documentation to help users migrate from other build tools to Rslib.

Full article

How Wix Uses RAG and Multi-Agent Systems to Find the Right Data Fast

Tuesday, May 20, 2025 Teklinks

Data discovery is a critical challenge in modern organizations, particularly for those adopting a data mesh approach. As companies transition from centralized data management to domain-driven ownership, locating the right data becomes increasingly difficult. Unlike traditional monolithic data warehouses that operate under a single governance model, a data mesh distributes responsibility across multiple domains, each with its own data structures, standards, and priorities.

Full article

May 19, 2025

How Promises Work in JavaScript

Monday, May 19, 2025 Teklinks

Promises in JavaScript may feel like an abstract or magical thing that handles the async work for us. Once you get into them, they're relatively easy to use, but not that easy to understand what's really happening.

Full article