personalblog
personalblog

personalblog

My daily experience in crypto world


device orientation

17 Feb 2025 1 minute read 0 comments medeb

Media Queries for Responsive Design: Addressing Mobile Device VariationsWhen designing for mobile devices, relying solely on a fixed max-height (like 768px) within media queries can lead to layout issues due to the vast range of screen sizes and orie...

stop propagation

16 Feb 2025 1 minute read 0 comments medeb

Click Propagation and Routing Issues with Icon LibrariesWhen using icon libraries like Font Awesome or Icomoon within elements that also trigger routing (e.g., elements with Angular's routerLink), click propagation can become problematic.  If the ico...

font awesome and iconmoon

15 Feb 2025 1 minute read 0 comments medeb

Font Awesome and Icomoon: Icon Libraries for Social MediaFont Awesome and Icomoon are both popular icon libraries that provide scalable vector icons which can be used on websites and applications.  They offer a wide range of icons, including those co...

Accepting Developer1's Version

14 Feb 2025 1 minute read 0 comments medeb

Accepting Developer1's VersionTo exclusively retain the modifications made by Developer1 and discard any local changes, the following Git commands can be employed:Bashgit checkout --theirs .git add .git commit -m "Accepted Developer1's version"The gi...

Element Ref

13 Feb 2025 1 minute read 0 comments medeb

Limitations on Access by ViewChild and ElementRefAccessing Angular Material elements via the ViewChild and _elementRef properties is no longer a viable solution. These techniques, once used, no longer allow for efficient programmatic interactions wit...

ng deep host

11 Feb 2025 1 minute read 0 comments medeb

Obsolescence of theming and overlay techniquesUsing deep ng-host is no longer effective for customizing components like the Prime carousel or Angular Material elements. This approach, once widespread, is now unsuitable for the evolution of front-end...

vlc multcloud

9 Feb 2025 1 minute read 0 comments medeb

VLC Limitations: While VLC offers a user-friendly interface for basic video conversions, it presents limitations when dealing with large WebM files. Requiring an internet connection to upload these files for compression can be inconvenient and time-c...

primeng ng deep

8 Feb 2025 1 minute read 0 comments medeb

Clean and Maintainable Styling with PrimeNG This css code demonstrates a modern and maintainable approach to styling PrimeNG carousel components. It emphasizes the use of standard CSS selectors and avoids deprecated or non-standard techniques like ::...

nostr playstore

7 Feb 2025 1 minute read 0 comments medeb

Amethyst: Your Gateway to the Decentralized Social World of NostrAmethyst is a versatile and user-friendly application designed to connect you seamlessly to the innovative, open-source, and decentralized social network known as Nostr.  Nostr distingu...

Pastebin to describe your algorithm by Get Merlin and avoid snippet txt

5 Feb 2025 1 minute read 0 comments medeb

Use a text sharing siteTo get around message size limitations, you can copy the algorithm into a document and share it via an online service like Pastebin, Gist, or Google Docs. Then, send the link to this document in the conversation.Send the algori...