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

coding

AWS Lightsail

How To Setup Email On AWS LightSail WordPress Install

by Sanjeev

AWS LightSail WordPress Server does not come with an email server. So you can’t send email on AWS LightSail server by default. Here is how you can configure Email service on your AWS LightSail WordPress Server. Last time, when I …

Continue Reading

Tags coding, emails, hosting, SES
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
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
  • About Us
  • Blog
  • Archive
  • Contact
© 2017 - 2023 · Techkle | All Rights Reserved | Terms & Condition | Privacy Policy