Latest Updates

Documenting code, one commit at a time.

Enhancing SEO with Structured Data and Robots.txt Optimization

Improving a website's visibility to search engines often involves a combination of structured data implementation and proper handling of robots.txt. This post details how structured data was added to a landing page and blog posts, and how a dynamic robots.txt file generation was replaced with a static one for better performance.

Implementing JSON-LD Structured Data

Structured data helps

Read more
CSS

Improving Sidebar Header Behavior with CSS Sticky Positioning

Addressing layout issues is a common task in web development. One frequent problem is ensuring that headers, particularly in sidebars, remain visible even when the user scrolls down the page. This post details how to resolve a scenario where a sidebar header was being cut off during scrolling by implementing CSS sticky positioning.

The Problem: Header Scroll Cutoff

The original

Read more
CSS HTML JavaScript

Adapting UI Components for Themeable Applications

This post delves into a practical approach for creating flexible UI components that seamlessly adapt to various themes within an application. We'll explore how to avoid hardcoded styles and instead leverage style variables to ensure consistent visual appearance across different themes.

The Problem: Hardcoded Styles

In many applications, UI components are initially developed with a specific

Read more

Streamlining User Onboarding: Integrating LinkedIn Login for Enhanced Recommendation Flows

Introduction

We've recently enhanced the user experience within our application by integrating LinkedIn login and registration, specifically aimed at simplifying the recommendation flow. This post details the changes and the reasoning behind them.

Key Improvements

Simplified Registration and Login

Previously, recommenders needed a GitHub account, which added friction to the process.

Read more
CSS

Enhancing Video Calls with Custom Backgrounds

In today's environment, video calls have become a staple for communication. To enhance the user experience and provide a more personalized touch, we've added custom background assets for popular video conferencing platforms like Zoom and Meet.

Design and Branding

The custom backgrounds feature a neo-brutalist design incorporating the project's brand colors, logo, and the IBM Plex Mono

Read more
HTML CSS

Elevating Video Calls with Custom Background Assets

In today's remote work landscape, video calls have become a ubiquitous part of our daily routines. To enhance the visual appeal and branding consistency of our video meetings, we've introduced custom background assets.

The Need for Customization

Generic backgrounds can be distracting or lack a professional touch. By providing tailored background images, we aim to:

  • Reinforce brand
Read more
HTML JavaScript CSS

Simplifying User Onboarding: Consolidating CTAs into a Single Registration Button

In user interface design, a common challenge is guiding users towards key actions without overwhelming them with options. A recent update to our application's /earn page focused on streamlining the initial user experience by replacing multiple call-to-action (CTA) buttons with a single, unified registration button.

The Problem with Multiple CTAs

Having separate buttons for "Login" and

Read more

Enhancing Theme Preview Performance

Introduction

This post discusses recent improvements made to the theme preview functionality in our application. The focus was on optimizing the user experience by reducing the preview size and removing unnecessary UI elements.

Theme Preview Optimization

A key area of improvement was reducing the size of the theme preview. A smaller preview renders faster, especially on devices with

Read more

Enhancing User Experience: A Small Change with a Big Impact

Introduction

Recently, we made a seemingly small change to our application's navigation, specifically related to the 'Earn' link. This modification involved adding a '$' symbol to the link across all supported languages. While simple, this update reflects our ongoing commitment to improving clarity and user experience.

The Change: Adding the '$' Symbol

The core of the update involved

Read more

Enhancing User Experience: Interactive Theme Previews

Introduction

We aimed to enhance the user experience on our application's welcome page by replacing static theme links with an interactive, inline preview feature. This allows users to visualize theme changes directly without navigating to external sites.

The Challenge

Previously, users had to click on external links to preview different themes. This process was disruptive and

Read more