Posts
All the articles I've posted.
Visual Representation of SQL Joins
Published: at 09:16 AMA visual guide to understanding different types of SQL joins, including INNER JOIN, LEFT JOIN, RIGHT JOIN, and FULL OUTER JOIN, with visual aids to help grasp the concepts.
Text to UML Diagrams - Online tools
Published: at 12:00 PMAn introduction to text-based tools for creating UML diagrams, highlighting SVG-Sequence-Diagram, js-sequence-diagrams, and websequencediagrams.com, with an example of a request-poll-response style architecture.
The one cost engineers and product managers don’t consider
Published: at 12:00 PMEmphasizes the importance of simplicity in engineering, arguing that simpler code is more valuable to an organization and advocating for a focus on efficiency over complexity.
Request-Acknowledge-Poll as a service design pattern
Published: at 01:40 PMAn explanation of the Request/Acknowledge service design pattern, including variations like Request/Acknowledge/Poll and Request/Acknowledge/Callback, and their implementation in reducing temporal coupling.