RSSAmplifier

Blog

CODING w/RICKY

Personal website of Richard Barella - Software developer, writer, and lifelong learner

codingwithricky.comRSS feed ↗15 posts

Latest posts

First post

This is my blog. 'Coding With Ricky'. It's a blog for everyone, where I can share my insights and learnings as a Software Engineer so you can learn along with me.

Implementing a Photo Stylizer in Python using a QuadTree Algorithm

Learn how to write a python script to create a quadtree based filter for stylizing photos

Readably Display Arbitrary Python Data

Learn a method for displaying nested python dicts and lists to the terminal

Write more elegant Plotly Dash clientside callbacks completely in Python

Runs clientside callback functions in Dash applications using Python syntax, eliminating the need for inline JavaScript.

Creating a CLI with Shell Scripting

Process argument inputs to a Shell script using the 'shift' command

'ControlMaster auto' for reusing SSH connections

Master SSH connection efficiency with 'ControlMaster auto'

Creating Modular Web Components in Plotly Dash with BaseComponent

A Python package to simplify component structuring while promoting modular web design

Easily plot graphs in your website using Plotly + Python

100 billion ways to plot data on the web, but this one is the easiest

Super Easy Python CLI with Click

Your python code is now 100% more elegant and usable as a command-line program using Click

Learn coding on FreeCodeCamp without internet access

Unreliable internet? Or going off the grid? Download and install FreeCodeCamp to learn offline.

Intro to Github Pages: Create a simple and free personal website

Anyone with or without coding experience can make a website for free

Monitoring Windows usage in Python: A Step-by-Step Guide

Discover how to monitor and log Windows usage with Python in this step-by-step guide. From fetching the active window title and process details to continuously tracking and logging changes in real-time, this article walks you through building a simple yet powerful monitoring tool using Python's pywin32 and psutil libraries. Perfect for anyone interested in productivity tracking, system monitoring,…

Passwordless SSH between systems that share a /home

Save 2 seconds of your time by setting up an SSH key

Quickstart to Plaid Financial API using Django

A Django-based template for building apps using Plaid

Top-down structure of code

Simple reminder on how to structure code