rahimmoyo.hashnode.devHow to Pass the Workable "Attention & Focus" Dice Assessment: A Step-by-Step Logic GuideIntroduction Have you encountered the Workable "Attention & Focus" assessment during a job application? This cognitive test, provided by Workable, involves a series of dice, nested colored boxes, and a list of cryptic rules. If you found it frustrati...Nov 26, 2025·3 min read
rahimmoyo.hashnode.devBuilding an API-Spreadsheet Integration: Complete Implementation GuideIn my previous post, I discussed the architecture and design principles behind building a robust API-Spreadsheet integration engine. Today, I'm providing the complete implementation guide with ready-to-use code and real-world examples. What You'll Bu...Oct 26, 2025·9 min read
rahimmoyo.hashnode.devBuilding a Scalable API-Spreadsheet Integration Engine: A Backend Engineer's JourneyIntroduction In today's data-driven world, the gap between technical and non-technical teams often creates bottlenecks. As a backend engineer, I recently faced an interesting challenge: how to empower business teams to work with REST APIs using their...Oct 5, 2025·6 min read
rahimmoyo.hashnode.devCreating a simple Blog API using Node.js, Express.js, MongoDBIn this tutorial, we'll build a complete Blog API from scratch using Node.js, Express.js, and MongoDB. This RESTful API will handle basic CRUD operations for blog posts and comments. Prerequisites Node.js installed on your machine MongoDB Atlas acc...Feb 11, 2023·7 min read