?> Home - Addeos

Curabitur lacinia

Curabitur quis nibh vulputate nisi tincidunt eleifend.

6 May 2024 No comments

My first SaaS tool is live – Progr.io

A brillant idea needs a tracking tool Are you an indie hacker, solopreneur, developer, or startupper with a brilliant idea but unsure of how to refine and track it? I've been there - the initial excitement of a new idea can quickly become overwhelming when it comes to the nitty-gritty details. That's why I've developed […]

30 January 2024 No comments

Generating PDF from Markdown with Grip

Markdown is a popular lightweight markup language used for formatting plain text documents. While Markdown excels in simplicity and ease of use, there are scenarios where the need arises to convert Markdown files to more portable and shareable formats, such as PDF. PDFs provide a consistent and printable representation of documents, making them an ideal […]

18 January 2024 No comments

Enhancing Magento 2 JavaScript Modules with Mixins: A Guide

Introduction: Magento 2 provides a robust and extensible architecture that allows developers to customize and extend functionality easily. One powerful feature for extending JavaScript modules is the use of mixins. In this article, we will explore how to add a mixin to an existing JavaScript module in Magento 2, drawing parallels to the familiar concept […]