Writing
RSS feed- note
Been Awhile
It's been a while since I've written anything here. Since discovering Algorand almost 3 years ago, I've been busy learning and building.
- note
Freeze and Clawback Addresses for Algorand Standard Assets
Generally you don't want to set a freeze or clawback address on the Algorand NFTs you create and want to sell.
- note
Algorand, NFTs, and Games
I've been looking into and trying to wrap my head around blockchains, smart contracts, and NFTs and how they work from a developer's viewpoint.
- note
List of possible allowed Gutenberg Blocks for WordPress
Helpful snippet that shows all of the allowed blocks that you can use. Removing items from this list will hide them in the Gutenberg editor.
- snippet
useColorTheme
This hook adds logic to check whether or not to use the default system theme or a theme set by the user.
- snippet
useGameLoop
This hook uses setInterval to create a game loop that runs every certain amount of seconds.
- note
Render Dynamic Element Tags in React
Brief explanation of how to render dynamic element tags in React
- note
How to query a Firestore collection for documents added today
Query all documents in a Firestore collection that were added today
- snippet
development.services.yml
development.services.yml file for a development Drupal 8 environment
- snippet
.prettierrc
Prettier configuration that I use in most projects
- snippet
settings.local.php
Drupal 8 settings.php file for local development
- note
How to set title bar color in VS Code per project
Change the background color of the title bar in VS Code
- note
Show rulers when inspecting elements via Chrome Dev Tools
How to enable element rulers to display box model lines when inspecting elements
- note
Reopen Visual Studio Code IntelliSense Window
Brief explanation of how to reopen Visual Studio Code IntelliSense Window if it closes on you accidently
- note
How to run Pub/Sub Firebase functions when using the Firebase emulators
Test pub/sub functions locally with Firebase emulators and Firebase shell
- note
nuxt command not found
How to solve the npm error `nuxt command not found`
- note
How do I check whether or not an array of numbers are in consecutive order using JavaScript?
Quick explanation of how to determine if an array of numbers are in consecutive order
- note
npm ci
TIL you can run `npm ci` instead of `npm install`
- note
How to convince your coworkers to use Gitmoji
Easy steps any developer can follow to convince their coworkers to use Gitmoji
- note
How to remove all default Gutenberg block patterns
Quick explanation of how to remove the default Gutenberg block patterns.
- note
11 Questions
My answers to the 11 questions from Tribe of Mentors by Tim Ferris
- note
How to export indexes from Firestore
CLI command to export indexes from Firestore
- note
Meditations
A list of daily reminders for myself
- note
How to deploy one function to Firebase
CLI command to deploy one function to Firebase
- note
Composer Error: PHP requirement incompatible with your PHP Version
Add `--ignore-platform-reqs` flag to composer require command to get around this.
- note
Create a Search page using Search API in Drupal 8
Using Drupal 8's Search API, we'll quickly run through the steps for building a search page.
- note
Disable taxonomy term pager in Drupal 8
In order to disable the pager on a taxonomy term page, you can set the `terms_per_page_admin` setting to a really high number.