Suppose you are given a date of birth of any user and you have to get his age from it. You can do it in…
In the previous tutorial, we created a URL shortener app where user can make their URL short and easily shareable. In this tutorial, we are…
In this tutorial, we will create a URL shortener app in Vue JS, Python and Mongo DB. We will use Vue JS as frontend, Python…
In this article, we will talk about basic Python API development. Python API development Install python3. Download from its official website and install. Create API…
In this article, we are going to teach you, how you can record and save audio from web using Javascript. For saving audio files, we…
In this tutorial, I am going to show you, how you can use Gmail SMTP for sending emails in PHP. Video tutorial – Gmail SMTP…
In this article, I am going to teach you, how you can use AJAX in sweetalert 2. As per sweetalert 2 documentation, you can use…
In this article, I am going to show you how you can show an ellipsis on a long text using HTML and CSS. We will…
Hello. In this post, we will show you, how you can split a camel case word and capitalize it using regex (regular expression) in Javascript.…
Hello. In this article, we are going to show you some MongoDB and MySQL equivalent queries. This will help you greatly if you want to…