Rachael Kiselev
11 posts
SOLID: O – Open/Closed Principle (OCP)
Introduction to OCP: The Open/Closed Principle (OCP) is another key component of the SOLID principles. It states that…
What We Didn’t Do Boosted Our Paid Ad CVR by 11% [Expert Interview]
Our CRO team made a change that lifted the performance of our paid ads by almost 11% —…
What is the Go-to-Market Strategy for AI Products? by Maja Voje
How do you ensure your AI product not only survives but thrives in this competitive market? A well-crafted…
How to Prove the ROI of Community Management (According to Experts)
In a perfect world, my car would run on starlight and dreams, fries would taste good reheated, and…
Modals with Remix
Modals with Remix Using Remix I have found it second nature to use modal routes when I can.…
Best Practises for Building Responsive design in 2024
Responsive design is a web design approach that ensures websites display well on any device, from desktops to…
Improving the Accuracy-Robustness Trade-Off of Classifiers via Adaptive Smoothing
Overview Proposed a method to significantly improve the trade-off between clean accuracy and adversarial robustness in neural classifiers…
Joplin App Review: More Than Just a Markdown Note-Taking App
In the bustling world of digital note-taking and personal organization, the Joplin app has distinguished itself as a beacon of efficiency and…
10 Youtube channels to enhance your skills as a frontend developer
If you are a frontend developer or aspiring to become one, you might be looking for some resources…
Higher Order Components: Cleaning Up Repetitive React Code
Introduction to the problem: Repetitive React components While working on building a secure message center, I ran into…