Getting Started with Web Application using PHP & MySQL | Tutorials
|

Getting Started with Web Application using PHP & MySQL | Tutorials

PHP is a programming language used to create dynamic contents with the database. Basically, PHP is used to develop Web Applications. In this Tutorial, we’re going to Develop a very simple Web Application & we’ll add features in our application in next parts of the tutorial. Here’s the Table of Content for this Tutorial series….

Error Logging in Asp.Net Core Application | NLog | Log4Net | Tutorials
| | | | |

Error Logging in Asp.Net Core Application | NLog | Log4Net | Tutorials

I find it tough to believe that many developers do not use any Logging library in their applications. For a Web Applications, Error Logging is one of the key attributes to help troubleshoot application bugs. In many cases, developers don’t have direct access to his application after deployment. So, in order to assure the application’s…

Why I’m in Love with .Net Core – Future of .Net Core 2019
| | | | |

Why I’m in Love with .Net Core – Future of .Net Core 2019

If you ask “what is the best” type of questions, you will end up with biased answers, usually. Everyone will tell you his own preference. Although you have listened to this famous Quote “Love is blind” & no one believes to defend his love with arguments & solid pieces of evidence, but In this Article,…

Android Cab Booking App Tutorial Part 3
| | | |

Android Cab Booking App Tutorial Part 3

This story is the third part of our Android Cab Booking App tutorial If you didn’t read the previous ones you can start here. Previously In Android Cab Booking App In the previous article, we discussed how to read the online-drivers from Firebase Realtime Database, create the data structure for Drivers and animate multiples markers on Google Maps….

Here Are The Ten Best Programming Languages to learn in 2022
| |

Here Are The Ten Best Programming Languages to learn in 2022

Disclaimer: The information provided in this article is my own personal opinion and research. You may share your opinion in the comment section at the end of this article. I still remember that day back in 2013 when I decided to learn programming and that was one of the best decision I took in my life….

Build authentication into your Java API’s with Json Web Token (Jwt)

Build authentication into your Java API’s with Json Web Token (Jwt)

In this article, I walk you through the development of a very basic Java JAX_RS web-services with Jwt (Json web token) authentication. For web-services, we’re going to use Jersey which is an open source framework for RESTful Web Services in Java. Before jump into coding and start authenticating the user I want to tell you a brief workflow of our…