Lillian's Devblog
What is PCI Compliance?
PCI compliance refers to adherence to the Payment Card Industry Data Security Standard (PCI DSS), a set of security standards
Thirty Ways to Avoid Wasting Time
Here are 30 tips for avoiding wasting time and increasing your productivity: Implementing even a few of these tips can
Forty quotes on being productive and efficient
Here are 40 quotes on productivity and efficiency from notable figures focused on health, personal development, and the advancement of
How to work efficiently when your brain is endlessly curious
You label endless curiosity whatever you like: ADHD, “Ne-dom (extroverted intuition dominant)”, scatterbrained… but it doesn’t change that concentrating with
Ideas and Steps for Making a Markdown to HTML Renderer with JS
Here’s how to code a markdown renderer with JavaScript: Step-by-step thought process: Key points to consider: Code implementation: Let’s implement
Is there an equivalent of the Wix repeater for WordPress block editor?
My question of the week involves more convenient ways of fleshing out designs. In the WordPress block editor (Gutenberg), there’s
Differences between PWA’s and Native Apps in 2024
in 2013, the difference between web apps and native mobile apps was more pronounced than it is now. Currently, what
Learning how to Build a PC
(Generated with Phind.com) As someone new to computer hardware, learning about PC building can seem daunting, but there are many
JS and Caching
Caching is messy and complicated. Today I learned more about client side caching and how to get it cleared. How