Event Sourcing: The Ultimate Guide for Software EngineersEvent Sourcing is an architectural pattern where state changes are stored as a series of immutable events, instead of updating a DB record.Mar 10Mar 10
Published inJavaScript in Plain EnglishUnderstanding the Fundamentals of Domain-Driven DesignJun 9, 2023Jun 9, 2023
Published inBits and PiecesType vs Interface in TypeScriptFeb 9, 2023A response icon2Feb 9, 2023A response icon2
Published inBits and PiecesSetting up Next.js URL Rewrites with NetlifyJul 14, 2022A response icon1Jul 14, 2022A response icon1
Published inCoinsBenchGenerating NFTs with HashLips — Technical Explanation for Non-TechnicalsAn effort to explain the technical facts behind the HashLips art engine in a way that anyone can understand.Feb 4, 2022A response icon3Feb 4, 2022A response icon3
Published inBootcampCharacteristics of a good UX according to GoogleWhat makes a product effective to its users? The answer varies depending on the product.Sep 27, 2021Sep 27, 2021
Integrate PayHere to your Flutter appThis article explains how to integrate PayHere payment gateway with your Flutter app using PayHere Flutter SDK.Sep 10, 2021Sep 10, 2021
What “Great Place To Work” meansI’m writing this article to share my internship experience at 99x.Jan 6, 2021Jan 6, 2021
Published inLevel Up CodingShell Scripting Quick Beginner’s GuideShell Script is a program designed to run in the Unix/Linux shell. We can write a particular set of commands as a script and run it to…Sep 13, 2020Sep 13, 2020
How to Decode medium-editor Base64 Images and Upload Them to a S3 BucketExplains how to get base64 encoded images from HTML img tags comes from medium-editor, decode and upload to S3 Bucket using Node JS.Aug 16, 2020Aug 16, 2020