Skip to content
Techkle
  • Apple
    • Apple TV
    • Apple Watch
    • iPhone
    • iPad
    • Mac
  • Android
    • Mobile
  • Entertainment
    • Movies
    • TV Shows
  • Gadgets
  • Home & Kitchen
  • Latest Deals
Techkle
  • Apple
    • Apple TV
    • Apple Watch
    • iPhone
    • iPad
    • Mac
  • Android
    • Mobile
  • Entertainment
    • Movies
    • TV Shows
  • Gadgets
  • Home & Kitchen
  • Latest Deals
AWS Lightsail

How to Install and Setup WordPress on AWS Lightsail

by Sanjeev

AWS Lightsail is the latest offering for the webmasters from Amazon. Check how you can easily install and setup WordPress on AWS LightSail. Amazon’s idea is to provide virtual private server installations for smallest of businesses, so they don’t have …

Continue Reading

Tags blogging, emails, hosting, tutorial
Bubble Sort Algorithm

How to Implement Bubble Sort Algorithm in Swift and Java

by Sanjeev

Bubble sort is a sorting algorithm which can sort the lists in O(n2) time. Last time we talked about Insertion Sort implementation in Swift and Java, we have seen that insertion sort also does the same work in O(n2). So …

Continue Reading

Tags Algorithm, coding, sorting
Java Call With Create Object

Is Java Call By Value or Call By Reference?

by Sanjeev

Most of the people who come from C or C++ background get a lot of confusion whether Java is call by value or call by the Reference language. In this post we are going to check if Java is call by value …

Continue Reading

Tags coding, function, parameter
Insertion Sort Algorithm

How to Implement Insertion Sort Algorithm in Swift and Java

by Sanjeev

Insertion Sort algorithm is one of the simple sorting algorithm. It works on building a sorted list by adding one element at a time. There are many other sorting algorithm like QuickSort or MergeSort, which works better on the large unsorted lists, …

Continue Reading

Tags Algorithm, sorting
Binary Search Algorithm

How to Implement Binary Search Algorithm in Swift and Java

by Sanjeev

Binary search algorithm is a searching algorithm which can search through sorted lists in O(log n) time. It is an example of Divide and Conquer technique which divides the search problem in smaller half and keep searching the element. It’s …

Continue Reading

Tags Algorithm, coding, divide-conquer, search
create iPhone ringtones with iTunes

How To Create iPhone Ringtones With Your iTunes Media

by Sanjeev

iTunes has a hidden feature which can be used to create iPhone ringtones for free. You can create iPhone ringtones from any music available in our iTunes media library. Here are step by step instructions on how to do it. …

Continue Reading

Tags iTunes, tones, tutorial
Newer posts
← Previous Page1 … Page45 Page46
  • About Us
  • Blog
  • Archive
  • Contact
© 2017 - 2025 · Techkle | All Rights Reserved | Terms & Condition | Privacy Policy