2 followers
Open Source Enthusiast | Full-Stack Developer | Occasional Runner
Purpose We had some issues with the OAuth libraries in Expo React Native for Android. The Native libraries were working on iOS without any issues but...
If you are a developer, you might have seen the following error many times especially when dealing with APIs. For security reasons, browser blocks...
Before jumping into the topic, let's see an example. Can you guess the color of the paragraph? /* CSS */ p{ color: green;} p{ color: red;} <!-- HTML...
You can't imagine a web page without styles (CSS). They play a key role in page beautification. The key to understanding the CSS is understanding the...
This is a beginner’s guide to how to deploy a static website from GitHub to Netlify. Netlify is a service which provides an easy way to deploy the...