How to Make CSS Font Auto-resize
To make a font automatically resize in CSS, you can use the vw (viewport width) unit in the font-size property of an element. The vw unit is equal to 1% of the width of the….
Read moreCoding Tutorials and Development Tips
To make a font automatically resize in CSS, you can use the vw (viewport width) unit in the font-size property of an element. The vw unit is equal to 1% of the width of the….
Read moreThere are a few reasons why people might confuse npx and npm. Since npx is a tool that is included with npm, they are often used together and in some cases, you can use npx….
Read moreThe slash is a reserved character that is used as a separator in file paths. While it is not possible to use the slash character (/) in a file name on Windows, this post will….
Read moreIn this post, we’ll show you how to read/write JSON file from Google Cloud Storage bucket with JavaScript (Node.js) Setting up Credential You’ll need to install google-cloud/storage first using npm install. Note: if you’re using….
Read moreHosting static website on Google cloud run has becoming popular recently (well, aside from CDN hosting) But there are some extra steps needed in order to put Cloud Run hosted website behind Cloudflare’s reverse proxy…..
Read moreThere are sometimes you might want to downgrade an application on Oculus quest 2 after you updated it. Unfortunately, Oculus store doesn’t provide any direct downgrade option (which is quite annoying). So in this tutorial,….
Read moreThis is it! Ladies and gentlemen. This is smallest gaming and development pc I’ve ever built. It even has smaller footprint than a laptop without compromising any performance. In this post we’ll talk about Geeek….
Read moreRecently I had an urgent need to combine multiple PDF files into one file. Unfortunately I didn’t have Adobe Acrobat Pro installed on my PC. I knew there are online PDF merger tools out there….
Read moreIn this tutorial, we’re going to show you how to use Tensorflow.js and a pre-trained human segmentation machine learning model BodyPix to real-timely remove person from video (This tutorial is inspired by this project from….
Read moreIn this post, we’re going to show you an awesome free service to generate a human photo using AI. Since the human in these photos don’t exist, you can use them without any problem. Very….
Read more***Disclaimer: This vanilla hackintosh guide/tutorial is only for educational purpose. Mainly for anyone who would like to try macOS experience before buying a real mac or get a better understanding of Mac boot process. We….
Read moreAs we have mentioned, WebXR is one of the upcoming web design trend in 2020. Web developers have been trying to integrate Virtual Reality experience into websites for years. However, the first API standard “WebVR”….
Read more