Skip to content

Latest

All tags
Install Plex Media Server on Raspberry Pi cover image
Tutorial

Install Plex Media Server on Raspberry Pi OS

Learn how to install Plex Media Server on Raspberry Pi OS with this step-by-step guide. Optimize your Raspberry Pi 3 or 4 for media streaming by using the lightweight Raspberry Pi OS Lite. Perfect for building a powerful, headless media server. Start streaming your favorite content today!

21 Aug 2020 /4 min read
Unity 3D dice rolling cover image
Unity

Rolling 3D dice with simulated physics in unity.

If you’ve ever wanted to make virtual dice rolls feel more real, this post is for you. Learn how we used Unity’s physics engine to create lifelike 3D dice rolls with gravity, friction, and randomness—making your games more immersive and fun without too much coding hassle.

12 Mar 2020 /4 min read
Chasing lights animation in Unity cover image
Unity

Chasing Lights in unity with UI image fade helper

Create vibrant UI animations in Unity with simple image fade functions! Learn how to build "chasing lights" effects, like slot machines or exchange signs, using reusable helper functions for fading UI images.

08 Mar 2020 /3 min read
Fading sprite in Unity cover image
Unity

Unity "Blink Pulse" Sprite Animation

Create a simple "blink pulse" sprite animation in Unity with this lightweight script. Adjust minimum alpha, maximum alpha, and cycles per second to control the fade effect. Attach it to your sprite GameObject for an easy, customizable pulsating animation that enhances your game's visuals!

29 Feb 2020 /2 min read
Clear data for individual sites in Chrome on iOS cover image

Delete browser history for individual sites in Chrome on iOS

Learn how to delete browser history for individual sites in Chrome on iOS with this step-by-step guide. While Chrome for iOS lacks a full domain data deletion feature like Android, this method helps you clear specific records easily. Follow these simple steps to manage your history!

27 Feb 2020 /2 min read
Optional chaining in nested JavaScript objest cover image

JavaScript optional chaining - failsafe way of accessing object properties that might or might not exist.

JavaScript optional chaining is a simple way to safely access nested object properties that might not exist. This article covers practical methods like 'or empty object', Ramda.js path, and the ?. operator to handle undefined properties and keep your code from crashing.

26 Feb 2020 /2 min read
Unity audio fader helper function cover image
Unity

Unity audio fade in/out function (C#)

Create seamless audio transitions in Unity with this simple C# helper function. Learn how to easily fade audio in and out using coroutines for smooth sound effects in your game. Perfect for enhancing player immersion without complex coding.

25 Feb 2020 /3 min read
Markdown to React elements without a library
Tutorial

Generate react.js elements from markdown like text

Learn how to render dynamic text into React elements with a lightweight, recursive JavaScript function. This approach supports line breaks, bold, italic, and underline formatting without external libraries, ensuring simplicity and maintainability for modern web applications.

25 Feb 2020 /9 min read
JavaScript shuffle cover image

JavaScript shuffle array (randomize)

Learn how to randomize any JavaScript array with this simple function. It shuffles the array in place without creating a copy. Try the interactive example to see it in action and easily integrate it into your projects!

23 Feb 2020 /1 min read
Deleting chrome browser data on Android cover image
Tutorial

How to clear browser data for a single site in chrome on android. Step by step

Learn how to clear browser data for a single site in Chrome on Android. This step-by-step guide shows you how to delete cookies, cache, and local storage for specific websites or remove individual pages from your history without affecting other sites. Manage your data with ease!

21 Feb 2020 /2 min read

One solid guide a month.

No spam, no course upsell. Just deploy templates that work and the notes taken getting them there.

Free. Unsubscribe any time.