How to start new project in Firebase console ?

Firebase

Visit https://firebase.google.com/ and click “Go to console” from top right corner, which will redirect you to Google … Read more

Setting up Firebase Crashlytics for Android app crash logs collection

When you publish your application in Android playstore and user starts using it, its possible that your … Read more

Hosting a static website with Nginx on Ubuntu

In our previous post “What is Nginx and how to install Nginx on Ubuntu 20.04 ?”, we … Read more

What is Nginx and how to install Nginx on Ubuntu 20.04 ?

What is Nginx ? NGINX is open source software for web serving, reverse proxying, caching, load balancing, media … Read more

Writing first WSGI application and running it with uWSGI

WSGI is the Web Server Gateway Interface. It is a specification that describes how a web server … Read more

Android app splash screen dimensions

When we launch our android application to playstore, the major part which helps us with the branding … Read more

Showing Scrolling Text Message in HTML using marquee

In the below example, we are showing how you can create a simple scrolling text message in … Read more

How to use an image as a hyperlink in HTML ?

hyperlink

In our previous post, we shown you how you can set an hyperlink for the text, in … Read more