Using GDB to debug functions defined in another file in C

In our previous post “How to use gdb for debugging application programs ( On Ubuntu Linux using … Read more

Solved git error – fatal: unknown index entry format 0x16700000

Recently we did one find and replace in our existing git using command mentioned at “Grep and … Read more

Setting up a Material Components theme for your Android Application

Recently we migrated one of our old application to Androidx and then we came across this Material … Read more

Show alert dialog with options on click on Button in Android

Following code shows you how you can show an alert dialog with options such as Cancel, Subscribe … Read more

Grep and replace string from source code using command in Linux

Recently when we migrated our old code in Android to API level 30 i.e. androidx , lots … Read more

Firebase

How to integrate Firebase to your android Application ?

Once you created a project in Firebase console by following steps from “How to start new project … Read more

Firebase

How to start new project in Firebase console ?

Visit https://firebase.google.com/ and click “Go to console” from top right corner, which will redirect you to Google … 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