Get Started with AdonisJS; An MVC framework for Node.js
Looking for a Node.js MVC framework that looks like Laravel (PHP framework), Django (a python framework ), is well structured and very easy to understand. Then I think you are looking for AdonisJS. In this tutorial, we will look at the following: Installing Node.js and NPM Installing AdonisJS CLI Creating a new project in AdonisJS Creating [...]
Best Sites To Buy Twitter Followers on the Market
Social media has evolved into the most prominent and vital virtual arena. The social media platform is utilized not only for social media marketing but also as a powerful tool for receipt of customer reviews, live chats, and organic growth for the company at the end of the day. To be social viral is undeniable, as you can reach [...]
How to build your own Youtube – Part 10
Introduction: If you missed the earlier parts, in this series we are covering how to build your own YouTube clone, Click here. Note: You need to have at least some prior experience with client-side Javascript frameworks and Node.js to get the most out of this tutorial. In the previous post, we looked at Adaptive bitrate streaming [...]
How to build your own Youtube – Part 9
Introduction: If you missed the earlier parts, in this series we are covering how to build your own YouTube clone, Click here. Note: You need to have at least some prior experience with client-side Javascript frameworks and Node.js to get the most out of this tutorial. In the previous post, we looked at Audio Frequency Control, [...]
How to build your own Youtube – Part 8
Introduction: If you missed the earlier parts, in this series we are covering how to build your own YouTube clone, Click here. Note: You need to have at least some prior experience with client-side Javascript frameworks and Node.js to get the most out of this tutorial. In the previous post, we looked at Transcoding videos, Quality Control, [...]
How to grow subscribers for your YouTube channel
Introduction: If you missed the earlier parts, in this series we are covering how to build your own YouTube clone, Click here. Note: You need to have at least some prior experience with client-side Javascript frameworks and Node.js to get the most out of this tutorial. In the previous post, we looked at video resizing & cropping, renaming, [...]
How to build your own Youtube – Part 6
Introduction: If you missed the earlier parts, in this series we are covering how to build your own YouTube clone, Click here. Note: You need to have at least some prior experience with client-side Javascript frameworks and Node.js to get the most out of this tutorial. In the previous post, we looked at chunked video uploading, saving [...]
Introducing Laravel Password v1.0
Software is eating the world. The internet has become a very wild planet that harbors almost everything. With more and more of our lives being spent online, the list of accounts, social networks, and online shops we protect using passwords has also grown. The plethora of accounts has forced lots of people to use weak passwords during account [...]
How to build your own Youtube – Part 5
Introduction: If you missed the earlier parts, in this series we are covering how to build your own YouTube clone, Click here. Note: You need to have at least some prior experience with client-side Javascript frameworks and Node.js to get the most out of this tutorial. We have been able to upload some video, but those video files we experimented [...]
How to build your own Youtube – Part 4
Introduction: If you missed the earlier parts, in this series we are covering how to build your own YouTube clone, Click here. Note: You need to have at least some prior experience with client-side Javascript frameworks and Node.js to get the most out of this tutorial. We now have the ability to upload videos to Cloudinary as shown in the [...]
How to build your own Youtube – Part 3
Introduction: If you missed part 1 and 2, in this series we are covering how to build your own YouTube clone, Click here. Note: You need to have at least some prior experience with client-side Javascript frameworks and Node.js to get the most out of this tutorial. Step 1: Set Up Necessary Files Create a new file upload.client.controller.js [...]