CurseForge

How To Install a Resource Pack on CurseForge

While shaders make Minecraft look pleasing, resource packs are an additional way to change a theme o

In these interests: CurseForgeGamingMinecraft

How To Publish a Modpack on CurseForge

Whenever you join a multiplayer server, chances are they’ve published a custom modpack through Cur

In these interests: CurseForgeGamingMinecraft

How to Install OptiFine on CurseForge

Have you ever wondered how those beautiful Instagram photos of Minecraft builds come to be? Or just

In these interests: CurseForgeGamingMinecraft

How to Install Shaders on CurseForge

Shaders, also known as shader packs, are a way to bring your Minecraft gameplay to a new level of be

In these interests: CurseForgeGamingMinecraft

Design

How to Resize an Image in InDesign

You might think that resizing an image would be as simple as dragging the corner of the frame. Well,

In these interests: AdobeDesignInDesign

How to Change Pixels to Inches in InDesign

InDesign uses “picas” as its default measurement for new documents. Many graphic designe

In these interests: AdobeDesignInDesign

How to Crop an Image in InDesign

You’ve placed that great image into your InDesign document, but only want to use a portion of

In these interests: AdobeDesignInDesign

How to Preview in InDesign

At some point, your project will get so complex with placed images and text that you can n

In these interests: AdobeDesignInDesign

DevOps

Secure Your Sensitive Data with Kubernetes Secrets

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

In these interests: CodeDevOpsKubernetes

Install Prometheus and Grafana in your Kubernetes cluster

What is Prometheus? Prometheus is an open source systems monitoring toolkit originally developed by

In these interests: DevOpsKubernetes

How to Add a Health Check to Your Docker Container

This guide will cover Docker health checks. First, we’ll talk about what health checks are and

In these interests: DevOpsDocker

Digital Art

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

Digital Illustration

How to Remove a Background in Illustrator

Adobe Illustrator has a few tools available that allow users to remove the background from their wor

Using 3D Reference Models in Clip Studio Paint

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

DIY

How to Make Whiskey Simple Syrup

When I was first offered a beverage flavored with whiskey simple syrup, I was in a coffee shop in Sa

In these interests: DIYFoodRecipes

Power Your Raspberry Pi Zero with a Battery Using the JuiceBox Zero

The Raspberry Pi Zero is an incredible tool for building a wide variety of IoT devices. And until la

In these interests: DIYRaspberry Pi

How to Make the Perfect Dovetail Joint Using Traditional Woodworking Tools

There are plenty of helpful videos on this subject, but I find guides with pictures to be useful wit

In these interests: DIYWoodworking

Ender 3 V2 – The Easiest Guide to Leveling and Test-Printing

If you’re like me and are just starting out on your 3D printing journey, there’s little doubt in

In these interests: 3D PrintingDIYEnder 3Technology

How to Make Chamomile Simple Syrup

For thousands of years, chamomile has been used to calm anxiety and settle sour stomachs, but recent

In these interests: DIYFood

A Fan’s Guide to the Best Star Trek Fan Films

When it comes to Do-It-Yourself projects, the ultimate expression has to be fan films. The amou

In these interests: DIYMoviesPop CultureStar Trek

How to Lay 5/4 Wood Decking

5/4 decking looks great and is very cost effective. This guide will take you through laying and secu

In these interests: DIYHomeWoodworking

Anycubic Kobra Go: How to Load Filament

I dig the Anycubic line of Kobra printers in large part because of how many ease-of-use fe

In these interests: 3D PrintingAnycubicDIYTechnology

Leveling the Kobra Go 3D Printer

I’ve been a pretty die-hard fan of Anycubic’s Kobra series and the 25-point automat

In these interests: 3D PrintingAnycubicDIY

Create a Raspberry Pi MIDI keyboard synthesizer

Waiting for the bass to drop? Wait no longer! Today we’re making our own Raspberry Pi-powered

In these interests: DIYMusicRaspberry Pi

My $75 DIY Fire Pit

There’s nothing like a fire pit to bring friends together! I decided to make a budget-consciou

In these interests: DIYfirepitsOutdoors

How to Soften Paintbrushes (and keep them good as new!)

If you’re a painter, you’ve likely dealt with dried paint left on the bristles on your b

In these interests: ArtDIY

Django

Getting Started with Django Testing

I have been programming for a while and have only recently begun to implement testing into my develo

In these interests: DjangoPython

Combine Two Querysets in Django (With Different Models)

Today, I stumbled upon a use case where I needed to have a querysets that had objects from different

In these interests: DjangoPython

How to Rerun a Django Migration

By default, Django migrations are run only once. But sometimes we need to rerun a Django migration,

In these interests: DjangoPython

Docker

How to Run a Raspberry Pi Cluster with Docker Swarm

A cluster is a group of computers performing the same task, operating as a single system. Although R

In these interests: DockerRaspberry Pi

How to Add a Health Check to Your Docker Container

This guide will cover Docker health checks. First, we’ll talk about what health checks are and

In these interests: DevOpsDocker

How to Remove Orphaned Volumes in Docker

When using Docker sometimes it’s necessary to do some cleanup in order to free up space. I ran

In these interests: Docker

How to Show All Layers of a Docker Image

Docker images are made up of layers, and many times you’ll want to see details on each layer o

In these interests: Docker

Recipes

How to Make Whiskey Simple Syrup

When I was first offered a beverage flavored with whiskey simple syrup, I was in a coffee shop in Sa

In these interests: DIYFoodRecipes

Regex

Python Regexes – findall, search, and match

This guide will cover the basics of how to use three common regex functions in Python – findal

In these interests: PythonRegex