Categories
Uncategorized Web Development

JavaScript Async/Await Explained Simply (Modern Guide)

Learning how to use javascript async await is essential for modern web development. Handling asynchronous operations—like fetching data from an API, loading files, or waiting for a database response—is a core requirement of modern software. Historically, developers relied on callbacks or nested .then() promises, which quickly degraded into unreadable code. Modern applications solve this using […]

Categories
FaceBook Solutions Uncategorized Web

Check How My Facebook Timeline Looks to Others

With privacy slowly becoming a major concern in social networking sites, it is important to keep an eye on what information you are giving out. Your facebook timeline is one of the places where you can unintentionally give out information publicly. So its critical to Check how your facebook timeline looks to others. Here is […]

Categories
Uncategorized

How to Download Youtube Playlist Ubuntu

Here is the simple step by step process of how to Download Youtube Playlist in Ubuntu. The following method makes it very easy to download entire playlists onto your system. For this we use the command line tool youtube-dl. To install youtube-dl use the following commands: {adinserter 4} $ sudo apt-get update $ sudo apt-get […]

Categories
FaceBook Solutions Uncategorized Web

How to find your Facebook ID for Facebook Apps

Your Facebook ID (not your login ID) is required for administering many developer based apps (pages, share buttons and open graph based programs). You can figure out your ID using the following method: Login to Facebook Go to your photos and click on any of your photosets Right Click on any photo and open it […]