This guide will go through how to configure your VS Code for snippet development, the different kinds of snippets you can create, and how to set up selected text keybinding so your snippets work with hotkeys.
3 posts tagged with "how-to"
View All TagsHow to Optimize your websites images for Pagespeed
I will go through some things you can do to your images to get a pagespeed score of 90-100 for both mobile and desktop, like Preparing different image sizes and formats like webp, and Media Queries for supporting the sizes and formats.
If you have the 💰💰💰, you can use a cloud service like imagekit.io and let them handle your image and video optimizations. This blog is mainly for people who don't have deep pockets.
How to work with Expo Bare Workflow
We will go through how to run and debug Android and iOS on an Expo Bare Workflow Locally through Emulator and Physical Device, with Expo Go, and with EAS Build.
This blog assumes you have already installed the usual things you need to run expo apps which are expo-cli, yarn, and node.js
Note node version lts/gallium worked best for me.