NSDictionary & NSMutableDictionary Tutorial
In this Tutorial, I have covered the most useful methods of NSDictionary and NSMutableDictionary with examples. Below is the list of examples 1 Difference between NSDictionary and NSMutableDictionary...
View ArticleiOS KeyChain Tutorial
In iOS Keychain Tutorial, I have explained how to store data securely in Objective-C and how to share secured data between apps. What is Keychain ? Keychain is an encrypted container where you can...
View ArticleNSNotification and NSNotificationCenter Tutorial
In NSNotification Tutorial, I have explained how to send data from one class to other using NSNotificationCenter in iOS. Note: Using NSNotificationCenter we can send the data only with in the app. we...
View ArticleLogin with Google Plus Javascript API Example
In this tutorial, I have covered how to implement Login with Google plus using Google JavaScript API. Follow the steps to add Login In with Google + functionality to your website. Step 1). You need to...
View ArticleHow to Send Cross Domain AJAX Request with jQuery
In this tutorial, I explained how to send Cross Domain AJAX Request with jQuery and PHP. Different methods of handling cross domain AJAX requests are covered in this article. Cross-domain AJAX request...
View ArticleDownload Torrents on iOS Devices without Jailbreak
It is a well known fact that torrents are the easiest way to share heavy sized files among people all over the world. But at the same time one should not forget that these torrent files are illegal in...
View ArticleInstall Android Debug Bridge on your PC
Android Debug Bridge is basically a shell interface tool for Android Smartphones which is also known by the name of ADB. Android Debug Bridge hands over a key to perform a lot of basic level stuff like...
View ArticleEasy method to download files from Google Play Store
If you are an Android Smartphone owner, no doubt you have been privileged by thousands of useful applications that are available on the Google Play Store. Also there is no doubt that downloading...
View ArticleEnable “OK Google” hotword for all screens in Android
Google has been working really hard on their Android OS and also provide very frequent updates related to firmware as well as features that it offers on it. One of such recent update from Google was...
View ArticleA Basic Tutorial on Creating a Popup – Using HTML5 Dataset API and jQuery
More and more web developers are adopting the HTML5 web technology, because of the new feature set it provides. One such great feature of the latest HTML markup language, developers should know about...
View ArticleTwo factor authentication with Google Authenticator and PHP
In this tutorial, I have explained how to add Two factor authentication with Google Authenticator and PHP . You can check official Google-Authentication project here. Github Follow the steps. Step 1)...
View ArticleNSDictionary & NSMutableDictionary Tutorial
In this Tutorial, I have covered the most useful methods of NSDictionary and NSMutableDictionary with examples. Below is the list of examples 1 Difference between NSDictionary and NSMutableDictionary...
View ArticleGenerate unique ID in Node.js – UUID
In this tutorial, I have covered how to generate Unique ID (UUID) in Node.js 1). What is UUID… The post Generate unique ID in Node.js – UUID appeared first on HayaGeek.
View ArticleYaml to JSON in Node.js – JSON to Yaml example
There are multiple ways to covert Yaml to JSON in Node.js. But in this article, 2 most popular… The post Yaml to JSON in Node.js – JSON to Yaml example appeared first on HayaGeek.
View ArticleBuilding a Document Conversion Tool with Node.js & Angular
Discover the ultimate way to build a document conversion tool that offers an intuitive interface for users through… The post Building a Document Conversion Tool with Node.js & Angular appeared...
View ArticleAutomating Social Media Posts with Google Scripts
Table of Contents Introduction Setting Up Google Scripts Writing the Automation Script Scheduling the Social Media Posts Troubleshooting… The post Automating Social Media Posts with Google Scripts...
View ArticleConvert Markdown to HTML in Node.js – .md to HTML
In this tutorial, I have covered how to convert markdown to HTML in Node.js. Markdown is a light-weight… The post Convert Markdown to HTML in Node.js – .md to HTML appeared first on HayaGeek.
View ArticleNode.js Sharp Tutorial – Image processing in Node.js
Interactive Table of Contents Introduction to Node.js Sharp Features of Sharp Installing Sharp Main Functions for Image Processing… The post Node.js Sharp Tutorial – Image processing in Node.js...
View ArticleConvert Multiple images to PDF in Node.js
This tutorial will guide you through the process of using PDFKit to Convert Multiple images to PDF in… The post Convert Multiple images to PDF in Node.js appeared first on HayaGeek.
View ArticleCreate PDF using Node.js – PDFKit tutorial
In this article, we have covered how to create PDF using Node.js. When it comes to creating PDF… The post Create PDF using Node.js – PDFKit tutorial appeared first on HayaGeek.
View Article