Cryptocurrency

How to Build a Bitcoin/Cryptocurrency Price Ticker Using a Raspberry Pi

If you’re like me and check cryptocurrency prices throughout the day, every day, then you

In these interests: BitcoinCryptocurrencyRaspberry Pi

How to Run a Bitcoin Full Node on a Raspberry Pi

This guide teaches you how to run a Bitcoin full node, which is not the same as mining. You won̵

In these interests: BitcoinCryptocurrencyRaspberry Pi

Computers

How to Diagnose a PSU (Without Any Tools)

Being able to test your PSU without tools like a multimeter or other voltage reader really saved my

In these interests: ComputersPC

How to commit and push in Git

This guide will show you how to properly commit and push your work in Git. It is assumed that you ha

In these interests: ComputersGitGitHubWebdevWWW

Comcast

Xfinity: How to Change Your WiFi Network Name

Most Xfinity routers use a default WiFi network name (SSID) that is hard to identify and remember. C

In these interests: ComcastNetworkingXfinity

How to Reset a Comcast Xfinity Router or Modem

If your Internet is running slowly or you’re experiencing other connectivity issues with your

In these interests: ComcastInternetRouter

Xfinity Login: How to log in to your Xfinity account

This guide will provide instructions for getting logged in to your Comcast Xfinity account. 1 –

In these interests: ComcastInternet

How to Log in to a Comcast Business Router

Supporting your business is easy with a Comcast router or gateway. The router dashboard gives you pl

In these interests: ComcastInternetRouter

How To Fix Your Comcast Router: A Troubleshooting Guide

Comcast offers a router to all of its internet customers for a monthly fee. If your Comcast router i

In these interests: ComcastInternetRouter

How to Change your Comcast Xfinity WiFi Password

Routers provided by Internet Service Providers, like Xfinity, often come with really long and hard-t

In these interests: ComcastRouterXfinity

Xfinity Router Login: How to Log in to a Comcast Xfinity Router

There are many reasons you might want to access your Comcast Xfinity router. For instance, you may w

In these interests: ComcastInternetRouter

Coffee

How to adjust and calibrate Nespresso Inissia cup size/volume

By default, the Nespresso Inissia dispenses only a small amount of coffee. If you read the manual ra

In these interests: Coffee

How to Deep Clean Your Moka Pot

The aluminum moka pot can become oxidized over time and need a deep cleaning. For normal cleaning, s

In these interests: Coffee

How to Adjust Your Hario Mini Mill Coffee Grinder

The Hario Mini Mill grinder makes an affordable, high quality coffee grinder if you set it up proper

In these interests: CoffeeFood

Code

Secure Your Sensitive Data with Kubernetes Secrets

Kubernetes secrets are objects that store and manage sensitive data inside your Kubernetes

In these interests: CodeDevOpsKubernetes

Class Vs. Instance Variables in Python 3

When learning object oriented programming in Python, there can be a few gotchas when it comes to dis

In these interests: CodePython

VS Code: How to Move Search from the Sidebar to the Bottom Panel

This short guide will show you how to move the search box in Visual Studio Code from the sidebar to

In these interests: CodeVS Code

How to animate scroll in jQuery

In this guide, I’ll provide sample code for animating scroll in jQuery, and for those looking

In these interests: CodeJavaScript

How to Pretty Print JSON in Chrome Developer Console

This short guide will show you how to pretty print a JSON object in the Chrome Developer Tools conso

In these interests: CodeJavaScriptWebdev

Python time.sleep() – How to Make a Time Delay in Python

Learn how to use Python’s sleep function to make a timed delay. tl;dr 1 – Import the tim

In these interests: CodePython

How to Check Your Python Version

It’s good to know what version of Python you’re running. Sometimes you may need a specif

In these interests: CodePython

How to Install pip on Mac, Windows, and Linux

The Python standard library includes a great set of modules, but many projects will require the use

In these interests: CodePython

Nested defaultdicts in Python

While this requirement may seem rare, learning how to nest defaultdicts properly in P

In these interests: CodePython

Learn the slow (and fast) way to append elements to the DOM

jQuery is a powerful tool for front-end developers, but it does not alleviate the responsibility of

In these interests: CodeJavaScriptjQuery

How to check PHP syntax using the command line

If you’re using PHP for web development, you may often want to check the syntax of your file w

In these interests: CodePHPProgrammingWebdev

Cloud

How to Set Up Quick Connect on a Synology NAS

Synology is one of the most popular creators of Network Attached Storage devices on the market today

In these interests: CloudNASSynologyTechnology

How to Log Into a Synology NAS with the Synology Desktop App

Synology is one of the most popular creators of Network Attached Storage devices on the market today

In these interests: CloudNASSynologyTechnology

Clocks

How to Make Your Own Vinyl Record Clock

If you’re a music enthusiast (or know somebody who is and expects a gift from you), nothing be

In these interests: ClocksDIYMusic

Clip Studio Paint

Top 10 free brushes in Clip Studio Paint

Do you work in Clip Studio Paint? Are you feeling some artblock? Do you want to expand your toolkit

In these interests: Clip Studio PaintDigital Art

Using 3D Reference Models in Clip Studio Paint

Have you ever struggled with dynamic poses or trying to find a precise reference photo? Having

Cisco

How to Log in to a Cisco Router

There are plenty of reasons to log in to your router and many settings you can take advantage of to

In these interests: CiscoInternetRouter

How to Reset a Cisco Router or Modem

Cisco routers are pretty standard when it comes to factory resets. Like most devices, they have a fa

In these interests: CiscoInternetRouter

Chrome

How to Clear Your Browser Cache for Any Browser

Clearing your browser cache is a great way to solve common internet issues. If a webpage isn’t

In these interests: ChromeInternetSafari

How To Save Tab Groups in Google Chrome (Two Ways!)

Being able to create tab groups in Google Chrome is great, but being able to save them for

In these interests: ChromeGoogleGoogle Workspace

How to Open URLs in Google Chrome from the macOS Terminal

If you spend any amount of time working on the command line in macOS, you’ll realize it’

In these interests: BashChromeMacOS

How to Set Up and Connect to Chromecast

Got a new Chromecast? It’s time to get streaming! The setup process has changed over recent ye

In these interests: Chrome

Remove a Google Chrome Profile (The Quick Way!)

Google Chrome power users likely make use of profiles to manage various browsing contexts. There are

In these interests: ChromeGoogleInternet

Use Chrome Developer Tools to Check Whether Resources Are Loading over SSL

In the wake of Google’s announcement that it will start giving a ranking boost to full-SS

In these interests: ChromeWeb DesignWebdev

How to Stop Chrome from Automatically Redirecting to https

If you ever visited the https version of a website (whether it resolved or not),

In these interests: ChromeWebdev