Fix Android Emulator Audio on MacOS
Fix Android Emulator Audio on MacOS
Running an Android emulator on MacOS can ruin whatever music you're listening to, by completely distorting the sound. This post offers a solution, so you can get back to enjoying your music.
- Android
- MacOS
Easily Fix Hermes Engine Library Missing Error
Easily Fix Hermes Engine Library Missing Error
It is common to experience errors related to the Hermes Engine in recent versions of React Native. This blog post shows you how to fix them.
- CocoaPods
- Ruby
- Hermes
- React Native
Solved: Hydration failed because the initial UI does not match what was rendered on the server
Solved: Hydration failed because the initial UI does not match what was rendered on the server
Learn how to fix this common React hydration error message.
- Hydration
- React
- SSR
How to Auto-publish Gatsby Blog using Github Actions
How to Auto-publish Gatsby Blog using Github Actions
Gatsby has lots of great features for publishing content, such as using a headless CMS or another external data source. But what if you want something simpler? This post will teach you how to schedule your content to be published using a GIT repo and GitHub Actions.
- Gatsby
- GitHub
GitHub Search Cheatsheet
GitHub Search Cheatsheet
The Github search feature is great, but remembering all the syntax used for filtering results isn't. This cheatsheet makes it simple.
- GitHub
Easily Fix React Hydration Errors
Easily Fix React Hydration Errors
React hydration is a great feature that allows your site to seamlessly transition from simple HTML to an interactive Single Page App (SPA). Unfortunately it is also easy to run into errors. In this blog post, I explain how you can fix those errors.
- React
- Hydration
- SSR
How jQuery Works
How jQuery Works
jQuery is an often misunderstood framework. With $ syntax, a simple API, and plugins, it can appear to be a language of its own. Of course, in reality, jQuery is nothing more than a well thought out Javascript library, and this post aims to demystify some of that code.
- jQuery
- Javascript
Backbone SEO
Backbone SEO
Single-page web apps created with frameworks like Backbone.js can offer a very pleasant user experience, but that is only true for humans. If your site needs to be machine-readable, your app needs to speak the machines’ language.
- PHP
- PhantomJS
- Backbone
- Javascript
- SSR
- NodeJS