how to get accepted for google adsense - codingsonata.com

How to Get Accepted in Google AdSense

I want to share with you my experience in applying my blog, codingsonata.com, to Google AdSense and successfully getting it accepted in the ad program. Honestly, It was not an …

Read More
how to dump object for debugging purposes in c# - codingsonata.com

How to Dump Object for Debugging Purposes in C#?

Explaining 3 ways to dump object in c# , including the Object Dumper, Json Serializer and Yaml Serializer

Read More
SQL Joins

SQL Joins

Having trouble understanding SQL joins? Then you are in the right place. Let me try to demystify this key topic for you. SQL Joins is one of the most important …

Read More
7 healthy habits to boost your productivity at work

7 Healthy Habits to Boost Your Productivity at Work

In this article I will tell you the 6 healthy habits to boost your productivity at work that you can follow to keep your body healthy, improve your body functions …

Read More

Android RecyclerView Tutorial

A RecyclerView is a great a way to show a large list of UI elements in an efficient way. You can combine TextViews, Buttons, ImageViews or any other UI elements …

Read More
Angular 7 Introduction

Introduction to Angular 7

Angular is the leading comprehensive modern front-end development framework that is regularly updated by the Angular team of Google. Angular is written in TypeScript not JavaScipt. Why? Because of many …

Read More
7 React Libraries

7 React Libraries Every Developer Should Know About

So you have been learning React lately, and you wanted to build a fully fledged website having all the features that make your website a modern web app, which should …

Read More
Retrofit Tutorial - Request Headers

Retrofit Tutorial in Android – Part 3 Request Headers

We have come to the 3rd and last part of the Retrofit tutorial in Android, which is passing HTTP request headers using Retrofit. If you are new to Retrofit, I …

Read More
Retrofit Tutorial - part 2 Post Requests

Retrofit Tutorial in Android – Part 2 POST Requests

This article is a continuation for the Retrofit Tutorial in Android. To make sure you follow up with the tutorial, I advise that you read my previous article Retrofit Tutorial in …

Read More
Retrofit tutorial in android

Retrofit Tutorial in Android – Part 1 Introduction

Retrofit is the best library that lets you connect to HTTP-based API services from your Android App. It leverages the OkHttp library’s core functionality, adding a bunch of features to …

Read More