Russell Boyd
Licensed Realtor I Data Analyst | PropTech Patron I Website Designer I Cyclist
Real Estate
Programming & Web Design
Data Analysis
Property Technology
Recently Created Websites
RussellBoyd.realtor
– Tech Used: HTML5 / JavaScript / CSS / API Integration / PHP / SQL / WordPress
– Design Practices: Responsive Design, UI/UX Design, Typography, Imagery, Consistent Color Scheme, Intuitive Navigation
Casitas Builders
– Tech Used: HTML5 / JavaScript / CSS3 / PHP / SQL / WordPress
– Design Practices: UI/UX Design, High-Quality Imagery, Informative Content Layout, User-Friendly Navigation, Clear Call-to-Action Buttons, Consistent Branding and Visual Identity
Sun Coast Real Estate
– Tech Used: HTML5 / JavaScript / CSS / PHP / SQL / WordPress
– Exercises: UI/UX Design, High-Quality Imagery, Informative Content Layout, User-Friendly Navigation, Clear Call-to-Action Buttons, Consistent Branding and Visual Identity
Practice Projects
API Driven Weather App
– Tech Used: HTML / JavaScript / CSS
– Frameworks/Libraries: Node.js / Open Weather API Integration / REACT.js / Tailwind / Luxon
– Exercises: React Components, State Management, API Integration, Conditional Rendering, Loading States, Deployment
Password Generator
– Tech Used: HTML / JavaScript / CSS
– Exercises: JavaScript Fundamentals, Randomization, User Input Handling, DOM Manipulation, Problem-Solving and Logic
Zen Quote Generator
– Tech Used: HTML/JavaScript/CSS
– Exercises: JavaScript Fundamentals, Randomization, DOM Manipulation, Array Operations
Helpful Insights
Things I found helpful and hard to find.
Collapsible Content With HTML/CSS
I love JavaScript! However, to create a simple, user-friendly collapsible content section without relying on JavaScript is as follows: The CSS: <style> details { border: 1px solid #aaa; border-radius: 4px; padding: 10px;...
clamp() Function in CSS for Fluid Font Sizes
The CSS clamp() function is for responsive typography. This function allows you to set a font size that scales between a minimum and maximum value based on the viewport width. clamp() allows you to set a value that adjusts between a defined minimum, preferred, and...
rsync, The Synchronization Buddy
A very useful Linux terminal command is 'rsync'. rsync is a powerful and versatile utility for synchronizing files and directories between two locations, either locally or over a network. It's commonly used for backups, mirroring, and copying files efficiently.Local...
scp, The Quick and Basic Guide
SCP (Secure Copy Protocol) is a command-line tool in Linux that allows you to securely transfer files and directories between computers over a network. Here's a quick and basic guide on how to use SCP. 1. Basic Syntax The basic syntax for using SCP is:scp [options]...